Skip to content

Commit 5293613

Browse files
committed
Bump Ubuntu to 24.04 LTS
1 parent 71a672d commit 5293613

31 files changed

+100
-129
lines changed

bug_reports/Elixir_ExJsonPath.md

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,6 @@ The following queries provide results that do not match those of other implement
4040
FunctionClauseError
4141
```
4242

43-
- [ ] `$[-113667776004:2]`
44-
Input:
45-
```
46-
[
47-
"first",
48-
"second",
49-
"third",
50-
"forth",
51-
"fifth"
52-
]
53-
```
54-
Expected output:
55-
```
56-
["first", "second"]
57-
```
58-
Actual output:
59-
```
60-
[]
61-
```
62-
6343
- [ ] `$[113667776004:2:-1]`
6444
Input:
6545
```
@@ -213,24 +193,6 @@ The following queries provide results that do not match those of other implement
213193
]
214194
```
215195

216-
- [ ] `$[-4:]`
217-
Input:
218-
```
219-
[
220-
"first",
221-
"second",
222-
"third"
223-
]
224-
```
225-
Expected output:
226-
```
227-
["first", "second", "third"]
228-
```
229-
Actual output:
230-
```
231-
[]
232-
```
233-
234196
- [ ] `$..[0]`
235197
Input:
236198
```

bug_reports/JavaScript_Goessner.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,30 @@ The following queries provide results that do not match those of other implement
5858
```
5959
Error:
6060
```
61-
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
61+
62+
<--- Last few GCs --->
63+
64+
[56662:0xaaaaf8599230] 319 ms: Mark-sweep 24.4 (41.6) -> 8.7 (41.6) MB, 4.1 / 0.0 ms (average mu = 0.804, current mu = 0.876) allocation failure; scavenge might not succeed
65+
[56662:0xaaaaf8599230] 352 ms: Mark-sweep 34.4 (51.6) -> 12.0 (44.9) MB, 6.6 / 0.0 ms (average mu = 0.802, current mu = 0.799) allocation failure; scavenge might not succeed
66+
67+
68+
<--- JS stacktrace --->
69+
70+
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
71+
1: 0xffff8d7e2f60 node::Abort() [/lib/aarch64-linux-gnu/libnode.so.109]
72+
2: 0xffff8d6ee108 void node::FPrintF<>(_IO_FILE*, char const*) [/lib/aarch64-linux-gnu/libnode.so.109]
73+
3: 0xffff8db671dc v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/lib/aarch64-linux-gnu/libnode.so.109]
74+
4: 0xffff8db673cc v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/lib/aarch64-linux-gnu/libnode.so.109]
75+
5: 0xffff8dd51fb8 [/lib/aarch64-linux-gnu/libnode.so.109]
76+
6: 0xffff8dd66ba8 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/lib/aarch64-linux-gnu/libnode.so.109]
77+
7: 0xffff8dd43cc0 v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/lib/aarch64-linux-gnu/libnode.so.109]
78+
8: 0xffff8dd44e38 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/lib/aarch64-linux-gnu/libnode.so.109]
79+
9: 0xffff8dd25f50 v8::internal::Factory::AllocateRaw(int, v8::internal::AllocationType, v8::internal::AllocationAlignment) [/lib/aarch64-linux-gnu/libnode.so.109]
80+
10: 0xffff8dd1e450 v8::internal::FactoryBase<v8::internal::Factory>::NewFixedArrayWithFiller(v8::internal::Handle<v8::internal::Map>, int, v8::internal::Handle<v8::internal::Oddball>, v8::internal::AllocationType) [/lib/aarch64-linux-gnu/libnode.so.109]
81+
11: 0xffff8dd31f4c v8::internal::Factory::NewJSArrayStorage(v8::internal::ElementsKind, int, v8::internal::ArrayStorageAllocationMode) [/lib/aarch64-linux-gnu/libnode.so.109]
82+
12: 0xffff8dd31ff8 v8::internal::Factory::NewJSArray(v8::internal::ElementsKind, int, int, v8::internal::ArrayStorageAllocationMode, v8::internal::AllocationType) [/lib/aarch64-linux-gnu/libnode.so.109]
83+
13: 0xffff8e105a8c v8::internal::Runtime_StringSplit(int, unsigned long*, v8::internal::Isolate*) [/lib/aarch64-linux-gnu/libnode.so.109]
84+
14: 0xffff8da8406c [/lib/aarch64-linux-gnu/libnode.so.109]
6285
```
6386

6487
- [ ] `$["key"]`
@@ -1321,7 +1344,7 @@ The following queries provide results that do not match those of other implement
13211344
```
13221345
Error:
13231346
```
1324-
jsonPath: Cannot read property 'c' of undefined: _v.a.b.c==3
1347+
jsonPath: Cannot read properties of undefined (reading 'c'): _v.a.b.c==3
13251348
```
13261349

13271350
- [ ] `$[?(1==1)]`

bug_reports/JavaScript_jsonpath-plus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ The following queries provide results that do not match those of other implement
959959
```
960960
Error:
961961
```
962-
jsonPath: Cannot set property 'key' of null: @.key='value'
962+
jsonPath: Cannot set properties of null (setting 'key'): @.key='value'
963963
```
964964

965965
- [ ] `$[?(@.a.*)]`
@@ -1354,7 +1354,7 @@ The following queries provide results that do not match those of other implement
13541354
```
13551355
Error:
13561356
```
1357-
jsonPath: Cannot read property 'c' of undefined: @.a.b.c==3
1357+
jsonPath: Cannot read properties of undefined (reading 'c'): @.a.b.c==3
13581358
```
13591359

13601360
- [ ] `$[?(@..child)]`

bug_reports/JavaScript_jsonpath.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following queries provide results that do not match those of other implement
1616
```
1717
Error:
1818
```
19-
Cannot read property 'value' of undefined
19+
Cannot read properties of undefined (reading 'value')
2020
```
2121

2222
- [ ] `$[7:3:-1]`
@@ -32,7 +32,7 @@ The following queries provide results that do not match those of other implement
3232
```
3333
Error:
3434
```
35-
Cannot read property 'value' of undefined
35+
Cannot read properties of undefined (reading 'value')
3636
```
3737

3838
- [ ] `$[0:3:0]`

bug_reports/Perl_JSON-Path.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ The following queries provide results that do not match those of other implement
848848
Actual output:
849849
```
850850
[
851-
""
851+
false
852852
]
853853
```
854854

@@ -4432,7 +4432,7 @@ The following queries provide results that do not match those of other implement
44324432
Actual output:
44334433
```
44344434
[
4435-
""
4435+
false
44364436
]
44374437
```
44384438

@@ -4476,7 +4476,7 @@ The following queries provide results that do not match those of other implement
44764476
Actual output:
44774477
```
44784478
[
4479-
""
4479+
false
44804480
]
44814481
```
44824482

bug_reports/Python_jsonpath.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ The following queries provide results that do not match those of other implement
306306
```
307307
Error:
308308
```
309-
RecursionError('maximum recursion depth exceeded while calling a Python object')
309+
RecursionError('maximum recursion depth exceeded')
310310
```
311311

312312
- [ ] `$['*']`

bug_reports/Ruby_jsonpath.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2024,8 +2024,6 @@ The following queries provide results that do not match those of other implement
20242024
Error:
20252025
```
20262026
undefined method `=' for 0.0:Float
2027-
Did you mean? =~
2028-
==
20292027
```
20302028

20312029
- [ ] `$[?(!(@.key==42))]`
@@ -2303,8 +2301,6 @@ The following queries provide results that do not match those of other implement
23032301
Error:
23042302
```
23052303
undefined method `=' for 0.0:Float
2306-
Did you mean? =~
2307-
==
23082304
```
23092305

23102306
- [ ] `$[?(@.key-50==-100)]`
@@ -2444,8 +2440,6 @@ The following queries provide results that do not match those of other implement
24442440
Error:
24452441
```
24462442
undefined method `=' for 0.0:Float
2447-
Did you mean? =~
2448-
==
24492443
```
24502444

24512445
- [ ] `$.*[?(@.key)]`

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,7 @@ <h2>Explanation</h2>
15881588
<a href="results/array_slice_with_large_number_for_start.html#consensus">✓</a>
15891589
</td>
15901590
<td>
1591-
<a href="results/array_slice_with_large_number_for_start.html#Elixir_ExJsonPath">✗</a>
1591+
<a href="results/array_slice_with_large_number_for_start.html#consensus">✓</a>
15921592
</td>
15931593
<td>
15941594
<a href="results/array_slice_with_large_number_for_start.html#Elixir_jaxon">✗</a>
@@ -5719,7 +5719,7 @@ <h2>Explanation</h2>
57195719
<a href="results/array_slice_with_start_large_negative_number_and_open_end_on_short_array.html#consensus">✓</a>
57205720
</td>
57215721
<td>
5722-
<a href="results/array_slice_with_start_large_negative_number_and_open_end_on_short_array.html#Elixir_ExJsonPath">✗</a>
5722+
<a href="results/array_slice_with_start_large_negative_number_and_open_end_on_short_array.html#consensus">✓</a>
57235723
</td>
57245724
<td>
57255725
<a href="results/array_slice_with_start_large_negative_number_and_open_end_on_short_array.html#Elixir_jaxon">✗</a>

docs/results/array_slice_with_large_number_for_start.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ <h3 id="consensus">Consensus</h3>
2222

2323
<h3>Other responses</h3>
2424

25-
<h4 id="Elixir_ExJsonPath">
26-
Elixir (ExJsonPath)
27-
</h4>
28-
29-
<pre><code>[]
30-
</code></pre>
31-
3225
<h4 id="Elixir_jaxon">
3326
Elixir (jaxon)
3427
</h4>

docs/results/array_slice_with_large_number_for_start_end_negative_step.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ <h4 id="JavaScript_jsonpath">
410410
JavaScript (jsonpath)
411411
</h4>
412412

413-
<pre><code>Cannot read property 'value' of undefined
413+
<pre><code>Cannot read properties of undefined (reading 'value')
414414
</code></pre>
415415

416416
<h4 id="Python_jsonpath2">

0 commit comments

Comments
 (0)