Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 1, 2022 16:29
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/7b840786210f53bc878aed0bbb6df430 to your computer and use it in GitHub Desktop.
Save Whateverable/7b840786210f53bc878aed0bbb6df430 to your computer and use it in GitHub Desktop.
releasable6
    + 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]
    + [JVM] Set UseTransparentHugePages and AggressiveHeaps java flags [018e549b]
    + [JVM] Allow parallel class definitions [5a57f84e]
    + [JVM] Remove burdensome UseTransparentHugePages flag [18122e02]
    + 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]
    + [JVM] Do not produce debug symbols [a78033f1]
    + 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]
    + Revert "Revert "Revert "Add CUR::Staging.candidates method""" [9360c650]
    + Revert "Revert "Add CUR::Staging.candidates method"" [6937da17]
    + Revert "Add CUR::Staging.candidates method" [454752e3]
    + Fix module installation writing precomp files into the wrong precomp store [cc7193d0]
    + Merge pull request #5016 from Kaiepi/jvm-necromancy [30a9d3a4]
    + Make Blob concatenation always return the left-hand type [02a28de5]
    + Bump NQP for unsigned comparison ops [4a51b152]
    + Add proper support for uint comparisons [25c76aed]
    + Apply unsigned int comparisons on native arrays [32af3dbe]
    + Use uint comparisons in native infix:<cmp> [b75545d3]
    + Fix argument for call to archetypes [c915b07c]
    + Reuse $v-how instead of calling HOW again [191964c5]
    + Merge pull request #5075 from usev6/CurriedRoleHow_small_fix [3b36d554]
    + Revert "Make Blob concatenation always return the left-hand type" [792418b0]
    + Move the iterator logic of Str.comb(N) to RI::Ngrams [e826dbdc]
    + Fix issue with steps / partial [d12461b0]
    + Revert "Use uint comparisons in native infix:<cmp>" [f35759be]
    + Revert "Apply unsigned int comparisons on native arrays" [82d4c17c]
    + Fix for #5077, as suggested by bartolin++ [ce1af0fa]
    + Change internal API of RI:Snip [feb04dbe]
    + [JVM] Make generics work with return type in sigs (#5080) [4cdb5585]
    + Introduce Dateish.days-in-year method [3d181c89]
    + Merge pull request #5084 from rakudo/lizmat-days-in-year [8cd57685]
    + Revert "Introduce `Dateish.days-in-year` method" (#5085) [4d43bbf9]
    + Don't use integer in definite type parameterization [07164fec]
    + Used named parameterization classes [8a7d84c5]
    + Merge pull request #5083 from vrurg/fix-definite-parameterization [f403fef5]
    + Fix some odd indenting, no functional change [d9059e3f]
    + Introduce `%SUB-MAIN-OPTS<numeric-suffix-as-value>` (#5025) [388924d6]
    + Add rotor-like capability to Str.comb [84abeb52]
    + Remove some trailing whitespace [ef835615]
    + Fix some spellos in comments (#5089) [a98f1cab]
    + Make List:D.iterator a multi [5ad2c0c6]
    + Make sure Type.are also works [983cf3ec]
    + Make sure spectest runs the new .are tests [fa2f35e4]
    + Fix a regression intruduced by new 'dispatch' path [35b180b8]
    + Merge pull request #5092 from salortiz/patch-1 [c704d977]
    + Make sure that Array.raku doesn't die on a lazy iterator [2037ffba]
    + Make sure .elems don't mention the class [3859d6cb]
    + Bump NQP to get chown and JV backend fixes [bfc6f6db]
    + Revert "Simplify setting up standard handles (#4919)" [64f552f3]
    + Actions: Avoid repeated $<sym> eq 'S' (#5098) [bc3b5824]
    + Fix Operand's `can-be` method [0a9e2014]
    + Fix wrongful check for `Pair` instead of `Associative` [2702b001]
    + Merge pull request #5101 from vrurg/fix-sm-EVAL-regression [5e1f092f]
    + Bump NQP to get chown uint fix [f264784c]
    + Implement IO::Path.chown and chown() [1e02f566]
    + Revert "Revert "Introduce `Dateish.days-in-year` method" (#5085)" (#5086) [67513cb8]
    + Remove nqp::p6client* ops [126aa804]
    + Merge pull request #5103 from vrurg/remove-lang-rev-ops [17062c32]
    + Add words method to Allomorph (#5107) [59a34853]
    + Bump NQP to get the latest MoarVM fixes [83ffeca0]
    + Allow user-defined term `nano` for pre-6.e code (#5111) [feb97323]
    + Make X::TypeCheck::Assignment message better (#5112) [05d60e21]
    + Simplify X::TypeCheck::Assignment for containers (#5114) [1e30b43c]
    + Make two WhateverCodes non-equivalent if different [6cded78e]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment