Skip to content

runtime/internal/lib/os: fix readdir for darwin-amd64#1240

Merged
xushiwei merged 1 commit intogoplus:mainfrom
visualfc:readdir
Aug 27, 2025
Merged

runtime/internal/lib/os: fix readdir for darwin-amd64#1240
xushiwei merged 1 commit intogoplus:mainfrom
visualfc:readdir

Conversation

@visualfc
Copy link
Member

@visualfc visualfc commented Aug 26, 2025

fix #1232

github.com/goplus/llgo/runtime/internal/clite/os

Opendir
CloseDir
Readdir
Fdopendir

for darwin-amd64 linkname

fdopendir$INODE64
readdir$INODE64

@visualfc visualfc changed the title runtime/internal/lib/os: fix readdir for darwin-amd64 [WIP] runtime/internal/lib/os: fix readdir for darwin-amd64 Aug 26, 2025
@codecov
Copy link

codecov bot commented Aug 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.80%. Comparing base (cf2d1ef) to head (69fe6d6).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1240   +/-   ##
=======================================
  Coverage   87.80%   87.80%           
=======================================
  Files          35       35           
  Lines        8941     8941           
=======================================
  Hits         7851     7851           
  Misses        979      979           
  Partials      111      111           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@visualfc visualfc changed the title [WIP] runtime/internal/lib/os: fix readdir for darwin-amd64 runtime/internal/lib/os: fix readdir for darwin-amd64 Aug 26, 2025
@visualfc visualfc force-pushed the readdir branch 3 times, most recently from 8d62dbe to f66eb54 Compare August 26, 2025 14:09
@xushiwei xushiwei merged commit fdc7d53 into goplus:main Aug 27, 2025
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

os.ReadDir wrong result for darwin/amd64

3 participants