Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 16, 2020 18:50
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/9ffc1fb1ad410bcbad3542e593de7e1c to your computer and use it in GitHub Desktop.
Save Whateverable/9ffc1fb1ad410bcbad3542e593de7e1c to your computer and use it in GitHub Desktop.
releasable6
    + Don't containerize parameters of P6EX blocks [3d5fba7b]
    + Generalize RI.MAYBE-GIST/SHORT-GIST to work with .raku as well [973b83de]
    + Make it harder for typechecking exceptions themselves to throw [8d40691d]
    + Actually ensure $!got and $!expected don't get extra containers [1db17c46]
    + Apply Callable to Code and compose Sub/Method/Submethod in prologue [7f2ae26c]
    + Remove that pesky branch from Metamodel::Mixins.mixin [e3c2646e]
    + Expose nqp parameterization ops through Metamodel::Primitives [2ab94429]
    + Type Parameter's methods [c11f4b18]
    + - Once again, we have what appears to be a working version of a rakudo without a dir-locked .precomp directory during precompilation. Now to test. [03c90985]
    + - Change CUPS::File.initiate-lock() parameter from IO::Path:DL to Str:D: [892a5de9]
    + - Fixes mismatch in named parameter calls to .destination - Also fixes missing parameter to self!lock() [65213f30]
    + - Updated .gitignore [2ac0473c]
    + - Adds sentinels to mitigate the risk of renaming a file that may no longer be there. [baa808dc]
    + Merge branch 'master' of https://github.com/rakudo/rakudo into rakudo-precomp-nolock2 [e9e9b93d]
    + - Prevent race condition with try {} blocks. [a2fe4f10]
    + [NQP Bump] Brings 2 commits [639a917f]
    + Update changelog + announcement [b89332c5]
    + Merge branch 'master' into release-2020.07 [7244d029]
    + Merge pull request #3811 from rakudo/release-2020.07 [afe2f691]
    + Merge pull request #3785 from Xliff/rakudo-precomp-nolock2 [18f9d9dc]
    + Merge pull request #3760 from Kaiepi/parameter-typed [c9ae42c7]
    + Merge pull request #3609 from Kaiepi/metamodel-primitives-parameterization [7b1540d3]
    + Merge pull request #3583 from Kaiepi/metamodel-mixins [5a791f2b]
    + Merge branch 'master' into rank-n-exceptions [4abaaa65]
    + Merge pull request #3531 from Kaiepi/rank-n-exceptions [8ca13eb2]
    + Unbreak the build [1eb712d5]
    + Fix release pipeline to not delete the linux build (#3814) [4ad4bd30]
    + import lizmat's rewrite of JSON::Fast's from-json, 4.4x as fast [b60e1636]
    + Fix scripts to be compatible with the current build system [1e20dfca]
    + Add quicktest target [6fd09811]
    + restore old from-json for backends without Uni (JVM) [43bd739f]
    + More script fixes [333ce78c]
    + Do some cleanup in docs directory [dd8cd411]
    + Make X::Method::NotFound exception more user-friendly [b36afcb3]
    + Improve tipping logic for self."!private"() [760034ef]
    + Inline a call [eb0ca2a3]
    + Cover a few edge cases [66adb771]
    + Fix message formatting [acc5e64d]
    + Add test for no private methods are suggested [4546a603]
    + Merge pull request #3818 from vrurg/roast_654 [09020c1c]
    + Merge pull request #3805 from vrurg/rakudo_3802 [3843a1e8]
    + Remove (()) from Map.new.raku [491e1def]
    + Rework tools/update-passing-test-data.pl to support backends [ea0c98cf]
    + Deprecate nqp-lib (#3810) [9071653e]
    + add simple tests to make sure profilers can be invoked [d7aa7e66]
    + Skip dying tests to unbreak master builds [51ea87a3]
    + minor CREDITS update [7ad90144]
    + Remove an outdated workaround in src/core.c/Cool.pm6 [a3af5833]
    + Merge pull request #3829 from vrurg/roast_657 [17f7f156]
    + Don't use higher-level `declares_method` method [1b5f6b98]
    + Fix exception code for KnowHOW compatibility [9e51d01b]
    + Merge pull request #3834 from vrurg/roast_657_attr_fix [d8f0507d]
    + Rethrow exceptions caught by supply iterators [fcfc60b6]
    + Fix incorrect method call [02a83442]
    + Merge pull request #3837 from vrurg/roast_657 [d4bac47f]
    + Merge pull request #3826 from rakudo/shorter-Map-raku [798614cb]
    + Bump NQP [9b72c970]
    + Make `main-version.nqp` a backend specific configuration file [80b0747a]
    + Add a Perl6::SysConfig class [ace5e22f]
    + Merge pull request #3838 from patrickbkr/sysconfig [6d9f39d1]
    + Revert "Skip dying tests to unbreak master builds" [b5443c28]
    + Merge pull request #3843 from patrickbkr/re-enable-profile-tests [a6509a38]
    + Bump NQP (and thus MoarVM) [a84952fb]
    + MoarVM's struct MVMCollectable's `flags` is now `flags1` and `flags2` [9d6d8dd7]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment