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

Loading file without known type throws recussive warnings, interrupt resistant #137

Closed
BioTurboNick opened this issue Apr 3, 2019 · 1 comment

Comments

@BioTurboNick
Copy link

If I try to load data saved from a custom Julia type without the type defined, I get repetitive warnings each time an array of that type is attempted to be loaded. I'd rather just interrupt (Ctrl+C) and regain control to load the type definition. However, the interrupt gets ignored and it keeps going.

I'd like to see either: 1) interrupt stops whole loading method, not just part of the load operation; and/or 2) missing type definition is considered an error unless suppressed by an argument.

@JonasIsensee
Copy link
Collaborator

this should be greatly improved by #476

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants