Skip to content

Commit 4f6697e

Browse files
committed
Force upgrade of Raku build
1 parent f8cb792 commit 4f6697e

File tree

88 files changed

+110
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+110
-110
lines changed

bug_reports/Raku_JSON-Path.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ The following queries provide results that do not match those of other implement
796796
Actual output:
797797
NOT_SUPPORTED
798798
```
799-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
799+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
800800
```
801801

802802
- [ ] `$..key`
@@ -994,7 +994,7 @@ The following queries provide results that do not match those of other implement
994994
Actual output:
995995
NOT_SUPPORTED
996996
```
997-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
997+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
998998
```
999999

10001000
- [ ] `$[?(@.key>43 || @.key<43)]`
@@ -1019,7 +1019,7 @@ The following queries provide results that do not match those of other implement
10191019
Actual output:
10201020
NOT_SUPPORTED
10211021
```
1022-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
1022+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
10231023
```
10241024

10251025
- [ ] `$[?(@['key']==42)]`
@@ -1062,7 +1062,7 @@ The following queries provide results that do not match those of other implement
10621062
Actual output:
10631063
NOT_SUPPORTED
10641064
```
1065-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
1065+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
10661066
```
10671067

10681068
- [ ] `$[?(@['@key']==42)]`
@@ -1093,7 +1093,7 @@ The following queries provide results that do not match those of other implement
10931093
Actual output:
10941094
NOT_SUPPORTED
10951095
```
1096-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
1096+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
10971097
```
10981098

10991099
- [ ] `$[?(@[1]=='b')]`
@@ -1117,7 +1117,7 @@ The following queries provide results that do not match those of other implement
11171117
Actual output:
11181118
NOT_SUPPORTED
11191119
```
1120-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
1120+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
11211121
```
11221122

11231123
- [ ] `$[?(@.a && (@.b || @.c))]`
@@ -1159,7 +1159,7 @@ The following queries provide results that do not match those of other implement
11591159
Actual output:
11601160
NOT_SUPPORTED
11611161
```
1162-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
1162+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
11631163
```
11641164

11651165
- [ ] `$[?(@.a && @.b || @.c)]`
@@ -1205,7 +1205,7 @@ The following queries provide results that do not match those of other implement
12051205
Actual output:
12061206
NOT_SUPPORTED
12071207
```
1208-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
1208+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
12091209
```
12101210

12111211
- [ ] `$[?(@==42)]`
@@ -1230,7 +1230,7 @@ The following queries provide results that do not match those of other implement
12301230
Actual output:
12311231
NOT_SUPPORTED
12321232
```
1233-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
1233+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
12341234
```
12351235

12361236
- [ ] `$[?(@.key==43)]`
@@ -1249,7 +1249,7 @@ The following queries provide results that do not match those of other implement
12491249
Actual output:
12501250
NOT_SUPPORTED
12511251
```
1252-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
1252+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
12531253
```
12541254

12551255
- [ ] `$[?(@.id==2)]`
@@ -1266,7 +1266,7 @@ The following queries provide results that do not match those of other implement
12661266
Actual output:
12671267
NOT_SUPPORTED
12681268
```
1269-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
1269+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
12701270
```
12711271

12721272
- [ ] `$[?(@.key=="value")]`
@@ -1333,7 +1333,7 @@ The following queries provide results that do not match those of other implement
13331333
Actual output:
13341334
NOT_SUPPORTED
13351335
```
1336-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
1336+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
13371337
```
13381338

13391339
- [ ] `$[?(@.key=="Motörhead")]`
@@ -1367,7 +1367,7 @@ The following queries provide results that do not match those of other implement
13671367
Actual output:
13681368
NOT_SUPPORTED
13691369
```
1370-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
1370+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
13711371
```
13721372

13731373
- [ ] `$[?(@.key=="hi@example.com")]`
@@ -1392,7 +1392,7 @@ The following queries provide results that do not match those of other implement
13921392
Actual output:
13931393
NOT_SUPPORTED
13941394
```
1395-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
1395+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
13961396
```
13971397

13981398
- [ ] `$[?(@.key=="some.value")]`
@@ -1417,7 +1417,7 @@ The following queries provide results that do not match those of other implement
14171417
Actual output:
14181418
NOT_SUPPORTED
14191419
```
1420-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
1420+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
14211421
```
14221422

14231423
- [ ] `$[?(@.key=='value')]`
@@ -1439,7 +1439,7 @@ The following queries provide results that do not match those of other implement
14391439
Actual output:
14401440
NOT_SUPPORTED
14411441
```
1442-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
1442+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
14431443
```
14441444

14451445
- [ ] `$.items[?(@.key==$.value)]`
@@ -1467,7 +1467,7 @@ The following queries provide results that do not match those of other implement
14671467
Actual output:
14681468
NOT_SUPPORTED
14691469
```
1470-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
1470+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
14711471
```
14721472

14731473
- [ ] `$[?(@.key>"VALUE")]`
@@ -1534,7 +1534,7 @@ The following queries provide results that do not match those of other implement
15341534
Actual output:
15351535
NOT_SUPPORTED
15361536
```
1537-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
1537+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
15381538
```
15391539

15401540
- [ ] `$[?(@.length == 4)]`
@@ -1568,7 +1568,7 @@ The following queries provide results that do not match those of other implement
15681568
Actual output:
15691569
NOT_SUPPORTED
15701570
```
1571-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
1571+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
15721572
```
15731573

15741574
- [ ] `$[?(@.a.b==3)]`
@@ -1594,7 +1594,7 @@ The following queries provide results that do not match those of other implement
15941594
Actual output:
15951595
NOT_SUPPORTED
15961596
```
1597-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
1597+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
15981598
```
15991599

16001600
- [ ] `$[?(@.a.b.c==3)]`
@@ -1630,7 +1630,7 @@ The following queries provide results that do not match those of other implement
16301630
Actual output:
16311631
NOT_SUPPORTED
16321632
```
1633-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
1633+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
16341634
```
16351635

16361636
- [ ] `$[?(1==1)]`
@@ -1657,7 +1657,7 @@ The following queries provide results that do not match those of other implement
16571657
Actual output:
16581658
NOT_SUPPORTED
16591659
```
1660-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
1660+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
16611661
```
16621662

16631663
- [ ] `$.*[?(@.key)]`
@@ -1679,7 +1679,7 @@ The following queries provide results that do not match those of other implement
16791679
Actual output:
16801680
NOT_SUPPORTED
16811681
```
1682-
Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
1682+
Evaluation of embedded Raku code not allowed (construct with :allow-eval)
16831683
```
16841684

16851685
- [ ] `$.key..`

docs/results/dot_notation_after_filter_expression.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h4 id="Raku_JSON-Path">
9797

9898
<p>Not supported</p>
9999

100-
<pre><code>Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
100+
<pre><code>Evaluation of embedded Raku code not allowed (construct with :allow-eval)
101101
</code></pre>
102102

103103
<h4 id="Rust_jsonpath">

docs/results/filter_expression_after_dot_notation_with_wildcard_after_recursive_descent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ <h4 id="Raku_JSON-Path">
795795

796796
<p>Not supported</p>
797797

798-
<pre><code>Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
798+
<pre><code>Evaluation of embedded Raku code not allowed (construct with :allow-eval)
799799
</code></pre>
800800

801801
<h4 id="Ruby_jsonpath">

docs/results/filter_expression_after_recursive_descent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ <h4 id="Raku_JSON-Path">
756756

757757
<p>Not supported</p>
758758

759-
<pre><code>Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
759+
<pre><code>Evaluation of embedded Raku code not allowed (construct with :allow-eval)
760760
</code></pre>
761761

762762
<h4 id="Ruby_jsonpath">

docs/results/filter_expression_on_object.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ <h4 id="Raku_JSON-Path">
392392

393393
<p>Not supported</p>
394394

395-
<pre><code>Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
395+
<pre><code>Evaluation of embedded Raku code not allowed (construct with :allow-eval)
396396
</code></pre>
397397

398398
<h4 id="Ruby_jsonpath">

docs/results/filter_expression_with_addition.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ <h4 id="Raku_JSON-Path">
358358

359359
<p>Not supported</p>
360360

361-
<pre><code>Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
361+
<pre><code>Evaluation of embedded Raku code not allowed (construct with :allow-eval)
362362
</code></pre>
363363

364364
<h4 id="Rust_jsonpath">

docs/results/filter_expression_with_boolean_and_operator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h4 id="Raku_JSON-Path">
135135

136136
<p>Not supported</p>
137137

138-
<pre><code>Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
138+
<pre><code>Evaluation of embedded Raku code not allowed (construct with :allow-eval)
139139
</code></pre>
140140

141141
<h4 id="Rust_jsonpath">

docs/results/filter_expression_with_boolean_and_operator_and_value_false.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ <h4 id="Raku_JSON-Path">
339339

340340
<p>Not supported</p>
341341

342-
<pre><code>Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
342+
<pre><code>Evaluation of embedded Raku code not allowed (construct with :allow-eval)
343343
</code></pre>
344344

345345
<h4 id="Rust_jsonpath">

docs/results/filter_expression_with_boolean_and_operator_and_value_true.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ <h4 id="Raku_JSON-Path">
480480

481481
<p>Not supported</p>
482482

483-
<pre><code>Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
483+
<pre><code>Evaluation of embedded Raku code not allowed (construct with :allow-eval)
484484
</code></pre>
485485

486486
<h4 id="Rust_jsonpath">

docs/results/filter_expression_with_boolean_or_operator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h4 id="Raku_JSON-Path">
135135

136136
<p>Not supported</p>
137137

138-
<pre><code>Evaluation of embedded Perl 6 code not allowed (construct with :allow-eval)
138+
<pre><code>Evaluation of embedded Raku code not allowed (construct with :allow-eval)
139139
</code></pre>
140140

141141
<h4 id="Rust_jsonpath">

0 commit comments

Comments
 (0)