-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Comparison chaining bug #309
Comments
I'm implementing this feature. Parsing of these kind of comparison expressions is done. I'm now working on the type checking part. See my parsecomp branch for progress. |
I had a quick look at your branch and it's looking good! Note that the transform-related code is obsolete and doesn't need to be maintained any longer. It could still be useful for other projects, but I'd rather not spend time updating it. |
Thanks. The transform related code is the only part I still have some doubts about (even tough it passes the existing test). Do you want me to leave it out? I want to add a few unit tests for chain comparisons. So I should be able to create a pull request after a few evenings.
|
You can leave it out. If some tests fail, you can add a
I'm going to remove all transform-related code one of these days. |
I have this one-liner:
This gives the following error:
Eh?!?!
The text was updated successfully, but these errors were encountered: