Skip to content

Commit ca6774d

Browse files
committed
Merge remote-tracking branch 'origin/main' into feature/regular_expression_metafunction
2 parents f62b856 + e89b6ba commit ca6774d

File tree

7 files changed

+15
-4
lines changed

7 files changed

+15
-4
lines changed

.github/workflows/build-cppfront.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cxx-std: 'c++20'
5353
- runs-on: ubuntu-24.04
5454
compiler: clang++-18
55-
cxx-std: 'c++2b'
55+
cxx-std: 'c++23'
5656
- runs-on: ubuntu-24.04
5757
compiler: g++-14
5858
cxx-std: 'c++2b'

.github/workflows/regression-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
compiler: clang++-18
3636
cxx_std: c++20
3737
stdlib: libstdc++
38+
- os: ubuntu-24.04
39+
shortosname: ubu-24
40+
compiler: clang++-18
41+
cxx_std: c++23
42+
stdlib: libc++-18-dev
3843
- os: ubuntu-22.04
3944
shortosname: ubu-22
4045
compiler: clang++-15

regression-tests/run-tests.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ if [ -z "$cxx_compiler" ]; then
116116
usage
117117
fi
118118

119+
if [ -z "$label" ]; then
120+
echo "Run label not specified"
121+
usage
122+
fi
123+
119124
tests=$(ls | grep ".cpp2$")
120125
if [[ -n "$chosen_tests" ]]; then
121126
for test in $chosen_tests; do
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Null safety violation: std::expected has an unexpected value

regression-tests/test-results/clang-18-c++23-libcpp/pure2-interpolation.cpp.execution

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ g0g0g
99
pl(ug$h
1010
0pl(ug$h
1111
Dog kennel color mauve price 3.14 in stock = true
12-
Dog kennel color mauve price 3.14 in stock = true
12+
Dog kennel color mauve price 3.140000 in stock = true
1313
complex: (1.2,3.4)

regression-tests/test-results/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
cppfront compiler v0.7.0 Build 9318:2141
2+
cppfront compiler v0.7.0 Build 9707:1145
33
Copyright(c) Herb Sutter All rights reserved
44

55
SPDX-License-Identifier: CC-BY-NC-ND-4.0

source/build.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"9318:2141"
1+
"9707:1145"

0 commit comments

Comments
 (0)