| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@certik There is a Mac CI error, something about the versions being different https://github.com/lcompilers/lpython/actions/runs/17904030117/job/50902116351?pr=2867 LPython version: 0.22.0-176-gd844c77c8 Platform: macOS ARM Default target: arm64-apple-darwin24.6.0 ld: warning: object file (/Users/runner/work/lpython/lpython/expr2.o) was built for newer 'macOS' version (15.0) than being linked (14.0) Edit: Fixed #2875 |
Sorry, something went wrong.
| assert len(c) == 5 | ||
| for i in range(5): | ||
| assert ord(c[i]) - ord('a') == i | ||
| assert ord(c[i]) - ord("a") == i |
There was a problem hiding this comment.
None of these changes are needed, right?
Sorry, something went wrong.
|
This looks good, thanks for doing the merge! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.