Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 16, 2018 22:21
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/05b65bad784f3c48f4efa621ae0fdaa0 to your computer and use it in GitHub Desktop.
Save Whateverable/05b65bad784f3c48f4efa621ae0fdaa0 to your computer and use it in GitHub Desktop.
bisectable6
old=4507a5654108 chdir ‘sandbox/roast’; run env=>%(%*ENV, PERL6LIB=>‘packages’, MVM_SPESH_NODELAY=>1), ‘perl6’, ‘S32-str/windows-1251-windows-1252-encode-decode.t’
Bisecting: 63 revisions left to test after this (roughly 6 steps)
[7fa57657d1ed6d8c20096a5b951313972dcef33f] Fix fake-infix adverb args with new .= opt
»»»»» Testing 7fa57657d1ed6d8c20096a5b951313972dcef33f
»»»»» Script output:
1..4
ok 1 - Test encoding from Unicode to windows-1252
ok 2 - Test decoding from windows-1252 to Unicode
ok 3 - Test encoding from Unicode to windows-1251
ok 4 - Test decoding from windows-1251 to Unicode
»»»»» 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 801b1fa8f213fb38a3a7adec6f7b94430fbb0e31
»»»»» Script output:
1..4
ok 1 - Test encoding from Unicode to windows-1252
ok 2 - Test decoding from windows-1252 to Unicode
ok 3 - Test encoding from Unicode to windows-1251
ok 4 - Test decoding from windows-1251 to Unicode
»»»»» 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 d74dac816a73e0da18860389136e3c7f06f93a9e
»»»»» Cannot test this commit. Reason: Commit exists, but a perl6 executable could not be built for it
»»»»» Therefore, skipping this revision
»»»»» -------------------------------------------------------------------------
»»»»» Testing 7a15d9de27c97d59483c3a3740565716a3b5cd93
»»»»» Script output:
1..4
ok 1 - Test encoding from Unicode to windows-1252
ok 2 - Test decoding from windows-1252 to Unicode
ok 3 - Test encoding from Unicode to windows-1251
ok 4 - Test decoding from windows-1251 to Unicode
»»»»» 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 0d0fe79341343ed0aa8a47f1799e6c01ed454ecc
»»»»» Script output:
1..4
ok 1 - Test encoding from Unicode to windows-1252
ok 2 - Test decoding from windows-1252 to Unicode
ok 3 - Test encoding from Unicode to windows-1251
ok 4 - Test decoding from windows-1251 to Unicode
»»»»» 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”
»»»»» -------------------------------------------------------------------------
beaad7b979f99d07f546efa0d48b701e6372d9ae is the first new commit
commit beaad7b979f99d07f546efa0d48b701e6372d9ae
Author: Aleks-Daniel Jakimenko-Aleksejev <alex.jakimenko@gmail.com>
Date: Fri Feb 16 00:10:23 2018 +0200
[NQP Bump] Brings 28 commits
NQP bump brought: https://github.com/perl6/nqp/compare/2018.01-68-g03bb36a3b...2018.01-96-gd3794d7a1
d3794d7a1 [MoarVM Bump] Brings 5 commits
f27d17ca7 [js] Minor cleanup
9a53d1d6f Test 3 argument nqp::chain
ff9d008d2 Test flattening of natively typed arrays
2717ddbfc [js] Implement |@args on arrays of native types
62a674343 [js] Simplify stuff by always making the block in compunit produce something
0f1eee047 Test that an empty QAST::Stmts produces a null
9866f4b34 [js] Make an empty QAST::Stmts produce a null value
fa47a5069 [js] Fix receiving string from js
9759aff7e [js] Add native type annotations
09556605f [js] Remove polyfill
edf5bcbdb [js] Remove old TODO
ca1af7eeb [js] Remove now useless part
937e9fadd [js] Remove old debug leftover
641fafd8b Merge pull request #390 from jstuder-gh/js_neg_chaining
6b12bab53 restore correct comment for the opcode group
b52d2000d correct no. of tests
2e1ce4f2b Test nqp::iterate with lowlevel lists
7ba7de1bc Test iterating over lexpads
ce918d504 Test getting native attributes with nqp::getattr
8a9f73b99 [js] Stop monkey patching String, wrap nqp strings in objects
1c211d3bd remove description of 'shell' and 'spawn' subs which are no longer available in nqp
70d1359b1 Fetch a str attribute with nqp::getattr_s instead of nqp::getattr
697e95cff Test serializing an integer array with uninitialized elements
351f0fc85 [js] Use NQPNum for native nums in nqp instead of using monkey patching
bc476c142 [js] Stop monkey-patching Function
7653b59be [js] Fix utf8-c8 bug
18fc370a0 [js] Allow 'chain' op to use child as callee
:040000 040000 4f576d469b710c5cc707d436f59bcca7ab5f6e48 d128f83067c799f2a387e31d5f020e9c42681a5b M tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment