Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 16, 2017 19:09
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/a4f451219f22eabd6a94e2ef4648a76a to your computer and use it in GitHub Desktop.
Save Whateverable/a4f451219f22eabd6a94e2ef4648a76a to your computer and use it in GitHub Desktop.
releasable6
RT #132269 JIT removing loop construct and confusing last()
    + Pass :hint-affinity to scheduler in some places [d2eb7423]
    + Initial re-implementation of thread pool scheduler [80b49320]
    + Respect max_threads [340d8ed3]
    + Add extra timer workers as needed [c50d35a9]
    + Start factoring CPU cores and usage into scheduler [683037be]
    + Correct typos; MasterDuke17++ [89b9ac78]
    + Never hand back queue in Scalar [7c18112c]
    + Consistently use binding on $!affinity-workers [c285b489]
    + More typo fixes; MasterDuke17++ [7fcab106]
    + Fix affinity worker threshold logic [b5605c2d]
    + Add RAKUDO_SCHEDULER_DEBUG_STATUS env var [de311f46]
    + Supervising 100 times a second is likely enough [3b98fb9e]
    + Fix non-MoarVM build with new scheduler [596611c8]
    + Add trim* subroutines for Cool instance [5a19dffa]
    + Remove un-necessary call to Stringy [691f8b7b]
    + Merge branch 'better-sched' into nom [61a77e60]
    + Cleanup trim* subroutines [e01e5bc3]
    + Streamline registering an encoding [48406db6]
    + Merge pull request #1162 from Gnouc/nom [9190a3b8]
    + Add Lock::Async [53dd776c]
    + Start using Lock::Async in some Supply internals [4a8038c2]
    + Run S17-promise/lock-async.t [0ffff859]
    + Use Lock::Async in supply sequencer [85bdd38a]
    + Use Lock::Async in Supply.interval [38896402]
    + Basic atomic reference op support on JVM backend [32e4a1de]
    + Add Lock::Async to the JVM CORE.setting build [6170cb9d]
    + Fix for RT #132117 [66c2d05f]
    + Enforce container types in atomic ops on JVM [59c4117f]
    + cas.t and cas-loop.t now pass on JVM [6ba16f84]
    + Fix typo in error message; MasterDuke++ [a845ac3d]
    + Return False if only either side is lazy. [48a84d6a]
    + Map/Hash have their own optimized .sort [476741e7]
    + Bump nqp: new libuv and fix for thread ID race [198b8497]
    + Iterable eqv Iterable should check types first [0beeef9b]
    + Add Scalar indicators to Hash[].perl when needed (fix RT#132119) [47d6c66e]
    + Merge pull request #1163 from skids/rt132119 [da5c36c1]
    + Make :delete works with lazy Arrays [0385b2aa]
    + Merge pull request #1164 from Gnouc/nom [3e358199]
    + An on-demand Supply isn't magically serial/sanitry [93a66d75]
    + Filter out duplicate done/quit messages [9e179355]
    + Move classes outside of `REACT` sub [c46be84c]
    + Sanitize per tapping, not per Supply [633a15b8]
    + Serialize lock should be per tap, not per Supply [ef4d16fe]
    + Remove unused attribute [5a9bb4a5]
    + Make `eqv` throw typed exceptions on lazy comparisons [bb45791c]
    + Closure clone per supply/react, not per whenever [f53d3963]
    + Fix non-blocking react { await blah() } [29863a0b]
    + Bump NQP [dff7d9b2]
    + Test p6bindattrinvres with getattr of bigint… [0d2ca0d7]
    + Add reference to ticket to the test [de56c056]
    + Fix issues with Int.new [0834036d]
    + fix subset isa method on a subset. [cee1be22]
    + Merge pull request #1165 from dwarring/subset-isa2 [b66f5e1c]
    + dogbert17++ fix harness6 by only allowing TEST_JOBS=1 [06fe4c4d]
    + Merge pull request #1166 from stmuk/nom [78a4824b]
    + Supply.zip should eager-shift its values [f9400d9a]
    + Change supply concurrency control mechanism [26a9c313]
    + Bump Moar/NQP: Fix 2 big utf8-c8 bugs & fix MacOS build [963a0f06]
    + japhb++ catch case where --jobs used [99f90e65]
    + Merge pull request #1167 from stmuk/nom [045ef448]
    + Push Tap objects down to subscribers [9d903408]
    + Don't re-acquire lock after running supply body [0d600a0c]
    + Add new test file to list of test files to run [3da62db9]
    + Restrict dynamic lookup metasyntax in rx EVAL (security RT#131079) [1d63dfd2]
    + Queue Supply messages on recursion [54783920]
    + Some small optimizations to `supply`/`react` [397692ac]
    + Handle await-all during adding a whenever [e0e5e6fa]
    + Optimize recursion handling in Lock::Async [b16aba01]
    + Merge branch 'supply-block-refactor' into nom [6646e364]
    + Bump NQP to get the latest Moar async fixes [d8890a82]
    + Avoid one lock acquire/release per `whenever` [73aeee6c]
    + Optimize creation of supply block state object [2a826238]
    + Avoid a closure per emit into a supply/react block [3deda842]
    + Streamline async socket message Supply [f58ac999]
    + Move socket reader tappable into socket class [40c2d0cd]
    + Optimize IO::Socket::Async.listen Supply [c46de00f]
    + [jvm] Update requirement for jdk 1.8 [17aead27]
    + [jvm] Update requirement for jdk 1.8 [ffd17990]
    + Use proper java 8 jdk package [7af339b9]
    + Remove debugging leftover [91cefc1a]
    + Slightly improve Cool.subst-mutate error [cf95ce81]
    + Remove unused attributes [21f05e3f]
    + Implement $*USAGE [0b15f672]
    + Merge pull request #1168 from skids/rt131079 [b02da4d1]
    + Make task[2] always contain the full attribute name [ebd6440c]
    + Remove trailing whitespace [3f0f3214]
    + Rename $*INITTIME to $*INIT-INSTANT [6bdb2dd3]
    + Revert "Temporary fix for RT #131626" [1af2a745]
    + Remove trailing whitespace [8be3eb8e]
    + Simplify conditional [36f0ab4f]
    + Remove trailing whitespace [b0af549d]
    + Remove trailing whitespace in NQP land [8cf083c7]
    + Make auto-generated accessors have :D on the invocant [33e113a2]
    + Fix poisoning of chain depth detection [a92d0369]
    + Liberalize await handle result argument type [e5c17462]
    + Add "no queue progress" deadlock heuristic [6e42b37e]
    + Simplify statement [c9f1e05a]
    + Restore perf of ≥, ≤, and ≠ to be same as Texas versions [6ec21cb4]
    + Fix infinilop in .^roles of class that does Rational [0961abe8]
    + Bump NQP/Moar for uniname fixes [9dba498f]
    + Fix CurrentThreadScheduler error handling [bd530108]
    + Start using $*AWAITER in `await` in 6.c [9af5607d]
    + Add 6.c test file list [7d830d5c]
    + Prune 6.d.proposals test files from 6.c test file list [6cb810d2]
    + Teach Harness5 to handle different roast versions [31cbdada]
    + Teach Harness6 to handle different roast versions [16f64182]
    + Test more integerial return types in NC [1623f6fe]
    + Test Pointer return values in argless function [7efef119]
    + Test argless native functions returning strings [1cb266b8]
    + Use the new nativeinvoke for calling JITed NC code directly [a06ebaf2]
    + Give generated native call function bodies a name [d00b5e3a]
    + Remove unnecessary creation of an extra serialization context [269fe7db]
    + Report reason for failure when can't read roast version [50d2013d]
    + Merge pull request #1173 from rakudo/multi-roast [ef050fe9]
    + Remove dead test files from 6.d.proposals test file list [f62950dc]
    + Check for proposal roast versions case insensitively [85ae1c92]
    + Document how spectest.data file versioning works [dd8a6102]
    + Document spectest.data is also used when… [36122f15]
    + Skip empty lines when reading roast VERSION file [2a512f0c]
    + Remove Perlism [f1334512]
    + Remove jobs blocker [56193b59]
    + Do not resume after emit by closed `supply` block [80f883bc]
    + Stage 1 of auto-generated BUILDALL methods [9837687d]
    + Minimally invasive streamline Proc::Async.new [bb0ebabc]
    + Make &DEPRECATED treat $vfrom inclusively [a225e040]
    + Implement language version testing in &DEPRECATED [36bc8e2d]
    + Revert "Minimally invasive streamline Proc::Async.new" [167f0f83]
    + Deprecate dummy arg on .Rat/.FatRat… [4c337e8e]
    + Stage 2 of auto-generated BUILDALL methods [63cf246f]
    + [6.d] Deprecate IO::Path.chdir [6d2adb20]
    + [6.d] Deprecate IO::Handle.slurp-rest [3341384b]
    + Restructure test routines [39a4b75b]
    + Stage 3 of auto-generated BUILDALL [5ad2fffe]
    + Undo unintended aliasing of ≤, ≥, ≠ ops [43c348a8]
    + Fix chicken/egg problem with Lock::Async::Holder [31a03a41]
    + add documentation to use the script [b7f8daf0]
    + Merge pull request #1174 from gerd/nom [fe75e31b]
    + Make &inifx:<cmp> with Version:Ds 7.2x faster [1d9553f0]
    + Add $/ to CompilerServices [eb9c3d4d]
    + Make &DEPRECATED 27% faster when vfrom is too large [145e3156]
    + Make auto-generated accessors know what they are [346dfeff]
    + Remove term "mexico ops" from source [a89add0b]
    + Stage 5 of auto-generated BUILDALL [70ca505a]
    + We want the definite type, jnthn++ [af2ab751]
    + Polish unicode -> ascii op converter [9ff2f98f]
    + HLLize shortname parameter to CU::DependencySpecification [d60ba633]
    + Revert "HLLize shortname parameter to CU::DependencySpecification" [04ea446d]
    + Nativy :D attributes on CU::DependencySpecification [5cd9197f]
    + Stage 6 of auto-generated BUILDALL [6824e192]
    + Move up Rakudo::Internals::CompilerServices [7363f898]
    + Move security RT#131079 fix from Grammar to Actions [2448195d]
    + "Remove" is_approx in 6.d [cd043f2a]
    + Deprecate Str.lines: :$count in 6.d [01d4939c]
    + Remove $*MAIN-ALLOW-NAMED-ANYWHERE [9cb4b167]
    + Add S32-io/open.t to 6.c test files [03b1febc]
    + Remove $/ support from CompilerServices [4959df3f]
    + Revert "Deprecate Str.lines: :$count in 6.d" [22d3d933]
    + Revert ""Remove" is_approx in 6.d" [8ed7adf1]
    + Revert "[6.d] Deprecate IO::Handle.slurp-rest" [68fdeff3]
    + Revert "[6.d] Deprecate IO::Handle.slurp-rest" [142f772e]
    + Revert "[6.d] Deprecate IO::Path.chdir" [a65d5f92]
    + Revert "Deprecate dummy arg on .Rat/.FatRat…" [44d5256c]
    + Improve readability of BUILDALL autogenerating logic [d3c48185]
    + Give @/% attributes optimized handling [371befe8]
    + Take all constant SVal values out of the loop [9d4a833b]
    + Turns out callmethod also takes a :name [6902c590]
    + Takes some more constant QAST out of the loop [fb4eb666]
    + Merge pull request #1175 from skids/rt131079 [5d12bc6e]
    + Take some more static QAST out of the loop [b9c98531]
    + changes for Texas => ASCII [415e9adb]
    + Merge pull request #1176 from tbrowder/texas [9bbfed16]
    + Fix .push-all/.skip-all on SlippyIterators [41896b7b]
    + don't output when add_method for BUILDALL fails. [4d0ead24]
    + Compile optimized bodies of native subs at compile time [80d6b425]
    + Fix and improve `**` regex quantifier [681d6be9]
    + Add more info to the comment [07c1e4fc]
    + Fix typo in Exception's message; MasterDuke++ [f8a74eab]
    + Remove Perlism; MaserDuke++ [78c967cb]
    + Bump NQP [921db910]
    + Add all Rakudo's tests to `make test` [edce8f53]
    + Don't rely on roast checkout for `make test` [c6ff787a]
    + Make cmp-ok try harder to get useful description [8479a1ba]
    + Add S24-testing/13-cmp-ok.t to list of test files [bbc6570f]
    + Make List.ACCEPTS non-fatal for lazy iterables [1b9638e2]
    + Fix regex `**` with non-Int values… [4ca1fc3c]
    + Fix some unspace parsing cases (RT#128462 and degenerate unspace) [11070e0f]
    + Merge pull request #1177 from skids/rt128462 [f4275754]
    + We actually don't need an nqp::stmts for accessors [4fae0711]
    + Attributes set from nqp land wind up unhllized [92f239b5]
    + We shouldn't let BUILDALL installation fail silently [7fa707db]
    + Make the use-case a native str [d76af6aa]
    + Should check both (sub)method tables for BUILDALL [e513b857]
    + Fix &chdir failing to respect :CWD attribute [4906a1de]
    + Only fetch BUILDALLPLAN if we need it [f80a8461]
    + Make only one CompilerServices instance per World [fcbd8adb]
    + Make all classes with empty BUILDALLPLAN share BUILDALL [21788c89]
    + Make sure all empty BUILDPLANs are shared [e2f8a57d]
    + Additional BUILDPLAN sharing [b58bd8fb]
    + Set up auto-generated signature correctly [0dd6af71]
    + Don't bother with BUILDALL if BUILDPLAN is empty [f946bd35]
    + Eliminate dupe and slightly optimize cue [c91c4011]
    + Bump NQP [2724a851]
    + Make dynamic variable debugging simpler [fa8fe84b]
    + Promise is already stubbed at this time [df5899d7]
    + Move up initialization of %*ENV and $*SCHEDULER [98fae3d8]
    + Improve error on Inf.base [38186fcd]
    + Implement X::Numeric::CannotConvert exception [2e726528]
    + Fail with a typed exception when failing Num.Int [f04bd1d6]
    + Take 2 on getting $/ info into auto-generated methods [cef3bf3e]
    + Check for the config file's existence before trying to open it [fab0667f]
    + Add output line indicating a file is not found [f1908a68]
    + Merge pull request #1180 from Tyil/resolve-not-found-warning [a28c00a1]
    + Remove superfluous line [b33c2d6f]
    + Move &EVAL/&EVALFILE further down the setting [c7322122]
    + Implement &EVAL/&EVALFILE with Bufs per S29; ilmari++ [6c928d61]
    + Make Blob.gist trim its guts to 100 els [ac8e5f43]
    + Implement IO::Handle.slurp(:bin) [e2ec569b]
    + Make Blob.gist 40x faster [be83cd4e]
    + Revert "Make Blob.gist 40x faster" [66a01aa8]
    + Add S32-str/Collation.t to spectest.data [96669c6b]
    + Make Blob.gist 26x faster [20a99fc3]
    + Fix Map.perl losing cont / Make Map.gist trim to 100els [aad8991e]
    + Make Hash.perl/.gist use proper object name in circularities [39461368]
    + Make Hash.gist 24% faster [69af24c4]
    + Make sure we have IO::Special before IO::Handle [d565ded0]
    + Add space between els in Map.gist [381c4c3b]
    + Versatilize X::Numeric::CannotConvert a bit [b377de1c]
    + Bump NQP [c4b96e45]
    + Add some # vim: ft=perl6 expandtab sw=4 [8ff76b59]
    + Compile time defaults for attributes stored as value [92e51c3d]
    + Suggest enum values as types [12774237]
    + Merge pull request #1181 from MasterDuke17/RT123926 [f62ae60c]
    + Warn on typical precedence errors with infix:<..> (RT#127279) [26bdc95c]
    + Mention corresponding starter in <, <<, « subscripts [279bae08]
    + Mention corresponding starter for most of the things [6542bb80]
    + Cache some line numbers [a462d0a2]
    + Use cached line numbers for token label [16c2a157]
    + Merge pull request #1182 from skids/rt127279 [cb9d2e04]
    + Remove dead code for `use v5` [4868e927]
    + Make cmp-ok try harder to get useful description [bc648184]
    + Add S24-testing/13-cmp-ok.t to list of test files [7b89a3f1]
    + Make List.ACCEPTS non-fatal for lazy iterables [50c11631]
    + Fix regex `**` with non-Int values… [ac4e73cd]
    + Fix some unspace parsing cases (RT#128462 and degenerate unspace) [f254e359]
    + We actually don't need an nqp::stmts for accessors [4c49e747]
    + Attributes set from nqp land wind up unhllized [fe89d350]
    + We shouldn't let BUILDALL installation fail silently [e99fff7b]
    + Make the use-case a native str [2e2c0abd]
    + Should check both (sub)method tables for BUILDALL [e9cf90e7]
    + Fix &chdir failing to respect :CWD attribute [8ffe10d4]
    + Only fetch BUILDALLPLAN if we need it [b0a6cd9e]
    + Make only one CompilerServices instance per World [232b0852]
    + Make all classes with empty BUILDALLPLAN share BUILDALL [50538ad8]
    + Make sure all empty BUILDPLANs are shared [01203bda]
    + Additional BUILDPLAN sharing [16cb6798]
    + Set up auto-generated signature correctly [037a6cf8]
    + Don't bother with BUILDALL if BUILDPLAN is empty [71dc01e7]
    + Eliminate dupe and slightly optimize cue [3bf50cce]
    + Bump NQP [b59804bc]
    + Make dynamic variable debugging simpler [1e747e01]
    + Promise is already stubbed at this time [40cde2ce]
    + Move up initialization of %*ENV and $*SCHEDULER [a5e3cd54]
    + Improve error on Inf.base [a19fa494]
    + Implement X::Numeric::CannotConvert exception [a2cc03af]
    + Fail with a typed exception when failing Num.Int [dd5bb72b]
    + Take 2 on getting $/ info into auto-generated methods [9ca8fde5]
    + Check for the config file's existence before trying to open it [a26613f6]
    + Add output line indicating a file is not found [da3a8770]
    + Remove superfluous line [3dc8020e]
    + Move &EVAL/&EVALFILE further down the setting [0033ac85]
    + Implement &EVAL/&EVALFILE with Bufs per S29; ilmari++ [331fcb0d]
    + Make Blob.gist trim its guts to 100 els [5a226f5f]
    + Implement IO::Handle.slurp(:bin) [bd19a666]
    + Make Blob.gist 40x faster [f1c6fc58]
    + Revert "Make Blob.gist 40x faster" [98900dfd]
    + Add S32-str/Collation.t to spectest.data [9869dea3]
    + Make Blob.gist 26x faster [cce0b949]
    + Fix Map.perl losing cont / Make Map.gist trim to 100els [92470459]
    + Make Hash.perl/.gist use proper object name in circularities [413fa590]
    + Make Hash.gist 24% faster [d1324f1c]
    + Make sure we have IO::Special before IO::Handle [d95ae925]
    + Add space between els in Map.gist [4b78e8ac]
    + Versatilize X::Numeric::CannotConvert a bit [00319594]
    + Bump NQP [722d8711]
    + Add some # vim: ft=perl6 expandtab sw=4 [f4a2840a]
    + Compile time defaults for attributes stored as value [3ac3eb96]
    + Suggest enum values as types [2e7cad44]
    + Warn on typical precedence errors with infix:<..> (RT#127279) [f9432a82]
    + Remove dead code for `use v5` [54d50967]
    + Fix up t/02-rakudo/01-is_approx.t tests [6757f934]
    + Fudge failing tests [0d5bb909]
    + Unfudge now-passing test [93c4555d]
    + Start making repl tests work [78eca214]
    + Fix precedence error; RabidGravy++ [f59b2887]
    + Fix precedence error; RabidGravy++ [ba2d858f]
    + use nqp::codes op to speed up Int [5f6896bd]
    + Add tests to cover a common NC usage [d8a20d11]
    + Merge pull request #1185 from jonathanstowe/nom [64d41ffa]
    + Merge pull request #1183 from rakudo/corresponding-starter [d22722e4]
    + Bump NQP [9ce896d8]
    + Update compiler usage message for STDIN eval [20518454]
    + Add --force-stdin-eval-mode opt to usage msg [5c7bbea0]
    + deconfuse statement modifier errors [5747bc71]
    + Cache types we always need in the CompilerServices [5144216f]
    + Set up Builtin encodings at setting compile time [a09f5f21]
    + Try harder to diagnose problem [c7a82d45]
    + Fix complaints about existing types [ac97a401]
    + Streamline initialization of $*IN/$*OUT/$*ERR [bb5583ae]
    + implement typed pointer increment and array dereference [3ca6554f]
    + Awesome error message for RT #127100 [64b001a1]
    + Bump NQP [93e599db]
    + Update compiler usage message [de0533c4]
    + Mention corresponding starter in <, <<, « subscripts [e0714904]
    + Mention corresponding starter for most of the things [3ede49cd]
    + Cache some line numbers [640d3857]
    + Fix precedence error; RabidGravy++ [aa354ad7]
    + Fix precedence error; RabidGravy++ [77bb7e21]
    + use nqp::codes op to speed up Int [106531dd]
    + Add tests to cover a common NC usage [e93d75e5]
    + Bump NQP [a1beb79b]
    + Update compiler usage message for STDIN eval [2b3fc84c]
    + Add --force-stdin-eval-mode opt to usage msg [c6b3ea96]
    + deconfuse statement modifier errors [2dd80c7b]
    + Cache types we always need in the CompilerServices [0f19e6f9]
    + Set up Builtin encodings at setting compile time [598fd9a7]
    + Try harder to diagnose problem [baf8561e]
    + Fix complaints about existing types [1ed21c23]
    + Streamline initialization of $*IN/$*OUT/$*ERR [ff5e9c60]
    + Awesome error message for RT #127100 [c8320e18]
    + Bump NQP [d3b1cdbf]
    + Update compiler usage message [87dc51f5]
    + Make repl tests force interactive repl mode [6256ec82]
    + Simplify routine call [e72dedf5]
    + Add scrubber routine to is-run-repl [43588718]
    + Follow convention of core multi sub declarations [92bc011a]
    + Friendlify is-run-repl() [63643ad0]
    + Improve is-run() [9c4025f3]
    + Rewrite Positional $code handling [71a0ad55]
    + diag() received output when Callable test fails [2f0bb20e]
    + Implement Map test to test specific lines [153f133b]
    + Start rewriting REPL tests using new test routine [be4d57de]
    + Disable error colouring [c45d0cd1]
    + Allow :out test given as third positional [338a0972]
    + Rewrite remaining REPL tests using new routine [7c8a2739]
    + Toss `Map` test option [d82c09b3]
    + Consistify interface [c9913277]
    + Document test helpers [f8edb829]
    + Merge pull request #1187 from rakudo/full-make-test [39d50ad5]
    + Make @a[42..*] 4.2x faster; AlexDaniel++ for persistence [456358e3]
    + Do not explode in IO::CatHandle.nl-out [83008443]
    + Fudge OSX-failing tests [775c367f]
    + Fix for RT #132246 [12fcece4]
    + Implement X::Cannot::Capture [4ba12ff1]
    + Make .Capture of certain core types throw [bad9fefd]
    + Block out Mu.new from Range [1ea3297b]
    + Implement .Capture on types per spec [cd5864cf]
    + Make Signature.ACCEPTS coerce args to Capture [27131ed8]
    + Fix for RT #132249 [56eef696]
    + Merge pull request #1184 from MasterDuke17/use_cached_line_numbers_for_token_label [f28875f1]
    + Implement :$line-editor option [1ce3a36d]
    + Document is-run-repl sets ERROR_COLOR option [973f88dc]
    + Close pipes in is-run-repl; ugexe++ [484f9872]
    + Bump NQP [e11f4ea2]
    + Make is-run() mangle run() args on Windows [880a8e1c]
    + Make `make test` pass on Windows [47faae2b]
    + Merge branch 'nom' of https://github.com/rakudo/rakudo into nom [b8eda66c]
    + Make cmp-ok() take its args raw [3684384d]
    + Fix `Mu` as is default() on attributes [54507ac9]
    + Make Array.List fill holes with Nil [e1351219]
    + Fix for RT #132236 [dd943ede]
    + Merge pull request #1186 from dwarring/pointer++ [e19b3409]
    + Bump NQP [a72214c4]
    + Make `is default` on routines work earlier in setting [fbae69e2]
    + generalize constraint for append [714c188d]
    + Bump NQP [a0f29e0d]
    + Blow up Failures in Duration.new [25c87d0d]
    + Test Duration.new with bad args does not mention guts [5d3ebc09]
    + Add S32-io/dir-stress.t to list of test files to run [de564a51]
    + Remove trailing whitespace [50a67434]
    + Remove classes we no longer have in core [4b8a0ef6]
    + Add MISC/bug-coverage-stress.t to list of files to run [37689a3e]
    + Replace cryptic code with direct <.ws> call [1a97c44b]
    + Remove dir-stress test file [f72be0f1]
    + Use actual test plan [969853c6]
    + Test sane error when missing variables with my and where [fb7abf06]
    + Fix for RT #132279 [975fcf6c]
    + Correctly explain why couldn't instantiate a role [b3bb8c40]
    + Merge pull request #1189 from MasterDuke17/RT132285 [f4f36915]
    + Test RT132285, correct error for Blob with num32 [e611978f]
    + Merge pull request #1190 from MasterDuke17/test_for_RT132285 [e475ae8e]
    + Add NYI to test description [4473591b]
    + Test callframe.my throws sane NYI error message [80cee362]
    + Show hex value as well as dec in char() error message [3acde358]
    + Add .parent(Int) for getting up more than one level [7bea3a2d]
    + optimize recently added AT-POS for typed pointers [bc5fbfcb]
    + Merge pull request #1191 from dwarring/pointer-optimize [a54da11a]
    + Remove unused variable [012c80f3]
    + Break apart INTERPOLATE into obvious multis [1761540e]
    + Break out an Iterable multi for INTERPOLATE [0a68a18f]
    + Consolidate $i and $m flags to INTERPOLATE [d73d500b]
    + Break out Associatve and Regex into their own... [1775259a]
    + Remove unused conditional and variable in some... [e8003c87]
    + Comment about how the #?if !moar branch in the... [4d3ccd83]
    + Merge pull request #1192 from MasterDuke17/convert_INTERPOLATE_into_a_multi [d5615174]
    + Whitespace fix, convert tabs to spaces [a0279e56]
    + Merge pull request #1193 from MasterDuke17/patch-1 [5092d6e6]
    + Rest of tabs -> spaces in Match.pm [0262a997]
    + Merge pull request #1194 from MasterDuke17/patch-1 [0d217357]
    + Deprecate .new on native types [9d9c7f9c]
    + Test behaviour of .new on native types [cc6c0558]
    + Do not add more stuff into 01-errors.t [441fc9b3]
    + Remove unwanted .perl call [de2b9ff7]
    + Optimize Regex multi for INTERPOLATE [04b171bd]
    + [jvm] Don't run files when all tests are hanging [c1e5cfcf]
    + Merge pull request #1195 from MasterDuke17/optimize_Regex_multi_for_INTERPOLATE [0bd2b27d]
    + Make Cool.[starts|ends]-with 12x faster [1275fd4a]
    + [jvm] Move handling of Nil back to 'store' [a7b04493]
    + Make Cool.contains 11.5x faster [530e1294]
    + Make Cool.split 0x-2.7x faster [785d2f25]
    + Fix for RT #132288 [43e7b893]
    + Revert fixes to Cool methods with captures [d79ac970]
    + Streamline Routine traits [b6982e68]
    + Streamline "is pure" trait handling [bb1df2cb]
    + Simplify signatures for Regex and Associative... [317ae16c]
    + Merge pull request #1196 from MasterDuke17/more_optimizing_the_regex_multi_for_INTERPOLATE [ebb0521b]
    + Pass correct types to :bin [ee0bcbd8]
    + Add IO::CatHandle to RESTRICTED setting [d23a9ba9]
    + Fix IO::Pipe.close not always returning the Proc [74328278]
    + Add extra proc async tests [1706194c]
    + Improve wrong arity error for anonymous subs [084078e1]
    + Merge pull request #1197 from MasterDuke17/RT132291 [e52c8aff]
    + Remove unneeded var, improve push-all on native arrays [d6a9edac]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment