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

Add missing test_descr_src_loc in CMakeLists.txt #30137

Merged
merged 4 commits into from
Jul 21, 2024

Commits on Jul 21, 2024

  1. Add missing (for a long time) test_descr_src_loc to CMakeLists.txt

    Ralf W. Grosse-Kunstleve committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    9c18440 View commit details
    Browse the repository at this point in the history
  2. Fix bug in test_descr_src_loc.cpp: `!defined(PYBIND11_DETAIL_UNDERSCO…

    …RE_BACKWARD_COMPATIBILITY)`
    Ralf W. Grosse-Kunstleve committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    432714c View commit details
    Browse the repository at this point in the history
  3. Disable type_caster ODR guard for CUDACC and NVCOMPILER: the missin…

    …g `test_descr_src_loc` in tests/CMakeLists.txt masked that `src_loc` is not reliable.
    Ralf W. Grosse-Kunstleve committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    a8ce277 View commit details
    Browse the repository at this point in the history
  4. Fix ruff error (not sure why this passed when testing locally).

    Ralf W. Grosse-Kunstleve committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    98af641 View commit details
    Browse the repository at this point in the history