Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 28, 2022 07:11
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/e116e6b60b40d29af726c80100b2f028 to your computer and use it in GitHub Desktop.
Save Whateverable/e116e6b60b40d29af726c80100b2f028 to your computer and use it in GitHub Desktop.
releasable6
  GH#5009 Precompilation is now recompiling already precompiled modules.
  GH#4907 install-dist.raku puts files into $HOME/.raku/precomp instead of the staging directory
    + Merge pull request #5010 from rakudo/release-2022.07 [556bf98d]
    + Add a lot of uint candidates for a lot of ops [47f9b286]
    + Improve flow of calling set-env.sh from a script [57337212]
    + Bump NQP [683ddf47]
    + Implement nominalizable transparency for definites [71de2232]
    + Merge pull request #4993 from vrurg/make-generics-better [9b13a55a]
    + Update CREDITS [49e04c61]
    + Update all ranged copyrights from 2021 to 2022 (#5015) [36b0a635]
    + remove some forgotten ft=perl6 [8500d2a8]
    + Merge pull request #5013 from patrickbkr/set-env-quiet [dc180bd9]
    + Allow for --no-foo as alternative to --/foo [61617b12]
    + Allow for .skip(produce,skip,produce,skip,...) in 6.e [2a1ace84]
    + Introduce "nano" term for 6.e+ [10feda11]
    + Make World's `is_type` method more reliable [13f7416c]
    + Don't blindly make a Version object for vN [7ddb90ce]
    + Merge pull request #5030 from vrurg/rakudo-5027 [2c1e1bfd]
    + Merge pull request #5020 from rakudo/lizmat-v-check [6c948e00]
    + Add IO::Path.created returning the Instant a path was created [dbf035d8]
    + [JVM] Add missing $obj? to Perl6::Metamodel::JavaHOW.archetypes [d059921b]
    + Bump NQP to get uniprop race condition fix [4f519c2e]
    + Bump macOS version to 12 [0953b4ac]
    + Bump Ubuntu too [ff90a24d]
    + Merge pull request #5045 from vrurg/bump-CI-macos-version [f66d576c]
    + Fix role parameterization over generics [94f3028e]
    + Merge pull request #5044 from vrurg/generic-parameterization-lookup [0432dbdd]
    + Get job done well for coercive nominalizeables [9e18b391]
    + Merge pull request #5046 from vrurg/subset-over-coercion [5a6344fc]
    + Make generics work with return type in signature [a3021944]
    + Make dispatcher know about generic return type [47c35cab]
    + Merge pull request #5048 from vrurg/generics-in-return [71f5c50b]
    + make the "needle (elem) list" message more clear (#5054) [958537b1]
    + Fix typo in variable name [0ccbd889]
    + Introduce // as a definedness prefix operator in 6.e [d05f7eed]
    + Add method Any.snitch in 6.e [10066021]
    + Bump NQP to get the latest MoarVM fixes [7342d9dc]
    + Make (1,2,3,4,1,2).QuantHash>>-- work [63d03eb8]
    + Correct behaviour on QuantHash>>-- [d0ec99a8]
    + Report deprecated subs/methods that are hidden-from-backtrace [43a6575b]
    + Feeds require .append to work, not .push [29eadbb2]
    + Make feed error message more comprehensible [2070ceeb]
    + [JVM] Un-todo now passing tests for pseudostash [90709d53]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment