Skip to content

Instantly share code, notes, and snippets.

@masak
Created July 24, 2015 15:14
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 masak/3b35401f80d3b6708d5f to your computer and use it in GitHub Desktop.
Save masak/3b35401f80d3b6708d5f to your computer and use it in GitHub Desktop.
Deprecation from *inside* of Rakudo :(
$ perl6 tools/contributors.pl6
Contributors to Rakudo since the release on 2015-06-25:
Jonathan Worthington, Elizabeth Mattijsen, skids, Tobias Leich, Christian Bartolomäus, Moritz Lenz, Jonathan Scott Duff, Timo Paulssen, Nick Logan, Larry Wall, Carl Masak, Steve Mynott, Will "Coke" Coleda, Rob Hoelz, Jimmy Zhuo, Stefan Seifert, ShimmerFairy, Jonathan Stowe, Lucas Buchala, Stéphane Payrard, Bart Wiegmans, Brent Laabs, Daniel Dehennin, Sue, Sue Spence, root
Saw 1 occurrence of deprecated code.
================================================================================
Method pipe (from IO::Handle) seen at:
src/gen/m-CORE.setting, line 20595
Deprecated since v2015.6, will be removed with release v2015.9!
Please use shell() or run() with :in, :out or :err instead.
--------------------------------------------------------------------------------
Please contact the author to have these occurrences of deprecated code
adapted, so that this message will disappear!
Please note that *ALL* deprecated features will be removed at the RC-0 release
(expected September 2015).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment