Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 23, 2024 10:05
Show Gist options
  • Save Whateverable/e0b1213ec4f1914036a1816b32daf33b to your computer and use it in GitHub Desktop.
Save Whateverable/e0b1213ec4f1914036a1816b32daf33b to your computer and use it in GitHub Desktop.
releasable6
    + Merge pull request #5503 from rakudo/release-2023.12 [462a933d]
    + Make dd show types better [57bda882]
    + Show :auth:ver:api of module loaded [91a062d2]
    + Update deprecation message for from-json/to-json [f72c3c01]
    + Address ugexe's comments [fcf22b4f]
    + Deprecates Distribution::Resource.Str [c83eccfa]
    + Merge pull request #5505 from opoku/main [93009efc]
    + Prevent possible recursion in archetypes dispatcher [6b61de2c]
    + Merge pull request #5506 from vrurg/arch-disp-recursion-fix [4e68b538]
    + Fix extra word in message [cd231798]
    + Use more appropriate .raku/.gist for Distribution::Resource [4d797bbb]
    + Deprecate all Distribution::Resource IO::Path methods [7ac9aeab]
    + Make sure dd handles RakuAST::Node type objects [1ecff5c5]
    + RakuAST: change interface of ::ParameterTarget::Var [3b9de763]
    + RakuAST: add ::VarDeclaration::Placeholder::Slurpy [35484381]
    + RakuAST: fix use of constants on rakudoc configs [54ee127b]
    + RakuAST: add deparsing/raku support for FakeSignature [5268106d]
    + RakuAST: fix handling of nameless parameters [000ac084]
    + RakuAST: add StatementPrefix::CallMethod base class [94e58e05]
    + RakuAST: revise deparsing of meta ops [3c7057c0]
    + RakuAST: add test for RakuAST::MetaInfix::Negate [c389de26]
    + RakuAST: properly handle a single whenever [e1fef673]
    + Bump NQP to get MasterDuke++ native uint fixes [c0340fc7]
    + RakuAST: fix thinkos in single-last-whenever [4bfde24c]
    + RakuAST: give supply the same treatment as react [91c157d2]
    + RakUAST: hopefully final tweak on wheneve detection [3f6fff74]
    + Merge pull request #5507 from rakudo/ugexe/deprecate-more-resources-stuff [225533d6]
    + Remove defaults from attributes in IO::Handle [eaf40096]
    + Move backend tests from runtime to system build time [69b8a24a]
    + Revert "Remove defaults from attributes in IO::Handle" [77d657ee]
    + Install workaround for R#5444 [b7def4aa]
    + Deprecate the use of PERL6LIB [47fdc20d]
    + Revert "Install workaround for R#5444" [61a87f07]
    + Initial stab at internally documenting dispatch handlers [9b179a55]
    + Bump NQP to get new nqp::syscall/register/delegate ops [a3645497]
    + Add set-cur-hll-config-key dispatch key [690c6c01]
    + Use new nqp::syscall/register/delegate ops [becb682e]
    + RakuAST: use new nqp::syscall op [bef0a9bf]
    + RakuAST: fix RakuAST::L10N [3c1ad110]
    + Document the boot dispatchers [93f2a8aa]
    + Additional dispatcher documentation [bafa5ad4]
    + nqp::syscall is Moar specific, so protect it [b8aaffd6]
    + Document the easier MoarVM dispatchers [f0673003]
    + Move recommended reading section up [2aa796fd]
    + RakuAST: add .raku/deparse support for ::MetaPostfix::Hyper [4b6f77f4]
    + Remove NQP dispatchers docs [ac5c89bb]
    + Document a whole lot more of dispatch- calls [6ba5ee53]
    + Finish initial stab at documenting MoarVM's dispatchers [1721f00b]
    + Bump NQP to get nqp::track/guard ops [2d8839e1]
    + Use new nqp::track / nqp::guard ops [13439539]
    + Mention nqp::track/guard in dispatchers documentation [5394496a]
    + Document / Streamline raku-assign dispatcher [e0952486]
    + Document / Streamline raku-rv-decont dispatcher [87bcbe6a]
    + Streamline raku-assign dispatcher some more [9a07a6c8]
    + Add support for hashes to raku-assign dispatcher [0e2e20a4]
    + Abstract handling whence descriptors [b356bbfd]
    + Add support for object hashes to raku-assign dispatcher [fa4cc823]
    + Add support for 2-dim arrays to raku-assign dispatcher [1ef51856]
    + Add support for 3-dim arrays to raku-assign dispatcher [70d53fb6]
    + Add support for 3-dim arrays to raku-assign dispatcher [79728078]
    + Document and streamline raku-bind-assert dispatcher [f651e9d6]
    + Clarify any extra arguments on boot-constant dispatcher [5dd90860]
    + Document and streamline raku-is-attr-inited dispatcher [2e9c0cc1]
    + Document and streamline raku-sink dispatcher [26ab5c21]
    + Document and streamline raku-call dispatcher [4dc737c3]
    + Document and streamline raku-meth-call dispatcher [62a67452]
    + Streamline raku-meth-call-mega dispatcher [93c31ce9]
    + Streamline raku-meth-call-qualified dispatcher [e002a7a8]
    + Document and streamline raku-meth-call-me-maybe dispatcher [7456e6dc]
    + Document and streamline raku-meth-private dispatcher [b94e98fc]
    + Streamline raku-meth-call-resolved dispatcher [6819b9de]
    + Handle .extension("foo") on IOs without extension differently (#5512) [8cda0bc6]
    + RakuAST: change rakufication of Rats [f5e9b2dc]
    + Use subs for handlers in raku-rv-decont dispatcher [8797d512]
    + Revert "Use subs for handlers in raku-rv-decont dispatcher" [7559290b]
    + Fix test failure to allow for ⁰/₀ representation [a4734de2]
    + Fix test failure to allow for ⁰/₀ representation [bdfea0b0]
    + Revert "Fix test failure to allow for ⁰/₀ representation" [77cddc45]
    + RakuAST: fix test failure to allow for ⁰/₀ representation [d992bf6a]
    + RakuAST: allow U+2044 (FRACTION SLASH) as / [7ea760a0]
    + Streamline raku-meth-deferral dispatcher [bb384c41]
    + Streamline raku-multi dispatcher [fd5e4da6]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment