-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Error reporting in Epoch is broken #994
Comments
That is my bad! All this resource and iResource stuff is really confusing... I opened a fix PR. |
I think this will be fixed by PR #998. |
Again this was my bad. The It is too bad that we cannot effectively test Epoch... I did a few smoke tests before merging #963, but apparently not the right ones. |
Maybe due to recent changes in FileUtil and related classes, error reporting is broken in Epoch. If I attempt to generate code for the following:
I get a null-pointer exception. I should instead get this:
(Modal models are not yet supported for federated reactors).
The text was updated successfully, but these errors were encountered: