Skip to content

Version 1.20260708.2#575

Merged
agarny merged 4 commits into
opencor:mainfrom
agarny:cleaning-up
Jul 8, 2026
Merged

Version 1.20260708.2#575
agarny merged 4 commits into
opencor:mainfrom
agarny:cleaning-up

Conversation

@agarny

@agarny agarny commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings July 8, 2026 02:31

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR bumps the project version and extends the Python bindings’ glibc-compat layer to cover additional glibc symbols (notably arc4random*) needed for building manylinux-targeted wheels with newer prebuilt toolchains. It also substantially changes CI/CD workflow execution by commenting out most jobs and enabling the CD workflow on pull requests.

Changes:

  • Bump VERSION.txt from 1.20260708.1 to 1.20260708.2.
  • Add glibc compatibility wrappers for arc4random, arc4random_buf, and arc4random_uniform, and update CMake symbol checks to conditionally compile the wrapper TU.
  • Comment out most CI/CD jobs (leaving a much narrower set active) and add pull_request triggering to CD.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
VERSION.txt Updates the project version number.
src/bindings/python/glibc.cpp Adds weak glibc compatibility wrappers, including arc4random*.
src/bindings/python/CMakeLists.txt Extends symbol detection logic to include arc4random* and conditionally drop glibc.cpp.
.github/workflows/ci.yml Comments out most CI matrix entries and disables spell-check job.
.github/workflows/cd.yml Enables CD on PRs and comments out large parts of the release/build matrix.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/bindings/python/glibc.cpp Outdated
Comment thread src/bindings/python/glibc.cpp Outdated
Comment thread src/bindings/python/glibc.cpp Outdated
Comment thread src/bindings/python/glibc.cpp Outdated
Comment thread .github/workflows/ci.yml Outdated
Comment thread .github/workflows/cd.yml
@agarny agarny force-pushed the cleaning-up branch 2 times, most recently from 39d929d to 8fa8e22 Compare July 8, 2026 03:37
@agarny agarny requested a review from Copilot July 8, 2026 03:37

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.

Comment thread src/bindings/python/glibc.cpp Outdated
Comment thread src/bindings/python/glibc.cpp
Comment thread src/bindings/python/glibc.cpp Outdated
Comment thread src/bindings/python/glibc.cpp
Comment thread src/bindings/python/glibc.cpp Outdated
@agarny agarny force-pushed the cleaning-up branch 4 times, most recently from 7fa2ef0 to 315a941 Compare July 8, 2026 05:28
@agarny agarny requested a review from Copilot July 8, 2026 05:34

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

Comment thread src/bindings/python/glibc.cpp Outdated
Comment thread src/bindings/python/glibc.cpp Outdated
Comment thread src/bindings/python/CMakeLists.txt Outdated
@agarny agarny merged commit 749efd9 into opencor:main Jul 8, 2026
24 checks passed
@agarny agarny deleted the cleaning-up branch July 8, 2026 06:36
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.

2 participants