| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
These are compile-time cases
| --> tests/errors/unsigned_02.py:3:10 | ||
| | | ||
| 3 | i: u16 = -u16(5) | ||
| | ^^^^^^^ use -i32(u) for signed result |
There was a problem hiding this comment.
It would be great if it could copy the actual expression inside:
| | ^^^^^^^ use -i32(u) for signed result | |
| | ^^^^^^^ use -i32(5) for signed result |
But I guess for that we would have to have an ASR -> Python printer, which we plan to, but not right now. So we can do that later.
Sorry, something went wrong.
There was a problem hiding this comment.
Looks great!
Sorry, something went wrong.
|
Thank you so much for the quick review! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
fixes #2173
towards #2176 (comment)