{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":584270478,"defaultBranch":"main","name":"pybind11clif","ownerLogin":"google","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-01-02T04:06:47.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1342004?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726450709.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"05e661a3a2b1c83748757896335e6d0882026a1f","ref":"refs/heads/dependabot/github_actions/actions-3f60314b6c","pushedAt":"2024-09-16T01:38:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump the actions group across 1 directory with 2 updates\n\nBumps the actions group with 2 updates in the / directory: [deadsnakes/action](https://github.com/deadsnakes/action) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).\n\n\nUpdates `deadsnakes/action` from 3.1.0 to 3.2.0\n- [Release notes](https://github.com/deadsnakes/action/releases)\n- [Commits](https://github.com/deadsnakes/action/compare/v3.1.0...v3.2.0)\n\nUpdates `pypa/cibuildwheel` from 2.20 to 2.21\n- [Release notes](https://github.com/pypa/cibuildwheel/releases)\n- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)\n- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.20...v2.21)\n\n---\nupdated-dependencies:\n- dependency-name: deadsnakes/action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: actions\n- dependency-name: pypa/cibuildwheel\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump the actions group across 1 directory with 2 updates"}},{"before":"d63e088d585c6ea4fddad7150bd70a8477a284f9","after":null,"ref":"refs/heads/dependabot/github_actions/actions-03dff013dd","pushedAt":"2024-09-16T01:38:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"d63e088d585c6ea4fddad7150bd70a8477a284f9","ref":"refs/heads/dependabot/github_actions/actions-03dff013dd","pushedAt":"2024-09-09T01:16:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump deadsnakes/action in the actions group\n\nBumps the actions group with 1 update: [deadsnakes/action](https://github.com/deadsnakes/action).\n\n\nUpdates `deadsnakes/action` from 3.1.0 to 3.2.0\n- [Release notes](https://github.com/deadsnakes/action/releases)\n- [Commits](https://github.com/deadsnakes/action/compare/v3.1.0...v3.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: deadsnakes/action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump deadsnakes/action in the actions group"}},{"before":"7d51202be52cb18330765b8b65cf54aae8f5dce4","after":"4841661df5daf26ecdedaace54e64d0782e63f64","ref":"refs/heads/main","pushedAt":"2024-09-01T18:07:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Import current pybind/pybind11#5296: Enable type-safe interoperability between different independent Python/C++ bindings systems. (#30158)\n\n* `self.__cpp_transporter__()` proof of concept: Enable passing C++ pointers across extensions even if the `PYBIND11_INTERNALS_VERSION`s do not match.\r\n\r\n* Include cleanup (mainly to resolve PyPy build failures).\r\n\r\n* Fix clang-tidy errors.\r\n\r\n* Resolve `error: extra\r\n\r\n* factor out platform_abi_id.h from internals.h (no functional changes)\r\n\r\n* factor out internals_version.h from internals.h (no functional changes)\r\n\r\n* Update CMakeLists.txt, tests/extra_python_package/test_files.py\r\n\r\n* Revert \"factor out internals_version.h from internals.h (no functional changes)\"\r\n\r\nThis reverts commit 3ccea8cd4302cfaf2b6842f77ee3a2eefd61182a.\r\n\r\n* Remove internals_version.h from CMakeLists.txt, tests/extra_python_package/test_files.py\r\n\r\n* `.__cpp_transporter__()` implementation: compare `pybind11_platform_abi_id`, `cpp_typeid_name`\r\n\r\n* Add PremiumTraveler\r\n\r\n* Rename test_cpp_transporter_traveler_type.h -> test_cpp_transporter_traveler_types.h\r\n\r\n* Expand tests: `PremiumTraveler`, `get_points()`\r\n\r\n* Shuffle order of tests (no real changes).\r\n\r\n* Move `__cpp_transporter__` lambda to `py::cpp_transporter()` regular function.\r\n\r\n* Use `type_caster_generic::load(self)` instead of `cast(self)`\r\n\r\n* Pass `const std::type_info *` via `py::capsule` (instead of `cpp_typeid_name`).\r\n\r\n* Make platform_abi_id.h completely stand-alone.\r\n\r\n* rename exo_planet.cpp -> exo_planet_pybind11.cpp\r\n\r\n* Add exo_planet_c_api.cpp (incomplete).\r\n\r\n* Fix silly oversight (wrong filename in `#include`).\r\n\r\n* Resolve clang-tidy errors:\r\n\r\n```\r\n/__w/pybind11/pybind11/tests/exo_planet_c_api.cpp:10:18: error: 'wrapGetLuggage' is a static definition in anonymous namespace; static is redundant here [readability-static-definition-in-anonymous-namespace,-warnings-as-errors]\r\n 10 | static PyObject *wrapGetLuggage(PyObject *, PyObject *) { return PyUnicode_FromString(\"TODO\"); }\r\n | ~~~~~~ ^\r\n/__w/pybind11/pybind11/tests/exo_planet_c_api.cpp:14:20: error: 'ThisMethodDef' is a static definition in anonymous namespace; static is redundant here [readability-static-definition-in-anonymous-namespace,-warnings-as-errors]\r\n 14 | static PyMethodDef ThisMethodDef[]\r\n | ~~~~~~ ^\r\n/__w/pybind11/pybind11/tests/exo_planet_c_api.cpp:17:27: error: 'ThisModuleDef' is a static definition in anonymous namespace; static is redundant here [readability-static-definition-in-anonymous-namespace,-warnings-as-errors]\r\n 17 | static struct PyModuleDef ThisModuleDef = {\r\n | ~~~~~~ ^\r\n```\r\n\r\n* Implement exo_planet_c_api GetLuggage(), GetPoints()\r\n\r\n* Move new code from test_cpp_transporter_traveler_bindings.h to pybind11/detail/type_caster_base.h, under the name `class_dunder_cpp_transporter()`\r\n\r\n* Fix oversight.\r\n\r\n* Unconditionally add `__cpp_transporter__` method to all `py::class_` objects, but do not include that magic method in docstring signatures.\r\n\r\n* Back out pybind11/detail/platform_abi_id.h for now. Maximizing reusability can be handled separately, later.\r\n\r\n* Small cleanup.\r\n\r\n* Restore and add to `test_call_cpp_transporter_*()`\r\n\r\n* Ensure https://github.com/pybind/pybind11/issues/3788 does not bite again.\r\n\r\n* `class_dunder_cpp_transporter()`: replace `obj.cast()` with `std::string(obj)`\r\n\r\n* Add (simple) copyright notices in all newly added files.\r\n\r\n* Globally replace cpp_transporter with cpp_conduit\r\n\r\n* style: pre-commit fixes\r\n\r\n* IWYU fixes\r\n\r\n* Rename `class_dunder_cpp_conduit()` -> `cpp_conduit_method()`\r\n\r\n* Change `pybind11_platform_abi_id`, `pointer_kind` argument types from `str` to `bytes`.\r\n\r\nThis avoids the unicode decode/encode roundtrips:\r\n\r\n* More robust (no decode/encode errors).\r\n\r\n* Minor runtime optimization.\r\n\r\n* Systematically rename `cap_cpp_type_info` -> `cpp_type_info_capsule` (no functional changes).\r\n\r\n* Systematically replace `cpp_type_info_capsule` `name`: `\"const std::type_info *\"` -> `typeid(std::type_info).name()` (this IS a functional change).\r\n\r\nThis provides an extra layer of protection against C++ ABI mismatches:\r\n\r\n* The first and most important layer is that the `PYBIND11_PLATFORM_ABI_ID`s must match between extensions.\r\n\r\n* The second layer is that the `typeid(std::type_info).name()`s must match between extensions.\r\n\r\n---------\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Import current pybind/pybind11#5296: Enable type-safe interoperabilit…"}},{"before":"326741bb9f7087ad4abb170eec328829d3caff3b","after":"7d51202be52cb18330765b8b65cf54aae8f5dce4","ref":"refs/heads/main","pushedAt":"2024-08-29T23:09:05.000Z","pushType":"pr_merge","commitsCount":11,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30157 from rwgk/pybind11clif_merge_sh\n\ngit merge smart_holder","shortMessageHtmlLink":"Merge pull request #30157 from rwgk/pybind11clif_merge_sh"}},{"before":"0bf3e8e93194430456654b8c1bc34521621f9a81","after":"326741bb9f7087ad4abb170eec328829d3caff3b","ref":"refs/heads/main","pushedAt":"2024-08-29T22:06:16.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30156 from rwgk/functional_type_caster_rvpp\n\npybind11/functional.h: use `PYBIND11_TYPE_CASTER_RVPP`","shortMessageHtmlLink":"Merge pull request #30156 from rwgk/functional_type_caster_rvpp"}},{"before":"cc4f6b33797b766cb17fbbe8a5368ca33a54524d","after":"0bf3e8e93194430456654b8c1bc34521621f9a81","ref":"refs/heads/main","pushedAt":"2024-08-29T17:18:05.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30155 from rwgk/arg_arg_v_chaining_fixes_clif\n\n`py::arg` and `py::arg_v` member function chaining fixes","shortMessageHtmlLink":"Merge pull request #30155 from rwgk/arg_arg_v_chaining_fixes_clif"}},{"before":"bd48d376102566f45c160a5aed561dedb27b2ef9","after":"cc4f6b33797b766cb17fbbe8a5368ca33a54524d","ref":"refs/heads/main","pushedAt":"2024-08-26T22:40:11.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30154 from rwgk/pybind11clif_readme_update\n\nReduce README.rst to a minimum.","shortMessageHtmlLink":"Merge pull request #30154 from rwgk/pybind11clif_readme_update"}},{"before":"e9b80a35dbffdd48b5d29e394f95e67e691a4703","after":"bd48d376102566f45c160a5aed561dedb27b2ef9","ref":"refs/heads/main","pushedAt":"2024-08-26T22:01:05.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30153 from rwgk/replace_pybind11k_with_pybind11clif\n\nSystematically replace all google/pybind11k with google/pybind11clif","shortMessageHtmlLink":"Merge pull request #30153 from rwgk/replace_pybind11k_with_pybind11clif"}},{"before":"243ae9f0183313f5db4defdde5dc7ba0a6906d55","after":"e9b80a35dbffdd48b5d29e394f95e67e691a4703","ref":"refs/heads/main","pushedAt":"2024-08-25T19:33:15.000Z","pushType":"pr_merge","commitsCount":5,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30151 from rwgk/pybind11k_merge_sh\n\ngit merge smart_holder","shortMessageHtmlLink":"Merge pull request #30151 from rwgk/pybind11k_merge_sh"}},{"before":"c5a931f57e603143e6765fe313c61f3b9c412c58","after":"243ae9f0183313f5db4defdde5dc7ba0a6906d55","ref":"refs/heads/main","pushedAt":"2024-08-23T17:18:06.000Z","pushType":"pr_merge","commitsCount":11,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30150 from rwgk/pybind11k_merge_sh\n\ngit merge smart_holder","shortMessageHtmlLink":"Merge pull request #30150 from rwgk/pybind11k_merge_sh"}},{"before":"db64ba9e768618b352109d05017c28a5bea3ce4b","after":"c5a931f57e603143e6765fe313c61f3b9c412c58","ref":"refs/heads/main","pushedAt":"2024-08-21T18:22:53.000Z","pushType":"pr_merge","commitsCount":5,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30149 from rwgk/pybind11k_merge_sh\n\ngit merge smart_holder","shortMessageHtmlLink":"Merge pull request #30149 from rwgk/pybind11k_merge_sh"}},{"before":"604d089d19d34a12462de0fd1a18715e7fae2c1e","after":"db64ba9e768618b352109d05017c28a5bea3ce4b","ref":"refs/heads/main","pushedAt":"2024-08-18T05:23:57.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30148 from rwgk/pybind11k_merge_sh\n\ngit merge smart_holder","shortMessageHtmlLink":"Merge pull request #30148 from rwgk/pybind11k_merge_sh"}},{"before":"77bb65c91bdcba880592a674988d2a9f24da1966","after":"604d089d19d34a12462de0fd1a18715e7fae2c1e","ref":"refs/heads/main","pushedAt":"2024-08-15T06:47:10.000Z","pushType":"pr_merge","commitsCount":8,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30147 from rwgk/pybind11k_merge_sh\n\ngit merge smart_holder","shortMessageHtmlLink":"Merge pull request #30147 from rwgk/pybind11k_merge_sh"}},{"before":"d4f0cf4d040773846103de366a76a392d17e92ee","after":"77bb65c91bdcba880592a674988d2a9f24da1966","ref":"refs/heads/main","pushedAt":"2024-08-14T14:52:44.000Z","pushType":"pr_merge","commitsCount":6,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30146 from rwgk/pybind11k_merge_sh\n\ngit merge smart_holder","shortMessageHtmlLink":"Merge pull request #30146 from rwgk/pybind11k_merge_sh"}},{"before":"d2b81041bd750b70fa13a279023fbcef40d8f18f","after":"d4f0cf4d040773846103de366a76a392d17e92ee","ref":"refs/heads/main","pushedAt":"2024-08-13T19:38:50.000Z","pushType":"pr_merge","commitsCount":10,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30145 from rwgk/pybind11k_merge_sh\n\ngit merge smart_holder","shortMessageHtmlLink":"Merge pull request #30145 from rwgk/pybind11k_merge_sh"}},{"before":"771edc8e594aec5780d96894b161f1e995e6763a","after":"d2b81041bd750b70fa13a279023fbcef40d8f18f","ref":"refs/heads/main","pushedAt":"2024-08-09T21:10:53.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30144 from rwgk/pybind11k_merge_sh\n\ngit merge smart_holder","shortMessageHtmlLink":"Merge pull request #30144 from rwgk/pybind11k_merge_sh"}},{"before":"ab472bbce81de4e0ae41d861a5c46903968f7b27","after":"771edc8e594aec5780d96894b161f1e995e6763a","ref":"refs/heads/main","pushedAt":"2024-08-09T17:48:12.000Z","pushType":"pr_merge","commitsCount":11,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30143 from rwgk/pybind11k_merge_sh_after_pr5257_squashed\n\ngit merge smart_holder after PR #5257","shortMessageHtmlLink":"Merge pull request #30143 from rwgk/pybind11k_merge_sh_after_pr5257_s…"}},{"before":"8933e1ae969bc89934f3cf99d768d285d83e7b7c","after":null,"ref":"refs/heads/dependabot/github_actions/actions-8f7e3e6d33","pushedAt":"2024-08-05T15:43:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"8933e1ae969bc89934f3cf99d768d285d83e7b7c","ref":"refs/heads/dependabot/github_actions/actions-8f7e3e6d33","pushedAt":"2024-08-05T01:41:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"bump pypa/cibuildwheel from 2.19 to 2.20 in the actions group\n\n---\nupdated-dependencies:\n- dependency-name: pypa/cibuildwheel\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"bump pypa/cibuildwheel from 2.19 to 2.20 in the actions group"}},{"before":"b5bbf2d3cf8acb4f9b62b74273023551d51ba68a","after":"ab472bbce81de4e0ae41d861a5c46903968f7b27","ref":"refs/heads/main","pushedAt":"2024-08-03T13:50:17.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30140 from rwgk/remove_cross_extension_shared_state\n\nMove `native_enum_type_map` into `internals` and remove `cross_extension_shared_states` feature.","shortMessageHtmlLink":"Merge pull request #30140 from rwgk/remove_cross_extension_shared_state"}},{"before":"a52cba5f4bf9ee66ad1d46f557ea22e6285b55fd","after":"b5bbf2d3cf8acb4f9b62b74273023551d51ba68a","ref":"refs/heads/main","pushedAt":"2024-07-30T05:03:12.000Z","pushType":"pr_merge","commitsCount":8,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30139 from rwgk/pybind11k_merge_sh\n\ngit merge smart_holder","shortMessageHtmlLink":"Merge pull request #30139 from rwgk/pybind11k_merge_sh"}},{"before":"664cbd0f3b6ce53a855ec68ad495f73cfe1111f6","after":"a52cba5f4bf9ee66ad1d46f557ea22e6285b55fd","ref":"refs/heads/main","pushedAt":"2024-07-23T04:07:17.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30138 from rwgk/pybind11k_merge_sh\n\ngit merge smart_holder","shortMessageHtmlLink":"Merge pull request #30138 from rwgk/pybind11k_merge_sh"}},{"before":"a25d358e91b0e6f3518bf5b5c7e4457144bd1dc0","after":"664cbd0f3b6ce53a855ec68ad495f73cfe1111f6","ref":"refs/heads/main","pushedAt":"2024-07-21T03:28:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Add missing `test_descr_src_loc` in CMakeLists.txt (#30137)\n\n* Add missing (for a long time) `test_descr_src_loc` to CMakeLists.txt\r\n\r\n* Fix bug in test_descr_src_loc.cpp: `!defined(PYBIND11_DETAIL_UNDERSCORE_BACKWARD_COMPATIBILITY)`\r\n\r\n* Disable `type_caster` ODR guard for CUDACC and NVCOMPILER: the missing `test_descr_src_loc` in tests/CMakeLists.txt masked that `src_loc` is not reliable.\r\n\r\n* Fix ruff error (not sure why this passed when testing locally).","shortMessageHtmlLink":"Add missing test_descr_src_loc in CMakeLists.txt (#30137)"}},{"before":"09fb6a17121bbda386e6508f31f58edf483cbbec","after":"a25d358e91b0e6f3518bf5b5c7e4457144bd1dc0","ref":"refs/heads/main","pushedAt":"2024-07-20T14:39:12.000Z","pushType":"pr_merge","commitsCount":21,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30136 from rwgk/pybind11k_merge_sh\n\ngit merge smart_holder","shortMessageHtmlLink":"Merge pull request #30136 from rwgk/pybind11k_merge_sh"}},{"before":"b6032dae564f09a5425d9fbb33876ad0775ff596","after":"09fb6a17121bbda386e6508f31f58edf483cbbec","ref":"refs/heads/main","pushedAt":"2024-07-02T05:38:33.000Z","pushType":"pr_merge","commitsCount":10,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30135 from rwgk/pybind11k_merge_sh\n\ngit merge smart_holder (pybind/pybind11#5221)","shortMessageHtmlLink":"Merge pull request #30135 from rwgk/pybind11k_merge_sh"}},{"before":"06bc2e8ed65c5337ec29f6352c200b34820db0e0","after":"b6032dae564f09a5425d9fbb33876ad0775ff596","ref":"refs/heads/main","pushedAt":"2024-06-27T04:41:09.000Z","pushType":"pr_merge","commitsCount":6,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30134 from rwgk/pybind11k_merge_sh\n\ngit merge smart_holder","shortMessageHtmlLink":"Merge pull request #30134 from rwgk/pybind11k_merge_sh"}},{"before":"b21f37ea926e41ac489e4b139b4897470975908b","after":"06bc2e8ed65c5337ec29f6352c200b34820db0e0","ref":"refs/heads/main","pushedAt":"2024-06-26T14:36:30.000Z","pushType":"pr_merge","commitsCount":11,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30133 from rwgk/pybind11k_merge_sh\n\ngit merge smart_holder","shortMessageHtmlLink":"Merge pull request #30133 from rwgk/pybind11k_merge_sh"}},{"before":"0972786774c321b22db4b6bcd22ac471e365bfcb","after":"b21f37ea926e41ac489e4b139b4897470975908b","ref":"refs/heads/main","pushedAt":"2024-06-24T17:31:56.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30132 from rwgk/pybind11k_merge_sh\n\ngit merge smart_holder","shortMessageHtmlLink":"Merge pull request #30132 from rwgk/pybind11k_merge_sh"}},{"before":"1a8c43a04aaebcae005d03b065259d571b60c25d","after":"0972786774c321b22db4b6bcd22ac471e365bfcb","ref":"refs/heads/main","pushedAt":"2024-06-22T19:15:02.000Z","pushType":"pr_merge","commitsCount":7,"pusher":{"login":"rwgk","name":"Ralf W. Grosse-Kunstleve","path":"/rwgk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/740480?s=80&v=4"},"commit":{"message":"Merge pull request #30131 from rwgk/pybind11k_merge_sh\n\ngit merge smart_holder (pybind/pybind11#5185)","shortMessageHtmlLink":"Merge pull request #30131 from rwgk/pybind11k_merge_sh"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xNlQwMTozODoyOS4wMDAwMDBazwAAAAS29ijz","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xNlQwMTozODoyOS4wMDAwMDBazwAAAAS29ijz","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0yMlQxOToxNTowMi4wMDAwMDBazwAAAARsbH0u"}},"title":"Activity · google/pybind11clif"}