Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created March 28, 2020 15:25
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/a3253244795925345765bb20664021b8 to your computer and use it in GitHub Desktop.
Save Whateverable/a3253244795925345765bb20664021b8 to your computer and use it in GitHub Desktop.
releasable6
  GH#3569 &nextcallee can misbehave with wrapped routines in threaded code
  GH#3568 Appveyor builds fail each commit for different, but possibly linked reasons
  GH#3530 Broken links in annoucement
88f04b6 should be 8 characters in length
979d384a was referenced but there is no commit with this id
a47372a1 was referenced but there is no commit with this id
    + Merge Iterable and Seq infix:<eqv> multis [135e217f]
    + Hack to fix "any" Junction inlining optimization [76923bee]
    + Change the default "from" to "Raku" [6354c915]
    + Revert "Change the default "from" to "Raku"" [8dcf652d]
    + Temporarily disable CircleCI building [adc61a8f]
    + Merge pull request #3508 from patrickbkr/disable-circleci [e0005de7]
    + Fix CircleCI configuration [efba9639]
    + Simplify CompUnit object creation [2075489e]
    + Doc tipo Configure -> Configure.pl [bf2a542f]
    + Fix typo [26f4a369]
    + Avoid re-resolving the same dependencies multiple times [c9092582]
    + Avoid looking up the same precomp id multiple times [6956c063]
    + Build: Fix submodule update with space in ref dir path [3ec58489]
    + Set autogen proto package attribute to the actual package [ffce0b52]
    + Whitespace consistency fix for --help output [3134ec77]
    + Big rewrite of dispatchers and wrapping [502fd7fd]
    + #1882 Fix run() with :out(Handle:D) and :merge [1f838791]
    + Inline a method [89992967]
    + Revert "Inline a method" [9e494c83]
    + Revert "Big rewrite of dispatchers and wrapping" [a27005b3]
    + Enable env var RAKULIB [b3bb0d38]
    + Fix nextcallee breaking the dispatcher chain [ac9c8ec8]
    + Revert to using invocator [59a86c3a]
    + Re-revert "Big rewrite of dispatchers and wrapping" [8454f8db]
    + Merge pull request #3517 from vrurg/rakudo_3499 [0f223ac9]
    + Modify or delete certain environment variables [cc165a05]
    + ensure RAKUDOLIB is always respected [1fd660a9]
    + reorder priority to respect RAKULIB as preferred [00c0dec3]
    + Revert "Temporarily disable CircleCI building" [eb19a3d2]
    + Fix two errors in CircleCI Windows release build script [ffcc6198]
    + don't mention the rakudo-specific env var in raku code [be9bb4b1]
    + respect all three module path env vars\n\nensure precedence is RAKUDOLIB, RAKULIB, PERL6LIB [30a3186b]
    + Fix buiding when git reference dir has spaces in its path [e6044dfc]
    + Code aesthetics: Don't unnecessarily escape " in a build script [358c5a81]
    + add back check for env var PERL6_HOME [e8f7eb56]
    + add back in env var PERL6_HOME [61124c35]
    + restore proper priority to *_HOME env vars [013b47d2]
    + Merge pull request #3516 from tbrowder/RAKULIB [88f04b63]
    + Move prebuild archive scripts to scripts folder [e1114208]
    + Don't allow lowering of self if nextcallee is used [c7daf157]
    + Don't clone user wrapper [7ea452cb]
    + Make dispatchers use nextdispatcherfor/takenextdispatcher [4e64c594]
    + Install deserialize_ast fixup [b5123bb2]
    + Make onlywrap local sub [4277ffdd]
    + Speedup fetching of $*NEXT-DISPATCHER [365b8815]
    + Support takenextdispatcher simplification [237b1679]
    + Don't mark code uninlinable if $*NEXT-DISPATCHER encountered [b88cef34]
    + Fix incorrect use of cleardispatcher for takenextdispatcher [508cb7e0]
    + Make Backtrace independent of context. [7c368164]
    + Force publish type cache if found in the MRO [bde8d379]
    + Change update-submodules.pl to not use the shell at all [0ae8b4e0]
    + Fix submodule updating [2f0dd45e]
    + Fix JVM build [40d41a30]
    + Optimize symbol lookup at compunit creation time [35832540]
    + Remove $!unit_ready [75da4cfe]
    + Update appveyor perl requirement on Windows to 5.22 [370956b9]
    + Revert "Force publish type cache if found in the MRO" [bbc4fff8]
    + Only test for World once, not twice [014d493a]
    + Revert "Work around existing bug exposed by mixin caching." [771b9543]
    + Fix installation of perl6 aliases [aeb418a5]
    + The signal Supply should not claim sanity [8aa25bfb]
    + Make Test's &cmp-ok work with objects without support for methods [fc0f78d5]
    + Code-gen `-ne` as a loop, not a map call [be9c139f]
    + Produce better copy for `$foo is copy` [5cad8fee]
    + Ensure meta-ops respect user-defined chain ops [ac012f18]
    + Make method lookup with the handles trait 13% faster in certain cases [af594925]
    + Remove unnecessary implementation detail [e152aa6a]
    + Move RUN_CLEAN_TARGET_FILES to separate script [ffad1024]
    + [JVM] Use Ops.isnull instead of plain null check [945a4d81]
    + Revert "[JVM] Restore old implementation of 'lazy gather'" [b4819e7c]
    + Revert "Restore IO::Path.abspath semantics on the JVM backend" [f6f8ac0d]
    + [JVM] Remove old workaround (no longer needed) [25a1929c]
    + Convert `nqp::intify` calls into `nqp::elems` [776ef800]
    + Revert "Revert "Work around existing bug exposed by mixin caching."" [a3812028]
    + Fix exception when mixing in roles that use `is built` at runtime [4c026ab8]
    + Convert `nqp::istrue` into `nqp::elems` [87226876]
    + Give all regexes their own $/ [1e0474d4]
    + Optimize out return decont check on returning self [49d1dcd3]
    + Correct error string passed to nqp::p6finddispatcher in &nextcallee [136087e7]
    + Add optional "lazy" flag to R:It.SequentialIterators [101a80f2]
    + Tweak chr out of range error output [80dde85a]
    + Save one array initialization for each startup [d8366ff4]
    + Fix regression in sequence operator [0a6456a4]
    + Bump NQP to get latest MoarVM fixes [aaa3fdcc]
    + Fix reflection for . twigilled parameters [296fbcf4]
    + Apparently SEQUENCE *must* be a sub [a3f61d76]
    + Fix CompUnit::PrecompilationUnit::File::bytecode not returning bytecode [13ca677e]
    + Fix Parameter.raku with OUTER default values [87d2ff95]
    + Bump NQP to get latest MoarVM and NQP improvements [9d854281]
    + Bump NQP to get lego JIT fixes [156356ea]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment