-
Notifications
You must be signed in to change notification settings - Fork 45
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
difference in presentation of incomparability error #484
Comments
https://github.com/brownplt/pyret-lang/blob/horizon/src/arr/trove/error.arr#L1004-L1019 and https://github.com/brownplt/pyret-lang/blob/horizon/src/arr/trove/error.arr#L2232-L2274 are the relevant messages. Suggest an alternate wording, and it should be an easy issue for a student to address. |
The wording is fine, I was more focused on the lack of highlighting. |
I'm certain you don't mean that -- highlighting is applied to prose text, not to rendered values, so you need to choose what wording you want to surround those rendered values. |
Why not just the same prose — "The left side … the right side …"? |
Well...if you look at the second link, it handles general |
Oh, this isn't on |
Program:
If I write (in either definitions or REPL)
f1 < f2
I get a nice colorful error:But if I write
f1 == f2
I get the bland:Not sure if this is a CPO issue per se, or something in what Pyret is exposing, but there seem be fewer open issues in this repo. (-:
The text was updated successfully, but these errors were encountered: