Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 1, 2020 11: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/45490b65094e845e7cb557adbbb1a7ce to your computer and use it in GitHub Desktop.
Save Whateverable/45490b65094e845e7cb557adbbb1a7ce to your computer and use it in GitHub Desktop.
releasable6
  GH#3345 A module's test is flapping due to a grammar action method is not being called
    + Make Cool.subst a multi and make it pass on quicker [1ac3c5c0]
    + Add Match.subst($replacement) for easier replacing [b43c839a]
    + Make Cool.subst a multi and make it pass on quicker [cd4ab4f3]
    + Add Match.subst($replacement) for easier replacing [7f3e852f]
    + Rename Match.subst to Match.replace-with [930e5182]
    + Merge branch 'match-subst' of ssh://github.com/rakudo/rakudo into match-subst [b582c7e9]
    + Second attempt at s/subst/replace-with/ [488feafc]
    + Oops, that should not be a multi [b4e00120]
    + Allow for 1 positional arg .subst [dfb563af]
    + Make Parameter's BUILD use named args [b2c809e4]
    + Support basic usage of UNIX sockets over TCP with IO::Socket::INET [7c7d3b96]
    + Add constant for PF_UNSPEC [1a5b2185]
    + Add a family named parameter to IO::Socket::INET.connect and .listen [ed4226d7]
    + Add Parameter.prefix and Parameter.suffix [bd68955b]
    + Refactor Parameter.raku and improve how it handles parameter names [3f6a2a22]
    + Streamline Proc::Async subclass attributes [0c5a7075]
    + Bind a few variables rather than assigning [ca49dcbd]
    + Rearrange some conditionals into ternaries [1db41618]
    + Rework Proc::Async.start internals [356bf3f7]
    + Use faster nqp::istype instead of ~~ [05916efa]
    + Decontainerize arguments in eqv between Seqs [76187b57]
    + Make sure Supply/first without matcher also works [57dbc358]
    + Allow clients to define their own "name" / "version" logic [1299e324]
    + Merge pull request #3446 from dumarchie/eqv [5d65764a]
    + Simplify leap second updating logic [25c84b3a]
    + Fix shebang and better feedback on fail [bdb00749]
    + Remove 11 year old perlcritic configuration file [5ac792ac]
    + Add support for "use BUILDPLAN class" [8fdce756]
    + Merge pull request #3438 from rakudo/release-2020.01 [0d530092]
    + Merge pull request #3357 from Kaiepi/unix [547c7b94]
    + Bump NQP to get Moar support for IP6NS changes [bae5fc7d]
    + Merge pull request #3430 from Kaiepi/parameter-raku [c9a6b02d]
    + Merge pull request #3330 from vendethiel/manual-parameter-new [749ab904]
    + Merge pull request #3286 from rakudo/match-subst [14abd588]
    + Make has Str $.a = 42 a compile time failure [d8e859d0]
    + [JVM] Unbreak the build [a08f0439]
    + Move typecheck thrower to separate method [05b5f81b]
    + Simplify exception throwing in the bootstrap [d18c69b2]
    + Regex.ACCEPTS should not assume $/ is a container [b777d6ff]
    + Bump NQP to get some grammar micro-opts [fb13c31c]
    + [JVM] Update overlooked ref to HLL language perl6 [59cf387d]
    + Use file from roast's spectest.data as example [ab6710e6]
    + [JVM] Update another ref to HLL language perl6 [5984ce98]
    + Typecheck Attribute's build attribute against Code [a8bb85a0]
    + Merge pull request #3449 from vrurg/will-build-typecheck [e27811a6]
    + Revert "Typecheck Attribute's build attribute against Code" [b6fa5f5d]
    + Add in_unit_parse attribute and ro-accessor [13c9da97]
    + Skip typechecking unless at unit parse stage [4c0761a5]
    + Merge branch 'master' into will-build-typecheck [68ff8cf5]
    + Merge pull request #3452 from vrurg/will-build-typecheck [589ba38c]
    + Actually fix Parameter's handling of default values [21b80974]
    + Remove deprecated support for implicit Distribution::Builder prefix [593db2d7]
    + Add a --build-only option for install-dist.p6 [4c6c0278]
    + Make building optional when installing in install-dist.p6 [411db10e]
    + Add a CI precomp release build pipeline [6504be7b]
    + Merge pull request #3455 from rakudo/cci-precomp-build [6c5615ec]
    + Make sure raku -v mentions Raku [15621b8e]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment