Skip to content

Fixes for pybind11 updates#1321

Merged
lanctot merged 1 commit into
masterfrom
lanctot_pybind11_smart_holder_fixes
Mar 7, 2025
Merged

Fixes for pybind11 updates#1321
lanctot merged 1 commit into
masterfrom
lanctot_pybind11_smart_holder_fixes

Conversation

@lanctot

@lanctot lanctot commented Mar 7, 2025

Copy link
Copy Markdown
Collaborator

Based on #1318 and #1319

Thanks to @rwgk and @tsogoo

@lanctot

lanctot commented Mar 7, 2025

Copy link
Copy Markdown
Collaborator Author

Nice! It seems to work internally and externally. I'll import this PR and push the change now. Thanks again!!!

DIR="./pybind11"
if [[ ! -d ${DIR} ]]; then
cached_clone -b smart_holder --single-branch --depth 1 https://github.com/pybind/pybind11.git ${DIR}
cached_clone -b master --single-branch --depth 1 https://github.com/pybind/pybind11.git ${DIR}

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.

Very minor: The other cached_clone calls have the arg (master here) in quotes.

Not sure if consistency matters here.

@rwgk

rwgk commented Mar 7, 2025

Copy link
Copy Markdown
Contributor

@nevedaren for visibility

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