Ran
|
Jobs
1
|
Files
479
|
Run time
2min
|
Badge
Embed ▾
README BADGES
|
push
github
luafun: bump submodule The commit bumps luafun to the new version with a bunch of bugfixes: * Now `chain` works correctly with iterators without `param`. * Now `drop_while` supports stateful iterators. * The module is populated with missing `maximum_by` alias of `max_by`. * Now `nth` and `length` work correctly with other luafun iterators. Since our index iterators are stateful (can return different values with the same `state` passed), the old `drop_while` implementation didn't work well with them - it was skipping an extra element. The bump resolves this issue. Note that there are still methods that don't work correctly with `index:pairs` - `cycle`, `head` and `is_null`. Closes #6403 NO_DOC=bugfix (cherry picked from commit ec758869f)
63128 of 114387 branches covered (55.19%)
93982 of 109360 relevant lines covered (85.94%)
2622419.39 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
98.17 |
-0.06% | src/lib/salad/bps_tree.h |
1 |
94.24 |
0.72% | src/box/vy_point_lookup.c |
1 |
91.92 |
-0.05% | src/box/vinyl.c |
1 |
93.71 |
-0.17% | src/box/replication.cc |
2 |
87.16 |
-0.14% | src/box/vy_run.c |
2 |
95.18 |
-0.42% | src/lua/fiber.c |
2 |
84.01 |
-0.74% | src/lib/core/coio.c |
3 |
89.84 |
-0.16% | src/box/applier.cc |
15 |
91.61 |
-2.47% | src/box/memtx_space.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11614201969.1 | 479 |
85.94 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|