Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 22, 2021 18:57
Show Gist options
  • Save Whateverable/c7490f636c851e3e2480003aed965fb6 to your computer and use it in GitHub Desktop.
Save Whateverable/c7490f636c851e3e2480003aed965fb6 to your computer and use it in GitHub Desktop.
releasable6
c99ffc51fe897bd6943f4dfd89b8d53476c87625 should be 8 characters in length
    + Eliminate setting no inline marker for callsame [c1a89bc0]
    + Use the p6sink op over a sink method call [1253f4bd]
    + Cope if p6sink is somehow used non-void [c0098e3f]
    + Expose more constants in raku-invoke dispatcher [ebd03058]
    + Restructure handling of wrapping [3e5e217f]
    + Don't guard dispatchees on a literal proto [cee2053c]
    + Remove unused attributes in Routine [9e7499ed]
    + Incorporate $!onlystar into Routine $!flags [a267025f]
    + Remove Scalar containers caller side when possible [33a6655e]
    + DateTime \a -> $a optimizations [fd383374]
    + ObjAt \a -> $a optimizations [1220a3ec]
    + Order \a -> $a optimizations [a638cf61]
    + Pair \a -> $a optimizations [c61d91a6]
    + Promise \a -> $a optimizations [65b5b4a9]
    + Regex \a -> $a optimizations [e7fee3ac]
    + Str \a -> $a optimizations [b63ff146]
    + Uni \a -> $a optimizations [0400253c]
    + set_difference \a -> $a optimizations [6d05ce36]
    + set_intersection \a -> $a optimizations [90e650cf]
    + set_subset \a -> $a optimizations [73b82cf2]
    + Complex \a -> $a optimizations [02d4e74f]
    + Rat \a -> $a optimizations [336d488b]
    + Setty \a -> $a optimizations [34df830a]
    + Stringy \a -> $a optimizations [558dccc0]
    + set_equality \a -> $a optimizations [d2d21236]
    + set_multiply \a -> $a optimizations [6d395816]
    + set_proper_subset \a -> $a optimizations [72d9a0de]
    + set_symmetric_difference \a -> $a optimizations [e8910a4e]
    + Correct a comment [e19bcbf2]
    + Baggy \a -> $a optimizations [d4062aa0]
    + Date \a -> $a optimizations [69fb2d79]
    + List \a -> $a optimizations [9441ef4a]
    + Version \a -> $a optimizations [8668ebf0]
    + Any-iterable-method \a -> $a optimizations [a04fe6c0]
    + Buf \a -> $a optimizations [fab8e646]
    + Capture \a -> $a optimizations [39b60a2c]
    + Int \a -> $a optimizations [383a2fb2]
    + Match \a -> $a optimizations [36664650]
    + Range \a -> $a optimizations [2afbf2a2]
    + Real \a -> $a optimizations [7ff1a8a2]
    + Make sure visual separators do not exceed 80 chars [0805986b]
    + set_addition \a -> $a optimizations [a0c5c20e]
    + set_elem \a -> $a optimizations [009f4d39]
    + unicodey \a -> $a optimizations [1bc136ac]
    + Use new dispatcher-drop-n-args syscall [0d4ba023]
    + Num \a -> $a optimizations [4d25d5d9]
    + Parameter \a -> $a optimizations [4c2be058]
    + Signature \a -> $a optimizations [2051e7e6]
    + set_precedes \a -> $a optimizations [d9d30744]
    + set_union \a -> $a optimizations [0da1bec2]
    + Array/Shaped \a -> $a optimizations [41d478e8]
    + Array/Shaped1 \a -> $a optimizations [45d642f6]
    + Array/Shaped2 \a -> $a optimizations [0f323688]
    + Array/Shaped3 \a -> $a optimizations [36738fac]
    + Backtrace \a -> $a optimizations [2ee73dbf]
    + Bool \a -> $a optimizations [dc2efba6]
    + Complex \a -> $a optimizations (2) [b8e55656]
    + DateTime \a -> $a optimizations [8504a9a9]
    + Dateish \a -> $a optimizations [dfb8446b]
    + Enumeration \a -> $a optimizations [080f772c]
    + Hash \a -> $a optimizations [19e0c985]
    + Map \a -> $a optimizations [4830a042]
    + Mix \a -> $a optimizations (2) [f488a6e8]
    + Pair \a -> $a optimizations (2) [305afb75]
    + Str \a -> $a optimizations (2) [9a277af2]
    + Uni \a -> $a optimizations [77a186f2]
    + control \a -> $a optimizations [3513296b]
    + traits \a -> $a optimizations [3ad1a93f]
    + Hash/Object \a -> $a optimizations [ebe6682d]
    + IO/Path/Parts \a -> $a optimizations [32f1e20e]
    + List \a -> $a optimizations (2) [0b6f3b33]
    + Map \a -> $a optimizations (3) [c412cd76]
    + Promise \a -> $a optimizations (2) [de5ee1e8]
    + Str \a -> $a optimizations (3) [0259d451]
    + Fix some issues with multi resumption [d2c88868]
    + If a sub returns `nqp::null`, map it to Mu [bfd8a36b]
    + Ensure Pair keys remain uncontainerized [583a6da5]
    + Add a missing guard in assignment dispatcher [133807ca]
    + Fix a thinko in callwith handling [9ea760d8]
    + Update Rakudo to use new MoarVM dispatch mechanism [dd2b274f]
    + Don't make signature part of a callable named parameter [e9a0b18c]
    + Re-implement signature constraint support for parameters [9c2cc9c2]
    + Add missing guard on role punning optimization [38f6f873]
    + Sort multi-candidates with signature constraint in mind [ffb587f2]
    + Rollback the idea of extra role for signature constraint [51968148]
    + Add signature constraint to parameter name in .raku [d47185eb]
    + Add missing Str.substr() candidate, moon-chilled++ [93f0d86f]
    + Respect CALL-ME mixed into a `proto` [21271aa5]
    + Fix passing a Code type object to native call [cddcdb71]
    + Merge pull request #4538 from vrurg/rakudo_4537 [ec65ffc8]
    + Add Cool.Version coercer [dab7404c]
    + Fix suggested method ordering on not found error [0152e3c3]
    + Deprecate use of $*PERL [11fd2d70]
    + Make sure suggestions are sorted consistently [569f90ea]
    + Consistently use a number for value in suggestions hash [c99ffc51]
    + Merge pull request #4554 from MasterDuke17/potential_simplification_for_suggestion_handling [9e6b1cc7]
    + Raku is a legally registered trademark now in the USA, UK and Europe. [4bca3e65]
    + Merge pull request #4555 from nige123/raku-is-a-registered-trademark-now [57997147]
    + Capitalize Programming Language [59debb4e]
    + Bump NQP to get the latest NQP/MoarVM goodies [b1200b65]
    + Add :override parameter to R:I.REGISTER-DYNAMIC [4b8b566a]
    + Make $*PERL deprecation something for 6.e only [3dc4aca2]
    + Test cover a segfault after trying to clone a Lock [d6be10ed]
    + Fix deprecation warning in rakudo-[gdb|valgrind]-m [ff6951f5]
    + Rewrite INDIRECT_NAME_LOOKUP [431c3d6b]
    + Update comment about candidate linked lists [191fbba9]
    + Pass on tester without auth-threading [1e25f4fc]
    + Pass lib in RAKULIB instead of -I in harness6 [e09df02c]
    + Merge pull request #4565 from Leont/harness6-fixes [59d12ec8]
    + [JVM] Unbreak build after merge of new-disp [ff92bac5]
    + Make GLOBAL available to compile time code [88862a9f]
    + Change guard to track value be non-Nil (#4559) [aa728ef7]
    + Merge pull request #4566 from vrurg/rakudo_4557 [1ddd6e7f]
    + Make GLOBAL shared at compunit load time [0cb2cb50]
    + Ignore fallback methods when looking for CALL-ME in dispatch [40bf3f3e]
    + Don't re-bind GLOBAL symbol [bb607b6b]
    + Make sure system exhaustion of threads is noted [ffaf453d]
    + Merge pull request #4568 from vrurg/make-GLOBAL-shared-on-load [067bef4d]
    + Bump NQP for the latest fixes! [bcd3ae06]
    + Add missing decont ops in Attribute.new [8d1f24f9]
    + Use distribution specific comp unit ids in CURFS (#4572) [33296d40]
    + Bump for assorted MoarVM fixes [ef95fe2e]
    + Get callwith working with complex dispatches [ca3355a8]
    + Don't set up a dead resumption with no wrappers [d6d90f41]
    + Merge pull request #4567 from tbrowder/fix-heredoc [308d6856]
    + [JVM] Align p6setfirstflag with modern use [02c13fad]
    + Use repo id instead of distribution id for comp unit ids [fbb5228e]
    + [JVM] Provide clean fix for broken build [8fc643ec]
    + Ensure all methods use the updated comp-unit-id (#4578) [bc2cac13]
    + Merge pull request #4551 from rakudo/Cool.Version [1d8bf66a]
    + Fixes `require STUB:file<>` bug #4488 (#4582) [d4f7d174]
    + Fix callwith in multi method [b34ae24a]
    + Bump NQP to get the latest goodies [6d45da84]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment