SignpostMarv
SignpostMarv
p.s. I was tempted to add multiple highlight circles on the screenshot to prove a point, but left it with just the actual timeline indicator loosely circled so you're in...
These particular ones are are consecutive, not overlapping? 🤔
@ondrejmirtes one of the intended effects would be to let an analyser flag particular methods as "MUST have no side effects prior to calling", in the above example this would...
@pdehaan trying that now 👍 p.s. the data isn't exactly confidential, it's just more of a "I don't wanna have to spam up the git repo" thing :P
It's the subtitles and video pages for about 5.9k youtube videos. (not sure how I've got 1k more transcriptions than I have clips 🤷♂️) > You mentioned `v0.11.1` and `v1.0.0`,...
``` [16756:0000024C7C0F9B80] 144598 ms: Mark-sweep (reduce) 4067.7 (4143.4) -> 4067.1 (4143.9) MB, 7589.3 / 0.0 ms (average mu = 0.141, current mu = 0.001) allocation failure scavenge might not succeed...
> I totally don't want to download 2.7 GB of data unless… @pdehaan the problematic json source is only 2.7mb gzipped (in case one wanted to produce a bare-minimum reproduceable...
@pdehaan working on an isolated test case, have managed to trigger the bug in 0.12, going to check at what point 0.12 succeeds where 1.0 fails.
@pdehaan isolated test case currently fails on 0.11, 0.12, and 1.0 at about 21980 entries: https://github.com/SignpostMarv/11ty-eleventy-issue-2226 usage: `git checkout ${branch} && npm install && node ./generate ${number} && ./node_modules/.bin/eleventy` the...
[test.json.gz](https://github.com/11ty/eleventy/files/8191034/test.json.gz) p.s. because the generator is currently non-seeded, please find attached the gzipped test.json file that all three versions currently fail on