Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce pybind11::detail::is_move_constructible #4630

Merged
merged 1 commit into from
Apr 21, 2023

Conversation

rwgk
Copy link
Collaborator

@rwgk rwgk commented Apr 21, 2023

Description

To support the use case captured in the new test_vector_unique_ptr_member.cpp

This is very similar to the existing pybind11::detail::is_copy_constructible.

Suggested changelog entry:

To support the use case captured in the new test_vector_unique_ptr_member.cpp
@rwgk
Copy link
Collaborator Author

rwgk commented Apr 21, 2023

Google-internal global test ID: OCL:525899159:BASE:526066520:1682096245207:c46a5bea (Passed)

@rwgk rwgk marked this pull request as ready for review April 21, 2023 17:06
@rwgk rwgk requested a review from henryiii as a code owner April 21, 2023 17:06
@rwgk rwgk merged commit 6e81be2 into pybind:smart_holder Apr 21, 2023
@rwgk rwgk deleted the vector_unique_ptr_member_sh branch April 21, 2023 18:30
@github-actions github-actions bot added the needs changelog Possibly needs a changelog entry label Apr 21, 2023
@rwgk rwgk removed the needs changelog Possibly needs a changelog entry label Apr 21, 2023
wangxf123456 pushed a commit to google/clif that referenced this pull request May 18, 2023
BEGIN_PUBLIC

New clif/testing/python:vector_unique_ptr_member_test

END_PUBLIC

Follow-on to:

* pybind/pybind11#4630  —  Introduce `pybind11::detail::is_move_constructible`

* cl/526123390  —  Generate is_move_constructible<T>: std::false_type to tell pybind11 that T is not movable.

Originally reduced from:

```
blaze build //waymo/planner/evaluation/metrics/time_to_encroachment/encroachment_utils/python:potential_collision_severity_calculator_clif
```

Manually tested with `_GEN_PYBIND11 = True` in devtools/clif/python/clif_build_rule.bzl:

* http://sponge2/200da41a-fdd0-4e0e-a3e7-8fd00294b84d

PiperOrigin-RevId: 526133273
wangxf123456 pushed a commit to google/clif that referenced this pull request May 18, 2023
BEGIN_PUBLIC

New clif/testing/python:vector_unique_ptr_member_test

END_PUBLIC

Follow-on to:

* pybind/pybind11#4630  —  Introduce `pybind11::detail::is_move_constructible`

* cl/526123390  —  Generate is_move_constructible<T>: std::false_type to tell pybind11 that T is not movable.

Originally reduced from:

```
blaze build //waymo/planner/evaluation/metrics/time_to_encroachment/encroachment_utils/python:potential_collision_severity_calculator_clif
```

Manually tested with `_GEN_PYBIND11 = True` in devtools/clif/python/clif_build_rule.bzl:

* http://sponge2/200da41a-fdd0-4e0e-a3e7-8fd00294b84d

PiperOrigin-RevId: 526133273
wangxf123456 pushed a commit to google/clif that referenced this pull request May 18, 2023
BEGIN_PUBLIC

New clif/testing/python:vector_unique_ptr_member_test

END_PUBLIC

Follow-on to:

* pybind/pybind11#4630  —  Introduce `pybind11::detail::is_move_constructible`

* cl/526123390  —  Generate is_move_constructible<T>: std::false_type to tell pybind11 that T is not movable.

Originally reduced from:

```
blaze build //waymo/planner/evaluation/metrics/time_to_encroachment/encroachment_utils/python:potential_collision_severity_calculator_clif
```

Manually tested with `_GEN_PYBIND11 = True` in devtools/clif/python/clif_build_rule.bzl:

* http://sponge2/200da41a-fdd0-4e0e-a3e7-8fd00294b84d

PiperOrigin-RevId: 526133273
wangxf123456 pushed a commit to google/clif that referenced this pull request May 18, 2023
BEGIN_PUBLIC

New clif/testing/python:vector_unique_ptr_member_test

END_PUBLIC

Follow-on to:

* pybind/pybind11#4630  —  Introduce `pybind11::detail::is_move_constructible`

* cl/526123390  —  Generate is_move_constructible<T>: std::false_type to tell pybind11 that T is not movable.

Originally reduced from:

```
blaze build //waymo/planner/evaluation/metrics/time_to_encroachment/encroachment_utils/python:potential_collision_severity_calculator_clif
```

Manually tested with `_GEN_PYBIND11 = True` in devtools/clif/python/clif_build_rule.bzl:

* http://sponge2/200da41a-fdd0-4e0e-a3e7-8fd00294b84d

PiperOrigin-RevId: 526133273
wangxf123456 pushed a commit to google/clif that referenced this pull request May 18, 2023
BEGIN_PUBLIC

New clif/testing/python:vector_unique_ptr_member_test

END_PUBLIC

Follow-on to:

* pybind/pybind11#4630  —  Introduce `pybind11::detail::is_move_constructible`

* cl/526123390  —  Generate is_move_constructible<T>: std::false_type to tell pybind11 that T is not movable.

Originally reduced from:

```
blaze build //waymo/planner/evaluation/metrics/time_to_encroachment/encroachment_utils/python:potential_collision_severity_calculator_clif
```

Manually tested with `_GEN_PYBIND11 = True` in devtools/clif/python/clif_build_rule.bzl:

* http://sponge2/200da41a-fdd0-4e0e-a3e7-8fd00294b84d

PiperOrigin-RevId: 526133273
wangxf123456 pushed a commit to google/clif that referenced this pull request May 18, 2023
BEGIN_PUBLIC

New clif/testing/python:vector_unique_ptr_member_test

END_PUBLIC

Follow-on to:

* pybind/pybind11#4630  —  Introduce `pybind11::detail::is_move_constructible`

* cl/526123390  —  Generate is_move_constructible<T>: std::false_type to tell pybind11 that T is not movable.

Originally reduced from:

```
blaze build //waymo/planner/evaluation/metrics/time_to_encroachment/encroachment_utils/python:potential_collision_severity_calculator_clif
```

Manually tested with `_GEN_PYBIND11 = True` in devtools/clif/python/clif_build_rule.bzl:

* http://sponge2/200da41a-fdd0-4e0e-a3e7-8fd00294b84d

PiperOrigin-RevId: 526133273
wangxf123456 pushed a commit to google/clif that referenced this pull request May 19, 2023
BEGIN_PUBLIC

New clif/testing/python:vector_unique_ptr_member_test

END_PUBLIC

Follow-on to:

* pybind/pybind11#4630  —  Introduce `pybind11::detail::is_move_constructible`

* cl/526123390  —  Generate is_move_constructible<T>: std::false_type to tell pybind11 that T is not movable.

Originally reduced from:

```
blaze build //waymo/planner/evaluation/metrics/time_to_encroachment/encroachment_utils/python:potential_collision_severity_calculator_clif
```

Manually tested with `_GEN_PYBIND11 = True` in devtools/clif/python/clif_build_rule.bzl:

* http://sponge2/200da41a-fdd0-4e0e-a3e7-8fd00294b84d

PiperOrigin-RevId: 526133273
wangxf123456 pushed a commit to google/clif that referenced this pull request May 19, 2023
BEGIN_PUBLIC

New clif/testing/python:vector_unique_ptr_member_test

END_PUBLIC

Follow-on to:

* pybind/pybind11#4630  —  Introduce `pybind11::detail::is_move_constructible`

* cl/526123390  —  Generate is_move_constructible<T>: std::false_type to tell pybind11 that T is not movable.

Originally reduced from:

```
blaze build //waymo/planner/evaluation/metrics/time_to_encroachment/encroachment_utils/python:potential_collision_severity_calculator_clif
```

Manually tested with `_GEN_PYBIND11 = True` in devtools/clif/python/clif_build_rule.bzl:

* http://sponge2/200da41a-fdd0-4e0e-a3e7-8fd00294b84d

PiperOrigin-RevId: 526133273
wangxf123456 pushed a commit to google/clif that referenced this pull request May 19, 2023
BEGIN_PUBLIC

New clif/testing/python:vector_unique_ptr_member_test

END_PUBLIC

Follow-on to:

* pybind/pybind11#4630  —  Introduce `pybind11::detail::is_move_constructible`

* cl/526123390  —  Generate is_move_constructible<T>: std::false_type to tell pybind11 that T is not movable.

Originally reduced from:

```
blaze build //waymo/planner/evaluation/metrics/time_to_encroachment/encroachment_utils/python:potential_collision_severity_calculator_clif
```

Manually tested with `_GEN_PYBIND11 = True` in devtools/clif/python/clif_build_rule.bzl:

* http://sponge2/200da41a-fdd0-4e0e-a3e7-8fd00294b84d

PiperOrigin-RevId: 526133273
wangxf123456 pushed a commit to google/clif that referenced this pull request May 22, 2023
BEGIN_PUBLIC

New clif/testing/python:vector_unique_ptr_member_test

END_PUBLIC

Follow-on to:

* pybind/pybind11#4630  —  Introduce `pybind11::detail::is_move_constructible`

* cl/526123390  —  Generate is_move_constructible<T>: std::false_type to tell pybind11 that T is not movable.

Originally reduced from:

```
blaze build //waymo/planner/evaluation/metrics/time_to_encroachment/encroachment_utils/python:potential_collision_severity_calculator_clif
```

Manually tested with `_GEN_PYBIND11 = True` in devtools/clif/python/clif_build_rule.bzl:

* http://sponge2/200da41a-fdd0-4e0e-a3e7-8fd00294b84d

PiperOrigin-RevId: 526133273
wangxf123456 pushed a commit to google/clif that referenced this pull request May 22, 2023
BEGIN_PUBLIC

New clif/testing/python:vector_unique_ptr_member_test

END_PUBLIC

Follow-on to:

* pybind/pybind11#4630  —  Introduce `pybind11::detail::is_move_constructible`

* cl/526123390  —  Generate is_move_constructible<T>: std::false_type to tell pybind11 that T is not movable.

Originally reduced from:

```
blaze build //waymo/planner/evaluation/metrics/time_to_encroachment/encroachment_utils/python:potential_collision_severity_calculator_clif
```

Manually tested with `_GEN_PYBIND11 = True` in devtools/clif/python/clif_build_rule.bzl:

* http://sponge2/200da41a-fdd0-4e0e-a3e7-8fd00294b84d

PiperOrigin-RevId: 526133273
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