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

segfault if not parenthesis per clause #77

Open
unhammer opened this issue Oct 6, 2021 · 0 comments
Open

segfault if not parenthesis per clause #77

unhammer opened this issue Oct 6, 2021 · 0 comments

Comments

@unhammer
Copy link
Member

unhammer commented Oct 6, 2021

This makes it segfault:

         ! 1[gender=(if (1.gender not = un and (1.gender = GD or 1.gender not = 2.gender)) 2.gender else 1.gender)]

workaround:

         1[gender=(if (1.gender not = un and (1.gender = GD or (1.gender not = 2.gender))) 2.gender else 1.gender)]

should probably fail compiletime instead?

@unhammer unhammer transferred this issue from apertium/apertium Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant