Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 15, 2024 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/57c92bdd982904c8d413f8085d4789bf to your computer and use it in GitHub Desktop.
Save Whateverable/57c92bdd982904c8d413f8085d4789bf to your computer and use it in GitHub Desktop.
bisectable6
exit 1 - (so "Xabddcabaacab" ~~ /abaacab/)
Bisecting: 60 revisions left to test after this (roughly 6 steps)
[ee1ba1536ac885f6d40f3cffb88ced609f5b031a] Make native array.splice(offset) about 2x faster
»»»»» Testing ee1ba1536ac885f6d40f3cffb88ced609f5b031a
»»»»» Script output:
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing eac5ae1d50774e8569442b3bc7222f660ef839b2
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing df4de34ab5b9a979cd0ce233f6971ee1f77452de
»»»»» Script output:
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 1447f41e68d69be9d94626260db68a7a28586a58
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 71159bedd7c53e51cdbd418028958b0d7f8677e1
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 6ae0526f22a53550061386adba8bea9ebfbc8a70
»»»»» Script output:
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing f14dc6bdd414eca400257f67e3fae122358bb541
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
6ae0526f22a53550061386adba8bea9ebfbc8a70 is the first new commit
commit 6ae0526f22a53550061386adba8bea9ebfbc8a70
Author: Samantha McVey <samantham@posteo.net>
Date: Mon May 7 12:50:43 2018 +0200
Bump NQP/Moar + jvm/js fixes
Changes: 2018.04-19-g19e936b6f..2018.04.1-44-gc5d1c0d7f
c5d1c0d7f Bump MoarVM for string indexing speedups
e77f3306f Fix a minor typo in a test description
d3958afdd [JVM] Ignore hint for multiple inheritance
707eb7713 Dump annotations in predictable order
7a980a6e4 Rebootstrap to get the reproducibility fixes for NQP itself
65aff6df8 Add methods in order of their definition when applying roles to roles
51972803c Keep order of methods when specializing a parametric role
003f502df Keep order of methods in roles
7c27ff252 Generate bind ops for symbols used in BEGIN blocks in predictable order
d6b69836d Import symbols in a predictable order.
f26b822f3 Generate predictable local names when lowering lexicals in optimizer
9049e8ef6 Codegen block handlers in a predictable order
d2a708a9e Always generate closure taking code in the same order
6debf3dbb [JVM] Allow more combinations with underscores
41f21a147 Test numifying string with unicode minus sign
63dc792cd [JVM] Handle unicode minus in coercing to nums
29aab19ed Test numifying string with underscore
154e20c7c [JVM] Handle underscores in coercing to nums
256cd2691 Fix rebootstrap broken by SC name collision
075ff765f switch around a few anchor types inside <after>
d2cb48760 Test longest literals in NFAs for literals of length 1
0e5fde48f [jvm] In NFA matching fix longest literal ordering for literals of length 1
199c12780 [js] Fix longest literal nfa matching
026f620fc Bump NQP to get the latest Moar goodies
8203101ed [release] Bump VERSION to 2018.04.1
b27cab4ae [release] Bump MoarVM revision to 2018.04.1
04918ab66 Implement nqp::numify op
9e4edf989 Test we can handle fancy unicode nums
619bf688c Use original string num in test desc
8d16807f0 Cover denormals and num value drift bugs
1e291c8a0 [MoarVM Bump] Brings 2 commits
tools/build/NQP_REVISION | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment