Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pretty printing for Core Lint errors #1453

Merged
merged 2 commits into from
Oct 13, 2022
Merged

Pretty printing for Core Lint errors #1453

merged 2 commits into from
Oct 13, 2022

Conversation

yav
Copy link
Member

@yav yav commented Oct 13, 2022

Fixes #1452

ppErr "Bad instantiation" []

Captured x ->
ppErr "Captured typed variable"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is "typed" a typo?

Suggested change
ppErr "Captured typed variable"
ppErr "Captured type variable"

@yav yav merged commit 882da81 into master Oct 13, 2022
@RyanGlScott RyanGlScott deleted the T1452 branch March 22, 2024 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pretty print core lint errors
2 participants