--- - branch: MAIN date: Mon Sep 14 22:57:16 UTC 2020 files: - new: '1.12' old: '1.11' path: pkgsrc/lang/rakudo/Makefile pathrev: pkgsrc/lang/rakudo/Makefile@1.12 type: modified - new: '1.7' old: '1.6' path: pkgsrc/lang/rakudo/PLIST pathrev: pkgsrc/lang/rakudo/PLIST@1.7 type: modified - new: '1.6' old: '1.5' path: pkgsrc/lang/rakudo/distinfo pathrev: pkgsrc/lang/rakudo/distinfo@1.6 type: modified id: 20200914T225716Z.a90ec3f606d0c849b3b670a14903b0de14db8053 log: "(lang/rakudo) Updated 2020.02.1 to 2020.08.2\n\nNew in 2020.08.2:\n + Fixes:\n \ + Fix output of `--show-config` option [1a1fe7fb][f00c4198]\n\nNew in 2020.08.1:\n \ + Changes:\n + Fix compiler version [1336e5f3]\n + Method `invoke` of `WalkList` returns a lazy `Seq` instance now [fe40ee1e]\n + Internal:\n + `Seq` class now has its own proto for `new` method [a19996db]\n\nNew in 2020.08:\n \ + Changes:\n + Methods `name` and `usage-name` of `Parameter` now return an empty `Str`,\n when there is no name, instead of `Nil`. Method `default` returns `Code` type object,\n when no default was provided instead of `Any` type object [c11f4b18]\n + Remove redundant `(())` from `Map.new.raku` [491e1def]\n \ + Routine `done-testing` of `Test` module returns `Bool` now,\n indicating if the tests passed or not [337848fe]\n + Deprecations:\n + Deprecate `--nqp-lib` command line option,\n which had no effect for more than a year [9071653e]\n \ + Fixes:\n + Make `X::Method::NotFound` exception more user-friendly\n [b36afcb3][760034ef][eb0ca2a3][66adb771][acc5e64d][4546a603]\n \ + Fix false positive typechecking exceptions for some generic types\n [3d5fba7b][973b83de][8d40691d][1db17c46][1eb712d5]\n \ + Ensure `Routine` subtypes are composed before performing mixins with\n their instances [7f2ae26c][e3c2646e]\n + Fix mixing in a role with attributes into a NQP class [1b5f6b98][9e51d01b]\n + Make exceptions thrown by supply iterators don't claim to have\n originally been thrown within the iterator itself [fcfc60b6]\n \ + Fix `Baggy.pickpairs` called with a `Callable` [08f81f24]\n + Fix a rare, yet possible data race [9d6d8dd7]\n + Additions:\n + Add `set_parameterizer`, `parameterize_type`, `type_parameterized`,\n `type_parameters` and `type_parameter_at` methods for `Metamodel::Primitives` [2ab94429]\n + Internal:\n + Type `Parameter` methods [c11f4b18]\n + Fix release pipeline to not delete the GNU/Linux build [4ad4bd30]\n + Make `Rakudo::Internals::JSON` up to 4.4x as fast [b60e1636][43bd739f]\n \ + Do roast-related cleanup, add `quicktest` make target\n [1e20dfca][6fd09811][333ce78c][dd8cd411]\n \ + Rework `tools/update-passing-test-data.pl` to support backends [ea0c98cf]\n \ + Make `main-version.nqp` a backend-specific configuration file [80b0747a]\n \ + Add a `Perl6::SysConfig` class [ace5e22f]\n + Simplify binary release instructions a little [27eb5ea9]\n + Add tests to make sure profilers can be invoked [d7aa7e66]\n + Remove an outdated workaround from `Cool` implementation [a3af5833]\n + Fix incorrect method call [02a83442]\n\nNew in 2020.07:\n + Fixes:\n + Improve \"Method not found\" error message for some rare cases [0a86798f]\n \ + Fix calling `.say`/`.put`/`.note` methods on Match objects [9f546ef6]\n \ + Add word wrapping to numerous error messages, improve wording\n [eb589c03][1b84e036][3cb29a03][6db1fb1d][80aaede3][42031860][f70a3ccd]\n \ [3ffed2fb][a7a1fe24][cd8846ad][83a126b3][3add8615][3d9a9fc4][697596fd]\n \ [56e5f7dc][88b0e7a3][7a93c907][f550c9f9][a4b982cd][93963433][58685eeb]\n \ [5f423a7e][92f8c19b][5627e02b][5b7ecdc0][a7455050][f96a641f][1f93724f]\n \ [98c7e512][248664c6][3bc4fa90]\n + Wordwrap `Mu.WHY` [16d24a21]\n + Fix check for valid Raku module extension to be an exact match instead of suffix-like one [d4eef8d4]\n + Fix result of `.raku` method called on a generic typed array [90f86d4c]\n + Additions:\n + Set equality operators: `(==)` Unicode `â\x89¡` and `â\x89¢` which allow to check\n for sameness of the operands using QuantHash semantics\n (for example, `1,2,3 (==) 3,1,2` returns `True`) [701f4cfb][dbd69ba7]\n \ + Add support for Supply.tail(*) and .tail(Inf) [9ccfc90e]\n + Add support for Supply.tail(*-3) [eaa72afa]\n + Make `Supply.head(*-3)` consistent with `List.head(*-3)` [5c8c7324][70e5cfb9]\n + Rakudo now supports the `--rakudo-home` command line option to specify the path of the Rakudo home [914bcbad]\n + Efficiency:\n \ + Make .permutations between 23 and 85x faster [682a4d4f]\n + Make IO::Handle.read(1) about 3x as fast and consuming less memory [2946ed64][252b9349]\n \ + Internal:\n + Micro-optimize `buf8.new` creation code in compiler [ed936c14]\n \ + Give `Supply.tail` its own candidate [1a91af8c]\n + Add `Str.naive-word-wrapper` (implementation detail)\n [056d6a4e][9ea66e13][6db1fb1d][45893495][821f582f][3674f812]\n \ + Make `IO::Path` use its own `.succ` / `.pred` logic [305fc7bd]\n + Remove placeholder files [07009cc0]\n + Re-imagine `CompUnit::Repository::FileSystem!distribution` [f3b1c8df]\n + Change `perl6` to `Raku` in nqp-configure submodule URL [ddebab5a]\n \ + Refactor `Rakudo home` and `NQP home` handling [e4f020ca]\n + Do core setting name mapping via compiler config [6e087e13]\n + Fix for spectest not seeing Inline::Perl5 [d5630720]\n\nNew in 2020.06:\n + SPECIAL NOTES:\n + Results of `dir` routine called with dirty base path are presented\n as cleaned up for some paths (like `///` or `a/../a`) unlike\n before. While compatibility with most of other cases is preserved\n and no ecosystem fallout was observed, be cautious of the possible\n observable changes if the code does not clean dirty paths using `cleanup` method.\n + Since this release, when you start Raku with \"-\" as a single positional parameter, it\n will now check if STDIN is connected to a terminal. If it is, then\n the REPL will be started, rather than appearing to freeze waiting\n for the user to enter something and issue an EOF. If STDIN is *not*\n connected to a terminal, then Raku will read from STDIN and process\n that as the source of a program.\n + The `run` routine, `Proc.spawn` and `Proc::Async.new` are\n extended with a new argument `:$win-verbatim-args` defaulting to\n `False`. If the argument is left off or set to False, the\n arguments are quoted according to the Microsoft convention. This\n is identical to Rakus previous behavior and thus backwards\n compatible. When passing True the passed arguments are\n \ concatenated with a single space. No other processing takes\n place. This allows to manually quote the arguments as necessary.\n + Changes:\n + Support verbatim argument handling for `Proc` [709941c6][9a75738f]\n + Signatures of `slurp` and `spurt` routines not accepting redundant arguments is\n now compile time error rather than run-time one [22f43444]\n + The `Distro.desc` method now states codename for MacOS [b4b2a5ec]\n + The `gist` method output for multi-dimensional arrays is truncated now [cfc3e57f][4bfe5bd5]\n + Parametrization a variable type in form `my $foo is Type[Foo, Bar]` works for all types now [de43f193]\n \ + The `rotate` method now returns `Seq` instead of `List` [4b501bd4]\n + Add CACHEDIR.TAG to mark cache dirs as cache [37646b86][c3bdb617][ef90599e]\n \ + Improve GNU C++ name mangling [4f672c27]\n + Make `Instant.raku` output simpler [c0b5fb28]\n + Improve smartmatching against `Mu`/`Any`/`Junction` types\n (`Mu.new ~~ Mu` does not die anymore, `any(Mu, Any) ~~ Mu` returns `True` now) [3b4794f4][840d3e81]\n + Fixes:\n + Fix code objects created BEGIN time EVAL getting lost in precompilation [537f8877][169f63d9]\n + The `is` routine from `Test` module now handles types that cannot be stringified and\n \ compares them using `raku` method now [c9e94623]\n + Fix various JVM and JS backend issues [8e5b610a][2b81f978]\n [12f8f1eb][5b86436c][1464b35e][a059373e][9fe471cf]\n \ + Fix BEGIN time `EVAL` accidentally running CHECK phasers of the outer comp unit [eeb4f43f][b874c68e]\n + Fix results o `\"١٢٣\".Numeric` and `\"١٢٣\".Int` [c2e8b22f]\n + Fix race in `PIO` method of `IO::Handle` [f33ce01c]\n + Fix `Date(now)` call [9dcbc5ff]\n + Fix `.comb(Str)` to ensure non-overlapping results [8d5a0f70]\n + Fix `Instant.raku` for Rational values [f506cc03]\n \ + Fix sorting of 2 element native arrays [becb85eb]\n + Make sure `push-all` does not push when exhausted when splitting using a regex [077300c5]\n + Improve error message for method calls placed after white space [4278e4c2]\n + Improve `X::Syntax::Variable::MissingInitializer` exception's error message [ee005d8b]\n \ + Improve `X::Method::NotFound` exception's error message to only suggest a submethod if correct [b02a7413]\n + Improve `malformed loop spec` related errors [d3c3e534]\n + Improve error message for case of too many directives in routine `sprintf` [c988f832]\n + Improve detection of a version control conflict marker to provide an error message [65e412f7]\n + Additions:\n + Add `IO::Handle.do-not-close-automatically` method [61046d76][999d04aa]\n + Add `IO::Path::Parts` class [4387f280][187312b8][e9ea048b][30ae200f]\n + Add support for `printf($format, Junction)` [110324d3]\n + Add `Supply.rotate` method [9f7c9278]\n + Add `Capture.EXIST-POS` method [6a4f79ec][b55ecdf0][3372352e]\n \ + Add `RAKU_REPL_OUTPUT_METHOD` environment variable which sets\n the method used to stringify a value of an expression in REPL, default is `gist` [285717a0]\n \ + Add `:chomp` named argument to `Str.lines` similar to the same named argument of `IO::Handle.new` [1bcc5d73]\n + Efficiency:\n + Make creation of regex captures faster [15961f91][272c4636]\n [ed65d733][e3fa44ab][7f47db80][0b48651c][537a6e41][f627d2c8][6f6b2dfe][219199bb]\n \ + Make file test methods like `.d` or `.x` faster [c821bbc5]\n + Make `Match.caps` about 35% faster [87e91def]\n + Make `Str.split(Regex)` up to 2x faster [9c74d983]\n \ + Make `Str.split(Regex, *%_)` up to 2x faster [a9796fe5]\n + Make `dir` routine about 15% faster [700b7432]\n + Make `Blob.join` between 4% and 11% faster [84ff64cf]\n + Make `Blob.gist` about 2x as fast [b55667ef]\n + Make `QuantHash` implementation a bit faster [4a728f2a]\n + Make `IO::Spec::Win32.basename` about 1.7x as fast [ecd06c9f]\n + Make `IO::Spec::Win32.tmpdir` about 1.8x as fast [6d427d47]\n + Make `IO::Spec::Win32.path` about 2x as fast [1a8e07c2]\n \ + Make `IO::Spec::Unix.path` about 3.5x as fast [8dc58abf]\n + Make `IO::Spec::Unix.basename` and `IO::Spec::Unic.extension` about 1.7x as fast [f89fad87]\n + Make `IO::Spec::Unix.tmpdir` about 1.8x as fast [a2860ead]\n + Make `WhateverCode.ACCEPTS` about 2x as fast [853e6227]\n + Make `IO::Path.sibling` about 2x as fast [a5eb1d4a]\n + Make `IO::Path.succ` and `IO::Path.pred` about 3x as fast [26b9f388][7238b094]\n + Make `IO::Path.parent` about 2.7x as fast [71cb0c56]\n + Make `IO::Path.parent(N)` about 2x as fast [f93ce875]\n + Make `IO::Path.child` about 1.4x as fast [f5b2c240]\n \ + Make `IO::Path.add` about 1.25x as fast [718d305b]\n + Make `IO::Path.dir` between 1.5x and 2.2x as fast [b63976a8]\n [6b22c1eb][7691742a][9b9d9f64]\n \ + Make `IO::Path.is-absolute` a bit faster [fc88b9c2][bd7fcb28]\n + Make `IO::Path.spurt` up to 35% faster [7571f65a]\n + Make `IO::Path.slurp` up to 4.7x as fast [d03fa4b0][cde948ae][36d89cf6]\n + Make `slurp` routine up to 40% faster [f3baa389][fc3e1aea]\n + Make `spurt` routine a few % faster [da5825e6]\n \ + Make `Str.Numeric` about 4.3x as fast [a0e58412]\n + Make `.IO` method and `IO::Path.new` about 2x as fast [2a88990b]\n + Make `IO::Spec.curupdir` about 25% faster [6a0eaabd][16d93e26]\n + Make `\"42\".Int` about 4.3x faster [3ee1777a]\n + Reduce overhead of `Code.ACCEPTS(value)` by 20% [2eec62fe]\n \ + Make `so` and `not` routines faster [d8c26500][8a3c36f8][5c93ddac][cb69cfce]\n \ + Optimize symbol lookup [c5f5d7ee][dc6594d6][5d61b3d0]\n + Prevent `$*OUT` lookup for each eigenstate of Junction when calling `print` or `put` [4297cb05]\n \ + Make `printf` routine up to 5% faster [e46d4590]\n + Streamline variable `is` and `of` handling [5561669b]\n + Make `Hash.sort` a tiny bit faster [cd617248]\n \ + Various small optimizations [a9074977][b50fd8b5][65e17c40]\n + Internal:\n \ + Set up CI with Azure Pipelines [ae07d685][43213e49][55529de1]\n [78fe25b8][42c37997][4085cfdc][5b4faed3][5587574e][fce783a1][adfa192b]\n \ + Fix `main-version.nqp` dependencies [b71cb3ae]\n + Improve `say`, `put`, `print`, `note` methods of `IO::Handle` [7a902b5e]\n [88d98225][627b39b8][438c1d2f][483cac3a][2b38666f]\n \ + Simplify `Shaped1Array.reverse` [de173a18]\n + Simplify `EVAL(:check)` code [afe85110]\n + Rework part of `Match` internals [0a84aa7f]\n + Simplify `Kernel.signals` using `Signal` values [5644c709]\n + Simplify `Grammar.parse` code [f10e5bce][8be24067][1402c1d1]\n + Allow debuggers for Rakudo to be specified by environment variables [48e073e2]\n + Default to using egdb when possible in rakudo-gdb-m which covers OpenBSD developer environments [b01b0120]\n + Introduce INTERPOLATE [417a591a][777e7b65][3f9f23a9][638517da][05907227]\n + Various internal improvements to the code base [ef0c457b][e71d3cb0]\n [37533ee6][b3d933b4][4afaab73][3796405b][17bf5d5f][d9defb6c][2aac854f]\n \ [799d627a][a56e62de][c1decf2a][a69465a7][26d88b9e][44b27019][95f7d34e]\n \ [b5bf1bf4][285717a0][21c3ef82][4103a309][a616fe57][e645ff6a][ea8c04db]\n \ [ad9b9f4f][9942ccc0][1c94538e][9f73351b][e9f80357][a431968e][519a5726]\n \ [4ba70b7a][496e9166][d984e7c2][bf01f845][da9943a4][150af9a2][6f459456]\n \ [92d01836][98dec90d][792a0f00][902401b7][4d1ef59e][2bfaab6c]\n + Update `INSTALL.txt` for the latest changes [8bb0235b][e1db95e8][bd5e19e4]\n + Various small improvements to compiler's user-facing documentation [dac68b27]\n [302bc8ed][736ce715][10a8f6a2][627ffd42][3d6756b3][eab17e7a][18ecb604]\n \ [2cff6dd9][77b2f2a5][197bba98][621577b4][d09cf9d8][8a8f62ca][a79efdef]\n \ [797c96de][8c3f013d][11afa53b][fbb0abc1]\n + Various changes to documentation related to renaming process\n [6ead4ce1][142d03be][e0384ee0][0ccd4cfe][4d6031f6][d53a3b1a][de6ebd4e][b0032395]\n\nNew in 2020.05.1:\n\n + Fixes:\n + Fix relocatable builds on the moar backend [46648b9b]\n\nNew in 2020.05:\n\n + Fixes:\n + Decontainerize attribute default values [d71761e3]\n + Fix `Cool` catchers for some `Str` methods\n [a91d7d79][63a72659][af8788b4]\n \ + Update some internal documentation to use Raku name [f2cc20c6]\n + Add `Cool.contains(Regex)` candidates [c3c1e8c9]\n + Make format of all `QuantHash`'s classes `.gist` uniform [cf01f7a2]\n + `Method` objects that don't have `*%_` in their signature, `.gist` ok [ac5f353a]\n + Fix `DateTime` default stringification when the second is 0 [95de7859]\n + Make `Blob/Buf.list` non-lazy so they can be used in hypers [6d146b56][291aa580]\n + Remove unnecessary parentheses from `Pair.raku` [35a827af]\n + `IO::CatHandle.slurp` did not accept `:bin` parameter [42c4c3fc]\n + Fixed some cases where `IO::Handle.slurp` was used without `:close` [efab398e]\n + `run` routine with `out` named parameter being a `Handle` and `merge` flag\n enabled now writes both stdout and stderr to the handle [1f838791]\n \ + A single whenever react based on a signal is now serialized by default [8aa25bfb]\n \ + `&cmp-ok` subroutine of `Test` module now works with objects without support for methods [fc0f78d5]\n + Ensure meta-ops respect user-defined chain ops [ac012f18]\n \ + Fix exception when mixing in roles that use `is built` at runtime [4c026ab8]\n \ + Fix inconsistent match result when using a code block in a regex [1e0474d4]\n \ + Fix error message related to `nextcallee` subroutine [136087e7]\n + Fix regression in sequence operator [0a6456a4]\n + Fix reflection for . twigilled parameters [296fbcf4]\n + Fix `Parameter.raku` with `OUTER` default values [87d2ff95][2f8538ed]\n + Fix `Capture.WHICH` for subclasses of `Capture` [8808401c]\n \ + Fix `Capture.EXISTS-KEY` for some `Capture` values [2d18cdeb]\n + Make (1..-Inf).reverse) work as intended [3983b4f8]\n + Make (foo .. foo).reverse correctly [c588323e]\n + Properly throw an exception on attempts to add a key to an immutable `Map` [1a10b63a]\n + `INPUTRC` environment variable is now checked for a Readline config when using REPL [61a48362]\n + Add missing label support for some loop constructs [66a2250a]\n + Make `Real.sign` always return an `Int` [42a303ec]\n + Result of `reverse` called on a `List` value with holes returns a\n reverse of the list with `Nil` in place of holes instead of `Mu` now [e9468d6a][ca49c153]\n + Various small JVM backend related improvements [945a4d81][b4819e7c][f6f8ac0d][25a1929c][717b3266]\n + Additions:\n + Added `docs/IN-MEMORIAM.md` to commemorate departed contributors [9b6d89b1][f9f3b662][170add26]\n \ + Implement support of environment variables `RAKULIB` and `RAKUDOLIB`\n to eventually replace deprecated `PERL6LIB`\n [b3bb0d38][cc165a05][1fd660a9][00c0dec3][be9bb4b1][30a3186b][e8f7eb56][61124c35][013b47d2]\n \ + Implement support for environment variables `RAKU_TEST_DIE_ON_FAIL` and `RAKU_TEST_TIMES`\n to replace `PERL6_TEST_DIE_ON_FAIL` and `PERL6_TEST_TIMES` [30e7a67c][afff3b0b]\n + Show timing information when installing core modules in build process [58e61356]\n + Add multiple needles feature to `Str.index/rindex` [4cec44a3][cf02c2e9]\n + `dd` can now also handle `BOOTContext` objects [8b70bfb8]\n \ + `Str` now has `.Date` and `DateTime` coercers [d95d218f]\n + `Date.yyyy-mm-dd` now takes a separator parameter, defaulting to `-` [3017cfea]\n + Added `Date.dd-mm-yyyy` and `Date.mm-dd-yyyy` methods [70ac9b72]\n + `IterationBuffer` now has a `.Slip` method for easier iteration [d68fe5eb]\n + Add `is implementation-detail` trait and hide exposed internals with it\n [12a33637][09c1b05a][2ae9fdf0][20c978e6][78371bb0][1d57d17d][0c36feb0]\n \ + Introduce `^...` and `^...^` sequence generator operators [371590fa][bbed2255]\n \ + Add `Date.last-date-in-month` and `Date.first-day-in-month` methods [2fb7198f][20ce5560]\n \ + Add a `parents` metamethod to `Metamodel::ParametricRoleGroupHOW` [8dcfa849]\n \ + Removals:\n + Remove undocumented `Seq.new-consumed` [0f97a7f5]\n + Move implementation detail to internals [aed658d6][b639221d][86bc3b3d]\n [75f34c52][d3385e73][73c7ded2][9429728c][509a7f6e][439b8609][e152aa6a][ebb29499]\n \ + Turn `infix:<â\x80¦>` and `infix:<â\x80¦^>` into aliases [bd4e119d]\n + Build system:\n + Fix CircleCI configuration [efba9639][ffcc6198]\n + Be more robust when working with git reference directories that has spaces in path\n \ [3ec58489][e6044dfc][2f0dd45e]\n + Move prebuild archive scripts to scripts folder [e1114208]\n + Change update-submodules.pl to not use the shell at all [0ae8b4e0]\n + Fix installation of perl6 aliases [aeb418a5]\n + Move RUN_CLEAN_TARGET_FILES to a separate script [ffad1024]\n + Fix building non-moar backends on Windows [47650ebe]\n + Fix `--nqp-home` Configure.pl parameter [94fdb3d5][59fe24bc]\n \ + Make timing based performance tests opt in via `RAKUDO_RUN_TIMING_TESTS` environment variable [31ffc2bd]\n + Efficiency:\n + Speed up compilation of large projects [c9092582][6956c063]\n + Make `raku -n` as fast as manual iteration with `.IO.lines` [be9c139f][5cad8fee]\n + Improve behavior of default `ThreadPoolScheduler`,\n \ increasing efficiency of multithreaded applications [77a2201e][750abe03]\n \ + Make method lookup with the handles trait 13% faster in certain cases [af594925]\n \ + Simplify \"previous setting\" logic [9f4a0f1c]\n + Make creation of `Failure` objects faster [79ca396e]\n + Make default `DateTime` stringification about 12% faster [0e872356][d95141ed]\n + Make all `IO::Path` filetest methods a few percent faster [76c20d28][355b520b][bd9d7c1c]\n + Make `IO::Path.mode` about 14x as fast [a093b7fa]\n + Make `Date.yyyy-mm-dd` about 250x as fast [3017cfea][f9ecf6e8]\n + Make accessing native shaped arrays about 15x faster [80f2aebf]\n + Make `Seq.Numeric` and `Seq.Int` slightly faster [b7b9358f]\n \ + Make a number of traits around 2% faster [4bbe308b]\n + Make a minor optimization to a bunch of STORE methods [a4fbbfa3]\n + Make `Capture.raku` 45% faster [5baa645b][d6298edc]\n + Make `Capture.WHICH` 60% faster [688f6710]\n \ + Make `Capture.AT-KEY` 2% faster [22c0a53d]\n + Make `push(@a, foo)` about 20x as fast [385ab4cf]\n + Make `append(@a, foo)` about 20x as fast [b98d2e00][1e4c7361]\n \ + Make `unshift(@a, foo)` about 20x as fast [6541775c]\n + Make `prepend(@a, foo)` about 20x as fast [9b735b76]\n + Make `Num.Rat` faster [f987cdb0][2d1ba433]\n \ + Make `Date.succ` faster for days 28-31 [285da3b8]\n + Make `Str.tc` about 10% faster [5610416c]\n + Make `Supply.grab` a few percent faster [e0336d52]\n \ + `...` (SEQUENCE) optimizations [fc8c8281][935ee309][08545a33][d2ed7faa][fbf54e17][0fba27d7]\n \ [8fe30b9c][58fa99b2][cf6177ef][75c6ac34][500dc662][9286def3][13559242][99cb2fa2]\n \ + CompUnit::* optimizations [1dbb227c][0249f23e][28bd4247][b4cdccc1][cb7be78c][638c8955]\n \ [c9d9a096][83fed554][2cc509c0][f1cdfb18][9d1b3f63][db6d2306][7c9951cc][83ddbaba]\n \ [196db682][551c157f][07643d37][e56eddd8][20d3713c][b4d32c97][8ac2eecc][4e3e937b]\n \ [6c7ffbdb][17c45d89][89503809][747a35ba][dedb7444][cbd75f72][81ac37f8][f54ad732]\n \ [fae4d45d][d55146bd][e33fe878][b712789e][e756e622][199888ab][95e8906c][5271d122]\n \ [f48b80c3][954e545c][ef2d7d84][778ce379][1a0cc947][11b186c8][dec40dc4][d38d76d5]\n \ [f31bd5ba][e1af7407][33fc8950][a62da301][0736bf7d][437f9f46][6e95e1b0][6723d3ad]\n \ [24fd100d][b3f7ad2f][c29a2bf0][b07224f6][7de42d4b][7b5e1434][68cadd79][f980898f]\n \ [bec2ac4c][d66068c1][31197cd3][2899d737][d4231b1f][c2a1ee95][6d3f1c12][dceef85f]\n \ [859d8f04][5ea1c346][2a58eb39][3d6e8d6d][ea4bdf94][38a0eb82][2075489e][13ca677e]\n \ + Be better at inlining `any` Junction [76923bee]\n + Optimize symbol lookup at compunit creation time [35832540][75da4cfe]\n + Numerous small optimizations and improvements [014d493a][776ef800][87226876]\n [49d1dcd3][d8366ff4][61b5e488][6793713b][2edce41b][d0e427dc][0b414c0a][88a9a36e]\n \ [604085fb][f70d95e2][db6048e3][a66f5c29][80be7d19][a5535b2a][0d5f87cc][3c83ce75]\n \ [3aaca26a][43c7e96f][dc7a7962][e78483ed][7bbf12d3][b9b46c0a][b0a720cb][fcda03ba]\n \ [4339073b][cfc6cc3c][33f41966][0aa8b2a8][9cabea01][9b503292][6bb87106]\n \ + Internal:\n + Update Appveyor perl requirement on Windows to 5.22 [370956b9]\n \ + Add optional \"lazy\" flag to `Rakudo::Iterator.SequentialIterators` [101a80f2]\n \ + Give `IterationBuffer` its own `iterator` method [2b49d685]\n + Adopt MoarVM-provided `value_desc_cont` [4221f822]\n + Add `Rakudo::Iterator.AllButLast` iterator [77defa77][aa5154e0]\n + Add `Rakudo::Iterator.AllButFirst` iterator [4fe18a48]\n + Add and use `Rakudo::Iterator.ReifiedListReverse` iterator\n \ [3ca38022][270cc275][cea0fc78][4025ca43][447b396f]\n + Add `Exception.message` stub [2e605520]\n + Make `Mu.iterator` use `Rakudo::Iterator.OneValue` [65fdea7d]\n \ + Make `Rakudo:Iterator.OneValue` a `PredictiveIterator` [ec50b961]\n + Rename `SlippyIterator` to `Rakudo::SlippyIterator` [50f13f03][fa3c0dba]\n + Don't use named variables between internal methods [92750571]\n + Implement `VM.request-garbage-collection` [e223be56]\n + `Rakudo::Iterator.ReifiedList` now returns a `PredictiveIterator` [063bfa05]\n" module: pkgsrc subject: 'CVS commit: pkgsrc/lang/rakudo' unixtime: '1600124236' user: mef