Sync to latest LF by swamishiju · Pull Request #2867 · lcompilers/lpython
swamishiju
force-pushed
the
main
branch
2 times, most recently
from
4c238a4 to
777452c
Compare
swamishiju
force-pushed
the
main
branch
from
777452c to
a342b4f
Compare
Collaborator Author
@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
swamishiju
force-pushed
the
main
branch
from
82f7e82 to
0f8e923
Compare
certik
reviewed
| assert len(c) == 5 | ||
| for i in range(5): | ||
| assert ord(c[i]) - ord('a') == i | ||
| assert ord(c[i]) - ord("a") == i |
Contributor
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None of these changes are needed, right?
certik
approved these changes
certik
commented
Dec 8, 2025
certik commented
Contributor
This looks good, thanks for doing the merge!