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

[CI] Improve naming of test runs #4

Merged
merged 5 commits into from
Oct 21, 2023
Merged

[CI] Improve naming of test runs #4

merged 5 commits into from
Oct 21, 2023

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    cdbfe3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ee020a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. [inplace_vector] Suppress GCC 11 bogus warning. NFCI.

    https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98503
    and duplicates seem to be related.
    
        inplace_vector.h:584:23: error: array subscript ‘sg14::inplace_vector<std::__cxx11::basic_string<char>, 5>[0]’
        is partly outside array bounds of ‘sg14::inplace_vector<std::__cxx11::basic_string<char>, 4> [1]’
        [-Werror=array-bounds]
          584 | set_size_(size_ - (oldend - newend));
              |           ^~~~~
    Quuxplusone committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    3872d10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfa850e View commit details
    Browse the repository at this point in the history
  3. [test] Move unstable_remove's benchmark from test/ to benchmarks/

    And write some real tests for unstable_remove, too.
    Quuxplusone committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    b509fc4 View commit details
    Browse the repository at this point in the history