Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 2, 2020 22:26
Show Gist options
  • Save Whateverable/d054f0af4eb66edbb7d2cbc484a0b587 to your computer and use it in GitHub Desktop.
Save Whateverable/d054f0af4eb66edbb7d2cbc484a0b587 to your computer and use it in GitHub Desktop.
bisectable6test
dd "2020-05-24T10:10:00.034Z".DateTime.Str
Bisecting: 177 revisions left to test after this (roughly 8 steps)
[5ea1c34674260271d5d78227bd2c843899c2817b] Some mixed micro opts
»»»»» Testing 5ea1c34674260271d5d78227bd2c843899c2817b
»»»»» Script output:
"2020-05-24T10:10:00.034000Z"
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» 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 88f04b630abc89c8e89ad5c42553244a8f734c13
»»»»» Script output:
No such method 'DateTime' for invocant of type 'Str'
in block <unit> at /tmp/WrZ4Au4jKw line 1
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» 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 a4680db173d35a370a654fbad8c2e8ab1a425afe
»»»»» Script output:
"2020-05-24T10:10:34000.0Z"
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» 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 9f4a0f1ca8e1d1be0db462d03b9e78bd03f6121f
»»»»» Script output:
"2020-05-24T10:10:34000.0Z"
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» 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 7ea452cb0e2639d1872492aebe003e71a55e0778
»»»»» Script output:
"2020-05-24T10:10:34000.0Z"
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» 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 35ac7c496d309d38b6f16ee05d311e316f0b2c93
»»»»» Script output:
"2020-05-24T10:10:34000.0Z"
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» 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 e111420845d31b98bf5cd581cecb2e41952c0726
»»»»» Script output:
"2020-05-24T10:10:34000.0Z"
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» 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 d95d218f3192b06f0bb52bceb90e43d198747f09
»»»»» Script output:
"2020-05-24T10:10:34000.0Z"
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
d95d218f3192b06f0bb52bceb90e43d198747f09 is the first new commit
commit d95d218f3192b06f0bb52bceb90e43d198747f09
Author: Elizabeth Mattijsen <liz@wenzperl.nl>
Date: Sat Feb 29 15:10:13 2020 +0100
Make it easier to coerce a Str to a Date/DateTime
- Str.Date and Str.DateTime now work (provided string has correct format)
- Date(Str) and DateTime(Str) now also work (with correct format)
src/core.c/Dateish.pm6 | 2 ++
src/core.c/Str.pm6 | 4 ++++
2 files changed, 6 insertions(+)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment