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

Transformer should process multiple entry-points even when it encounters errors #39

Open
eernstg opened this issue Oct 1, 2015 · 0 comments

Comments

@eernstg
Copy link
Collaborator

eernstg commented Oct 1, 2015

This issue was extracted from issue #37, submitted by @zoechi.

The issue is that the transformer stops with an error message whenever it encounters a program that contains constructs which prevent the transformation from being completed (e.g., if the super initializer in a subclass of class Reflectable passes a non-const argument), but it would be more useful if it were to emit the error message such that the programmer knows that one of the entry points could not be transformed (the error message should of course contain information about the location in the code that causes the transformation to stop), and then proceed to transform the remaining entry points.

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

1 participant