Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 4, 2017 23:44
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/e94d3622e83b5cdd235622143e443bcd to your computer and use it in GitHub Desktop.
Save Whateverable/e94d3622e83b5cdd235622143e443bcd to your computer and use it in GitHub Desktop.
bisectable6
old=2017.08 use experimental :collation; $*COLLATION.set(:quaternary(False), :tertiary(False)); say 'a' coll 'A';
Bisecting: 191 revisions left to test after this (roughly 8 steps)
[48406db639183f850bfd7b6d22de5fb4c794fdb8] Streamline registering an encoding
»»»»» Testing 48406db639183f850bfd7b6d22de5fb4c794fdb8
»»»»» Script output:
More
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Same
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 347da8e5b1f1a72fa6ef7d11896e3be1c1027df7
»»»»» Script output:
Same
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Same
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 6601561469173fb4dceb0b4cc4551a4c7f2bb1b6
»»»»» Script output:
More
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Same
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 2574f8835f7e1342e848c0135fbed6319d55eb0e
»»»»» Script output:
More
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Same
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 7da0c2159e6eb311141daa75cfa3b9d9ed852014
»»»»» Script output:
More
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Same
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing dd8d0d89a3f412ef5ad8764c64893f58976891de
»»»»» Script output:
Same
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Same
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 4de858a555fe0f6abfa813f0ff29e32edc159c2f
»»»»» Script output:
Same
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Same
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 9b42484a5d0ca6b5d340620cc5d8dd88e2eb331f
»»»»» Script output:
More
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Same
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 76f1d8970e29b37c165c826d35bc23137e76f0ba
»»»»» Script output:
Same
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Same
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
9b42484a5d0ca6b5d340620cc5d8dd88e2eb331f is the first new commit
commit 9b42484a5d0ca6b5d340620cc5d8dd88e2eb331f
Author: Samantha McVey <samantham@posteo.net>
Date: Sun Sep 10 04:02:18 2017 -0700
Bump MoarVM: Unicode Collation Algorithm + other fixes
NQP changes: 2017.08-47-g79e6453..2017.08-61-g731fcc381
731fcc381 Bump MoarVM: Unicode Collation Algorithm + other fixes
91d6538e0 Test passing wrongly typed required native named arguments
0e78e6b60 [jvm] When getting a wrong kind of native argument throw an exception instead of trying to coerce
8742805cb Add more index* tests to test empty string paths
a6b7c9c51 [js] nqp::can works on stdout
4a78633a7 [js] Fix typo
99d7ae55a [js] Add nqp::const::SIG_*
32625312f [js] Update hack
6bfc31301 Test nqp::codes
8d8bb5d3b [jvm] Implement nqp::codes
de18e8897 [jvm] Check that we have at least JVM 1.8
9a9b659f0 [js] Implement nqp::codes
8eac8eb13 [js] Check argument count before doing any unpacking and type checking
Moar changes: 2017.08.1-128-gde6dced..2017.08.1-150-g0b81969d
0b81969d Remove unneeded file from UCA implementation
866623d9 Merge Full Unicode Collation Algorithm Implementation
088aa0a0 Fix a leak in CArray repr.
0441e075 Ensure gi->start is set to 0 for flat strings in MVM_string_gi_init
1de91704 MVMROOT remaining pointers to GC objects
e86428d4 Don't try duplicate unreachable handlers on inline
c78477cd put missing forward declaration of arg_guard_gc_describe in
a418dcb8 Only use grapheme iter cached if the Haystack is a strand for index*
13967332 Mark GC blocked when acquiring mutex
b2770e27 Use grapheme iterator cached for ignorecase/ignoremark index ops
23d613e3 Fix bug in gi_move_to if not starting at 0
c2fc14dd Optimize MVM_string_gi_move_to
d05764fb MVM_IS_32BIT_INT(i) with explicit casts
2b7ecb92 Use existing next-power-of-two function, cygx++
a7debca8 Make size check and bit-twiddling an if/else
af649435 Enforce minimum size in on_alloc
4e70bed6 Alloc proc read buffer based on amount last read
:040000 040000 189f72426a9e2532581dc99e40ca00fa28860411 6a4e2506cb269875ff4d40054758a34e24c9024d M tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment