Skip to content

pclu compiler failing #3

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

Open
andrewcmyers opened this issue Jul 26, 2022 · 2 comments
Open

pclu compiler failing #3

andrewcmyers opened this issue Jul 26, 2022 · 2 comments

Comments

@andrewcmyers
Copy link

I manage to get a build to go through (with a bunch of changes to add missing prototypes and other errors) but the compiler immediately halts with "failure: not_possible". Any tips on how to debug it?

@npe9
Copy link
Owner

npe9 commented Aug 3, 2022

Hey Andrew,

"not_possible" is the the generic unreachable error, so it's difficult to pin down without some context. If you set a breakdown in signal() you should be able to get a backtrace to find out why. I'm currently on travel so I'm not checking github very much. If you've got a preferred messaging platform I'll likely be more responsive there.

@npe9
Copy link
Owner

npe9 commented Aug 3, 2022

also, if you do a pull request with your changes I can play with them as well.

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

No branches or pull requests

2 participants