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

Incorrect assertions used in the compiler's RascalPrimitive. #515

Closed
Anastassija opened this issue Feb 26, 2014 · 0 comments
Closed

Incorrect assertions used in the compiler's RascalPrimitive. #515

Anastassija opened this issue Feb 26, 2014 · 0 comments
Assignees

Comments

@Anastassija
Copy link
Contributor

The following examples make the compiler crash due to assertions:

lrel[int] l = []; l<0>;
rel[int]  r = {}; r<0>;

The respective assertions are used in the Rascal primitives: lrel_field_project, rel_field_project, @PaulKlint, could you, please, check whether they should go or be changed?

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