Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 12, 2024 16:49
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/ea428818c49ed6c837efd236ffc4ccae to your computer and use it in GitHub Desktop.
Save Whateverable/ea428818c49ed6c837efd236ffc4ccae to your computer and use it in GitHub Desktop.
bisectable6
use Test; is (class {}.^ver // v0), v0
Bisecting: 51 revisions left to test after this (roughly 6 steps)
[e0952486d160bbd6fd759bf8de71b42ec1b5490a] Document / Streamline raku-assign dispatcher
»»»»» Testing e0952486d160bbd6fd759bf8de71b42ec1b5490a
»»»»» Script output:
ok 1 -
Saw 1 occurrence of deprecated code.
================================================================================
The PERL6LIB environment variable being set, support will be removed with v6.e.
Please use RAKULIB instead.
--------------------------------------------------------------------------------
Please contact the author to have these occurrences of deprecated code
adapted, so that this message will disappear!
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
ok 1 -
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 225533d6f2a207f8b913c0f58bc9b6a4dcd4b3b8
»»»»» Script output:
ok 1 -
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
ok 1 -
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 3c1ad11047d0afa7ccafa8b59ef617c20fc92fde
»»»»» Script output:
ok 1 -
Saw 1 occurrence of deprecated code.
================================================================================
The PERL6LIB environment variable being set, support will be removed with v6.e.
Please use RAKULIB instead.
--------------------------------------------------------------------------------
Please contact the author to have these occurrences of deprecated code
adapted, so that this message will disappear!
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
ok 1 -
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 61a87f075826fbf0310bc13c8d454b091c281ad1
»»»»» Script output:
ok 1 -
Saw 1 occurrence of deprecated code.
================================================================================
The PERL6LIB environment variable being set, support will be removed with v6.e.
Please use RAKULIB instead.
--------------------------------------------------------------------------------
Please contact the author to have these occurrences of deprecated code
adapted, so that this message will disappear!
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
ok 1 -
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 77d657eee3ceabf66816753c956bac0483f909ca
»»»»» Script output:
ok 1 -
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
ok 1 -
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 47fdc20d73c7236f593078de775cd806d4e37e83
»»»»» Script output:
ok 1 -
Saw 1 occurrence of deprecated code.
================================================================================
The PERL6LIB environment variable being set, support will be removed with v6.e.
Please use RAKULIB instead.
--------------------------------------------------------------------------------
Please contact the author to have these occurrences of deprecated code
adapted, so that this message will disappear!
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
ok 1 -
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing b7def4aae0ad1d63013f1f1637bcb552dc266669
»»»»» Script output:
ok 1 -
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
ok 1 -
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
47fdc20d73c7236f593078de775cd806d4e37e83 is the first new commit
commit 47fdc20d73c7236f593078de775cd806d4e37e83
Author: Elizabeth Mattijsen <liz@raku.rocks>
Date: Wed Jan 10 16:28:18 2024 +0100
Deprecate the use of PERL6LIB
- mark PERL6LIB as deprecated in help message
- add support for environment variables in deprecation message generation
- add deprecation if PERL6LIB seen and used
- adapt harness to use RAKULIB instead of PERL6LIB
src/Perl6/Compiler.nqp | 2 +-
src/core.c/CompUnit/RepositoryRegistry.rakumod | 4 ++++
src/core.c/Deprecations.rakumod | 30 +++++++++++++++-----------
t/harness5 | 2 +-
4 files changed, 24 insertions(+), 14 deletions(-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment