◐ Shell
clean mode source ↗

Sync to latest LF by swamishiju · Pull Request #2867 · lcompilers/lpython

@swamishiju

Copy link Copy Markdown

Collaborator

No description provided.

@swamishiju swamishiju force-pushed the main branch 2 times, most recently from 4c238a4 to 777452c Compare

September 21, 2025 06:31

@swamishiju

swamishiju commented

Sep 22, 2025

edited

Loading

Copy link Copy Markdown

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

assert len(c) == 5
for i in range(5):
assert ord(c[i]) - ord('a') == i
assert ord(c[i]) - ord("a") == i

Copy link Copy Markdown

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 certik merged commit 0299465 into lcompilers:main

Dec 8, 2025

18 checks passed

@certik

certik commented

Dec 8, 2025

Copy link Copy Markdown

Contributor

This looks good, thanks for doing the merge!