Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 10, 2018 00:36
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/77d3cab5f775686253028f27d7e04e0f to your computer and use it in GitHub Desktop.
Save Whateverable/77d3cab5f775686253028f27d7e04e0f to your computer and use it in GitHub Desktop.
releasable6
    + Add tests for testing almost all Unicode codepoints [229e019c]
    + fixes [2ea70484]
    + Fix `no worries` pragma [f5b4d89f]
    + Don't lose scheduler when we pass the args [7c451514]
    + Avoid using variables where we don't need any [426a39a6]
    + Make `$ where Type1|Type2|Type…` typecheck ~8x faster [43b9c829]
    + Merge branch 'master' into post-release [f8c2b55e]
    + Use target type as default default for coercers [ae697080]
    + Merge branch 'master' into post-release [d74010ba]
    + Test detached non-alpha meths give useful error [ec23031d]
    + Minor formatting/line-length adjustments [d769f0a6]
    + Fix postconstraints in `my (...)` being ignored [3745eff1]
    + We got enough tests in this file; start a new one [dac1951e]
    + Fix optimizer crashes in map with certain args [f3efe5e6]
    + Don't block IO::Handle.get on TTYs after we reached EOF [359efef7]
    + Put IO grant work into "archive" dir [5793e6fe]
    + Fix crash with colonpaired variables declarations [a35cd4e6]
    + Fix Any.skip: *-1 crash [44ff0a2a]
    + Fix crashes in degenerate .tail(Callable) [ba675971]
    + Fix crash in `temp`/`let` with parametarized hashes [0a32e51b]
    + Ensure Hash.clone does not lose descriptor [0d7c4fe8]
    + Fix `let`/`temp` on hashes losing Nils [8c4c979e]
    + Fix Array.clone losing descriptor [45560ac9]
    + Merge branch 'master' into post-release [6f594cea]
    + Revert "Fix Any.skip: *-1 crash" [494ffb6a]
    + Alternate fix for Any.skip: Callable [8efba3a8]
    + [NQP Bump] Brings 9 commits [d1a48efc]
    + Merge pull request #1441 from rakudo/post-release [7c8bbc8d]
    + Give a bare 'fc' the same treatment as bare 'lc' or 'uc' [8ffbc43b]
    + Bump NQP_REVISION for nqp-j memory improvements [1676359b]
    + Fix basic list marshalling [a2499c90]
    + [NQP Bump] Brings 4 commits [a5c2398c]
    + Fix block migration in thunk gen; skids++ for the assist [1ee89b54]
    + Speed up repo chain setup by avoiding costly regexes [5bd33669]
    + Avoid costly regexes if include spec is a plain path [6fa1e78f]
    + Fix function signature [44e7220f]
    + Merge pull request #1446 from CurtTilmes/master [38ae3b9c]
    + Micro optimize parse-include-specS [c268f55c]
    + Speed up repository chain setup [5be174bb]
    + Re-enable negated chaining on the JVM [1f223190]
    + [NQP Bump] Brings 3 commits [e72ec518]
    + Merge pull request #1448 from jstuder-gh/jvm_neg_chaining [0c1191f6]
    + Speed up resolve-unknown-repos [b188cc82]
    + Avoid unnecessary check of PrecompilationId's validity [838beab9]
    + Clean up handler successors after throwish ops become non-throwing [baa1393b]
    + Improve dynamic optimization of nativecast [3ed2fbd5]
    + Reduce startup overhead of file I/O and module loading a bit [db1e067e]
    + Safe another millisecond by avoiding .repo-chain [a9a9e1c9]
    + Remove "hack" in nodemap [9bc26ec3]
    + Fix "No such method 'prefix'" when there's no HOME directory [b6a7d7f6]
    + Fix buf8 punning actually running at INIT time instead of BEGIN [c6cc673d]
    + Fix type constraint in Str.split's Seq [8afd791c]
    + Bump NQP to get the latest spesh templates [bb922466]
    + Unpack basic dispatch:<var> call to call its callable directly [ff31f0a3]
    + add myself per invitation from @lizmat [0abbd636]
    + Merge pull request #1452 from tbrowder/add2credits [f89a7195]
    + Fix Iterator.Rotor when cycle contains Whatever or Inf [ba7b4571]
    + Merge pull request #1454 from taboege/rotor-whatever [005714b6]
    + [NQP Bump] aaf5b78 [MoarVM Bump] Brings 18 commits [4d2b54eb]
    + Fix crash with ENTER nested inside LEAVE [58de239c]
    + Fix incorrect routine name in nodemap [7f07f68f]
    + Fix wrong error in REPL with none Junctions [2c36ab2e]
    + Change semantics of :b quoter tweak [deffe54b]
    + Initialize $*PERL during setting compilation to avoid runtime cost [671c3d60]
    + Avoid error when throwing error during setting compilation [c820e4be]
    + Micro optimize CompUnit::PrecompilationUnit::deserialize [00cde175]
    + Make Stash.merge-symbols a bit faster and the code more clear [ed9b287c]
    + Fix typo in comment [72948e84]
    + Fix broken indentation of code [cde0cabf]
    + QASTify .dispatch:<.=> calls [7fe23136]
    + Fix crashes with compile time evalution of Whatever curry [7c1f0b41]
    + Add temp path maker routines to test helpers [92c6a29a]
    + [NQP Bump] Brings 11 commits [bececb7b]
    + Test no SEGV when setting bad MVM_*_LOG files [a5c21acb]
    + Fix `where` optimization for Junction args [264a1a27]
    + Fix typo in comment; MasterDuke++ [6266fd53]
    + Fix crash in Proxy.perl [902f45f5]
    + Add windows-1251 encoding to the list of possible encodings [c73cb78f]
    + Bump Moar/NQP to get support for windows-1251 (Cyrllic) encoding [4507a565]
    + Elevate statevars to enclosing block when wrapped [299e8526]
    + Merge pull request #1467 from jstuder-gh/state_deep_cloning [646266ae]
    + Use a more descriptive desc for $*VM [86e926c7]
    + [NQP Bump] 99493b0 [MoarVM Bump] Brings 3 commits [e1a8b1d9]
    + Add more documentation on building MoarVM [66f1690f]
    + Merge pull request #1468 from Kaiepi/docs [ddda7439]
    + Fix whatever curry with regexes [d80fc376]
    + Fix crashes with compile time evalution of `where` thunks [95f23a56]
    + Bump NQP: MVM revert throw when windows1252 errors. JVM add 1251 [4a989a5e]
    + Memoize Whatever symbols lookup for whatever curry [f4732164]
    + Revert "Elevate statevars to enclosing block when wrapped" [b93656d8]
    + Revert "Revert "Elevate statevars to enclosing block when wrapped"" [42af2a35]
    + Revert "Use a more descriptive desc for $*VM" [01ce5632]
    + Revert "Revert "Use a more descriptive desc for $*VM"" [07f30e4b]
    + Try to make travis error say what's actually wrong [7d42e336]
    + Coaxe travis some more [49296519]
    + Revert "Initialize $*PERL during setting compilation to avoid runtime cost" [85ae1d1e]
    + Travis unbusted; restore X::Comp::BeginTime to former glory [2339d8dd]
    + Fix broken 2-arity sort of 2-el list [2e65de29]
    + Fix home repository to point at correct location [df1712d8]
    + [NQP Bump] 1e4606f [MoarVM Bump] Brings 18 commits [877e3cf8]
    + Test for an old issue in REPL [4385e3fc]
    + Oops in 4385e3fc0b5 [156876db]
    + Test one case of using .substr instead of .subst [9306e887]
    + Re-design Whatever currier [752bb8b3]
    + [NQP Bump] Brings 4 commits [1d03e941]
    + Box string before passing to Version.new [78f09fc3]
    + Move init of PROCESS::<$PERL> to core_epilogue.pm [1d14b28e]
    + Avoid parsing versions in Systemic's default [68f7c04b]
    + Add a regex-free new-from-git-describe to Version [4d5eb447]
    + Prepare Version.new for running at BEGIN time [46a7baff]
    + Implement push-all method for the Seq generator in List::roll(\number) [65d6fe48]
    + Actually use new-from-git-describe in Compiler.new [1c649461]
    + Add windows-1251/1252 decode/encode test to spectest.data [96fd4093]
    + Merge pull request #1480 from ash/master [a8e6be66]
    + Revert "Actually use new-from-git-describe in Compiler.new" [af4d6b46]
    + Fix postfix whatever curry with another curry inside [e8c6c259]
    + Actually use new-from-git-describe in Compiler.new [43859b54]
    + Fix empty compiler version when the git repo doesn't have tags [382024e6]
    + Initialize the Perl object at BEGIN time to save runtime [bdb4d34d]
    + Make Version.new 82x faster [02d2e2ca]
    + Remove Version.new-from-git-describe [ae7d89d2]
    + Remove un-needed Version.new's [23a8aa87]
    + Differentiate failed version from git describe [0bf735aa]
    + Make segv test more robust [052a0bbe]
    + Fix/add native type post-inc/dec to pre- optimization [4a5cc2c2]
    + Implement Test::Helpers::QAST private test helpers [a4f1f243]
    + Fix up native type post-dec to pre- optimization [13e6ed8c]
    + Test native postinc/dec is opted to NQP ops [888328ef]
    + Add commented out opt for post-to-pre inc/dec conversion [971d17c4]
    + Merge pull request #1492 from rakudo/post-inc-dec-opt [d4712ab9]
    + Fix WhateverCode block migrator [2847e509]
    + Separate adding child block from creating code obj [5bde60f5]
    + Change name of code obj method [06f34a06]
    + Merge pull request #1494 from jstuder-gh/sep_code_obj_actions [4219f8cc]
    + Remove extra push of child to outer block [ba09db67]
    + Merge pull request #1495 from jstuder-gh/rm_extra_child_push [eac39b92]
    + Fix migration of in-regex blocks [c0c7756f]
    + Fix R#1488 - multi sub infix:<cmp>(\a, \b) is missing decont. Zoffix++ [114e3735]
    + Merge branch 'master' into uniproptests [22d04a75]
    + Merge pull request #1498 from dogbert17/fix-r1488 [eca2bb99]
    + Add test for R#1488 [25c5c488]
    + Merge pull request #1499 from dogbert17/test-r1488 [1e2e46ff]
    + Fix fake-infix adverb args with new .= opt [7fa57657]
    + Fix LTA error with adverb on Whatever closure with + [de2d8296]
    + Generalize fake infix adverb ann [460606e3]
    + Implement support for .= to init sigilless vars [8ba3c86e]
    + Merge pull request #1316 from samcv/uniproptests [314eae34]
    + Fix drift when reusing lazy iterables for indexing [f330d7fc]
    + Use raw param on default egarizer in &POSITIONS [a4aceb08]
    + Fix crash in parametarized constraints on attrs with .=… [562edfc5]
    + Don't add blank blank lines to REPL history file [24fab707]
    + Merge pull request #1505 from 0racle/patch-1 [94a3fdb8]
    + [NQP Bump] Brings 6 commits [28fabe3a]
    + Throw useful error on attribute in `where`… [1c894e41]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment