-
Notifications
You must be signed in to change notification settings - Fork 35
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
MWE for failures in file #106
Comments
I can't repro the UndefVarErrors:
|
Hmmm, I am using today's master and Ubuntu 18.04 on two different machines. (Intel Skull Canyon NUC and a Lenovo laptop ~4.5 years old) and it fails on both of them. Any setup issues that I may have bolluxed? |
I'm using Windows and 1.1.0 so maybe it has something to do with that? |
REPL also uses sigatomic, but I don't expect to be interpreting REPL anytime soon.
I tried Ubuntu 18.04 and can't repro the UndefVarErrors. The sigatomic issue will be fixed by #108. |
Run all Base users of `sigatomic` in compiled mode. Fixes #106
The first two errors are due to throwing the wrong exception. The third error has my new favorite error message:
sigatomic_end called in non-sigatomic region
The text was updated successfully, but these errors were encountered: