Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created March 18, 2018 22:27
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/04773eb61e748182525acbf643d0b82c to your computer and use it in GitHub Desktop.
Save Whateverable/04773eb61e748182525acbf643d0b82c to your computer and use it in GitHub Desktop.
bisectable6
old=2018.02.1 :10<1.a>
Bisecting: 87 revisions left to test after this (roughly 7 steps)
[aadd3c12d1454d453856db9fc23c873b0ebc1550] Make infix:<≤> an alias of infix:«<=»
»»»»» Testing aadd3c12d1454d453856db9fc23c873b0ebc1550
»»»»» Script output:
«timed out after 10 seconds»
»»»»» Script exit code: 0
»»»»» Script exit signal: 9 (SIGKILL)
»»»»» Bisecting by exit signal
»»»»» Current exit signal is 9 (SIGKILL), exit signal on “old” revision is 0 (None)
»»»»» If exit signal is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 4c5b81fedb7434b2356f8019e30061be2deedf66
»»»»» Script output:
===SORRY!=== Error while compiling /tmp/i6l_Tl47gk
Cannot convert string to number: malformed base-10 number in '1.⏏a' (indicated by ⏏)
at /tmp/i6l_Tl47gk:1
------> :10<1.a>⏏<EOL>
»»»»» Script exit code: 1
»»»»» Bisecting by exit signal
»»»»» Current exit signal is 0 (None), exit signal on “old” revision is 0 (None)
»»»»» If exit signal is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing aad79f8a985f05d186a8ea73a70e76de57f6acd5
»»»»» Script output:
«timed out after 10 seconds»
»»»»» Script exit code: 0
»»»»» Script exit signal: 9 (SIGKILL)
»»»»» Bisecting by exit signal
»»»»» Current exit signal is 9 (SIGKILL), exit signal on “old” revision is 0 (None)
»»»»» If exit signal is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing d3f50dbac8ad24125fa5cbe34c57ec9e9adfdef9
»»»»» Script output:
===SORRY!=== Error while compiling /tmp/i6l_Tl47gk
Cannot convert string to number: malformed base-10 number in '1.⏏a' (indicated by ⏏)
at /tmp/i6l_Tl47gk:1
------> :10<1.a>⏏<EOL>
»»»»» Script exit code: 1
»»»»» Bisecting by exit signal
»»»»» Current exit signal is 0 (None), exit signal on “old” revision is 0 (None)
»»»»» If exit signal is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing b62e0eb7a7761430796ae8627ce206d76d6bc2fd
»»»»» Script output:
===SORRY!=== Error while compiling /tmp/i6l_Tl47gk
Cannot convert string to number: malformed base-10 number in '1.⏏a' (indicated by ⏏)
at /tmp/i6l_Tl47gk:1
------> :10<1.a>⏏<EOL>
»»»»» Script exit code: 1
»»»»» Bisecting by exit signal
»»»»» Current exit signal is 0 (None), exit signal on “old” revision is 0 (None)
»»»»» If exit signal is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 7835652d54f6538337b694f03e936a4814bec925
»»»»» Script output:
«timed out after 10 seconds»
»»»»» Script exit code: 0
»»»»» Script exit signal: 1 (SIGHUP)
»»»»» Bisecting by exit signal
»»»»» Current exit signal is 1 (SIGHUP), exit signal on “old” revision is 0 (None)
»»»»» If exit signal is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing af353894851ae0f948c5518603039a52095e11ca
»»»»» Script output:
===SORRY!=== Error while compiling /tmp/i6l_Tl47gk
Cannot convert string to number: malformed base-10 number in '1.⏏a' (indicated by ⏏)
at /tmp/i6l_Tl47gk:1
------> :10<1.a>⏏<EOL>
»»»»» Script exit code: 1
»»»»» Bisecting by exit signal
»»»»» Current exit signal is 0 (None), exit signal on “old” revision is 0 (None)
»»»»» If exit signal is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
7835652d54f6538337b694f03e936a4814bec925 is the first new commit
commit 7835652d54f6538337b694f03e936a4814bec925
Author: Elizabeth Mattijsen <liz@wenzperl.nl>
Date: Wed Feb 28 12:36:50 2018 +0100
Make substr() just a front for Str.substr
- allows objects to create their own .substr methods and have substr() see them
- move all the substr() logic to Str.substr candidates
- simplify the logic in each candidate for better inlinability
- makes substr() up to 1.5x faster, and Str.substr() up to 3x faster
:040000 040000 5fe78ce043295c902bed6bd6df60a66ff2d19d40 8f4d5648b86312a8894f410dec607ea6c692addb M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment