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

Handle ghc panic in haskell #4145

Merged
merged 3 commits into from
Apr 6, 2022

Conversation

lykmast
Copy link
Contributor

@lykmast lykmast commented Apr 5, 2022

Primitive handling for ghc: panic! (compiler error): Just put everything on detail and location at start of file (1,1).

It is not very sophisticated, but the current behaviour on ghc: panic! is identical to not having errors.

Copy link
Contributor

@hsanson hsanson left a comment

Choose a reason for hiding this comment

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

Thanks for the addition.

@hsanson hsanson merged commit 1e99758 into dense-analysis:master Apr 6, 2022
cyyever pushed a commit to cyyever/ale that referenced this pull request Jul 11, 2022
* Add primitive handling of ghc panic.

* PascalCase in function.

* Add simple test.
cyyever pushed a commit to cyyever/ale that referenced this pull request Jul 11, 2022
* Add primitive handling of ghc panic.

* PascalCase in function.

* Add simple test.
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.

None yet

2 participants