Skip to content

Fix regex backrefs and string-join empty items - #1573

Merged
ghislainfourny merged 3 commits into
masterfrom
codex/fix-regex-backrefs-string-join
Jun 29, 2026
Merged

Fix regex backrefs and string-join empty items#1573
ghislainfourny merged 3 commits into
masterfrom
codex/fix-regex-backrefs-string-join

Conversation

@ghislainfourny

Copy link
Copy Markdown
Member

No description provided.

@github-actions

github-actions Bot commented Jun 29, 2026

Copy link
Copy Markdown

QT3 Test Results - Parser: jsoniq

Regression baseline: run 28372600097

🎉 No regressions found for this build.

✅ Improvement summary: 48 test(s) previously failing, errored, or skipped now pass.

Suite Test file Test case
fn fn/matches.re.xml:re00615
fn fn/matches.re.xml:re00616
fn fn/matches.re.xml:re00618
fn fn/matches.re.xml:re00619
fn fn/matches.re.xml:re00620
fn fn/matches.re.xml:re00621
fn fn/matches.re.xml:re00622
fn fn/matches.re.xml:re00623
fn fn/matches.re.xml:re00624
fn fn/matches.re.xml:re00625
fn fn/matches.re.xml:re00626
fn fn/matches.re.xml:re00785
fn fn/matches.re.xml:re00820
fn fn/matches.re.xml:re00821
fn fn/matches.re.xml:re00822
fn fn/matches.re.xml:re00823
fn fn/matches.re.xml:re00824
fn fn/matches.re.xml:re00826
fn fn/matches.re.xml:re00827
fn fn/matches.re.xml:re00828
fn fn/matches.re.xml:re00829
fn fn/matches.re.xml:re00830
fn fn/matches.re.xml:re00862
fn fn/matches.re.xml:re00879
fn fn/matches.re.xml:re00903
fn fn/matches.re.xml:re00904
fn fn/matches.re.xml:re00927
fn fn/matches.re.xml:re00928
fn fn/matches.re.xml:re00929
fn fn/matches.re.xml:re00930
fn fn/matches.re.xml:re00931
fn fn/matches.re.xml:re00937
fn fn/matches.re.xml:re00938
fn fn/matches.re.xml:re00995
fn fn/matches.re.xml:re00996
fn fn/matches.re.xml:re00997
fn fn/matches.xml:K2-MatchesFunc-10
fn fn/matches.xml:K2-MatchesFunc-8
fn fn/matches.xml:K2-MatchesFunc-9
fn fn/matches.xml:fn-matches-35
fn fn/matches.xml:fn-matches-37
fn fn/matches.xml:fn-matches-38
fn fn/matches.xml:fn-matches-39
fn fn/matches.xml:fn-matches-40
fn fn/matches.xml:fn-matchesErr-3
fn fn/matches.xml:fn-matchesErr-4
fn fn/matches.xml:fn-matchesErr-5
fn fn/replace.xml:K2-ReplaceFunc-3
Summary of passed tests for jsoniq
Test Suite Passing Failing Errors Skipped Total
app 1476 39 178 464 2157
array 164 18 17 10 209
fn 7736 831 1239 1329 11135
map 181 34 2 3 220
math 149 0 0 0 149
misc 231 334 131 175 871
op 4006 136 121 103 4366
prod 7894 949 1134 2230 12207
ser 35 213 19 76 343
xs 103 14 4 43 164
Total 21975 2568 2845 4433 31821

Full analysis report: see analysis-jsoniq in artifacts.

Download detailed test results

@github-actions

github-actions Bot commented Jun 29, 2026

Copy link
Copy Markdown

QT3 Test Results - Parser: xquery

Regression baseline: run 28372600097

🎉 No regressions found for this build.

✅ Improvement summary: 48 test(s) previously failing, errored, or skipped now pass.

Suite Test file Test case
fn fn/matches.re.xml:re00615
fn fn/matches.re.xml:re00616
fn fn/matches.re.xml:re00618
fn fn/matches.re.xml:re00619
fn fn/matches.re.xml:re00620
fn fn/matches.re.xml:re00621
fn fn/matches.re.xml:re00622
fn fn/matches.re.xml:re00623
fn fn/matches.re.xml:re00624
fn fn/matches.re.xml:re00625
fn fn/matches.re.xml:re00626
fn fn/matches.re.xml:re00785
fn fn/matches.re.xml:re00820
fn fn/matches.re.xml:re00821
fn fn/matches.re.xml:re00822
fn fn/matches.re.xml:re00823
fn fn/matches.re.xml:re00824
fn fn/matches.re.xml:re00826
fn fn/matches.re.xml:re00827
fn fn/matches.re.xml:re00828
fn fn/matches.re.xml:re00829
fn fn/matches.re.xml:re00830
fn fn/matches.re.xml:re00862
fn fn/matches.re.xml:re00879
fn fn/matches.re.xml:re00903
fn fn/matches.re.xml:re00904
fn fn/matches.re.xml:re00927
fn fn/matches.re.xml:re00928
fn fn/matches.re.xml:re00929
fn fn/matches.re.xml:re00930
fn fn/matches.re.xml:re00931
fn fn/matches.re.xml:re00937
fn fn/matches.re.xml:re00938
fn fn/matches.re.xml:re00995
fn fn/matches.re.xml:re00996
fn fn/matches.re.xml:re00997
fn fn/matches.xml:K2-MatchesFunc-10
fn fn/matches.xml:K2-MatchesFunc-8
fn fn/matches.xml:K2-MatchesFunc-9
fn fn/matches.xml:fn-matches-35
fn fn/matches.xml:fn-matches-37
fn fn/matches.xml:fn-matches-38
fn fn/matches.xml:fn-matches-39
fn fn/matches.xml:fn-matches-40
fn fn/matches.xml:fn-matchesErr-3
fn fn/matches.xml:fn-matchesErr-4
fn fn/matches.xml:fn-matchesErr-5
fn fn/replace.xml:K2-ReplaceFunc-3
Summary of passed tests for xquery
Test Suite Passing Failing Errors Skipped Total
app 1689 74 361 33 2157
array 182 0 18 9 209
fn 7886 999 1418 832 11135
map 210 8 2 0 220
math 149 0 0 0 149
misc 259 340 135 137 871
op 4141 91 93 41 4366
prod 8785 1124 1336 962 12207
ser 40 258 45 0 343
xs 99 18 4 43 164
Total 23440 2912 3412 2057 31821

Full analysis report: see analysis-xquery in artifacts.

Download detailed test results

@ghislainfourny
ghislainfourny merged commit 99c8a22 into master Jun 29, 2026
53 checks passed
@ghislainfourny
ghislainfourny deleted the codex/fix-regex-backrefs-string-join branch June 29, 2026 13:07
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.

1 participant