Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 30, 2018 16:12
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/eea99d57c1f11bf5d6046f221a018e00 to your computer and use it in GitHub Desktop.
Save Whateverable/eea99d57c1f11bf5d6046f221a018e00 to your computer and use it in GitHub Desktop.
releasable6
  GH#2126 Weird failure in Path::Router module
  GH#2070 AppVeyor status and building on Windows
  GH#1976 2018.06 build for JVM fail
08b449e should be 8 characters in length
434ede4 should be 8 characters in length
1188f80 should be 8 characters in length
9a45b2b should be 8 characters in length
d60be5e should be 8 characters in length
3158ae7 should be 8 characters in length
b5e92a5 should be 8 characters in length
c603340 should be 8 characters in length
8feb13c should be 8 characters in length
    + Modify Parameter's positional to rm slurpies [93a8ec66]
    + Merge pull request #1921 from jstuder-gh/param_all_slurpies_not_positional [0ef7109e]
    + Merge branch 'master' into post-release-2018.06 [2138197b]
    + Merge branch 'master' into post-release-2018.06 [2a16dd42]
    + Revert "Revert "Use a spesh plugin to optimize .?"" [708c1326]
    + Make .perl of '(|)' signature a bit more idiomatic [24467ed6]
    + Merge branch 'master' into car-grant-constants [c49a6ed1]
    + Make safely_stringify routine safer [0e2a7d93]
    + [CaR Grant] Implement basic typecheck and coercers on constants [a1f544ad]
    + Merge branch 'master' into post-release-2018.06 [2871cd9e]
    + Merge branch 'post-release-2018.06' into car-grant-constants [40bf22e9]
    + Merge branch 'post-release-2018.06' [6698b12e]
    + Merge branch 'post-release-2018.06' [ff2bc114]
    + Merge branch 'release/2018.06' [304239d7]
    + Make `.?` spesh plugin bug compatible with `.` [a167e6cc]
    + Use HOME path for CURLI prefix [cf10780d]
    + Merge branch 'master' into release/2018.06 [c441d8d8]
    + Cope with failure to open a directory in DIR-RECURSE [e9351cba]
    + Fix GH #1968: input/output block lines are squeezed [c6433838]
    + Merge pull request #1979 from tbrowder/input-output [3ed20db2]
    + add new spec test [1b4b73fa]
    + Merge pull request #1980 from tbrowder/new-spectest [eb986467]
    + Bump NQP to get all the latest goodies [0990945d]
    + Helper tool for perf improvement descriptions [e23e2f68]
    + Round the `of the time` measure as well [0721bfa7]
    + Test.pm6: small style improvement [64bdb3dd]
    + Some typos and updating of variable names [54368f1f]
    + Merge pull request #2004 from JJ/patch-1 [82866b72]
    + Merge pull request #2006 from taboege/typo-immediately [4bdb9787]
    + Update makeUNIPROP.pl6 to Unicode 10 property names [2ff46764]
    + Remove propname->propname mapping from Cool.pm6 [a9e844a8]
    + Fix R#1990 [8f807fc4]
    + Port fix from 218f8c4600cc14f to EVAL :lang<Perl5> [66683080]
    + Fix R#1990 [ecd899c9]
    + Merge branch 'fix-r1990' of https://github.com/dogbert17/rakudo into fix-r1990 [b109541c]
    + Merge pull request #2012 from dogbert17/fix-r1990 [55b2e32b]
    + add TODO for deprecation warning for version 6.d [513577c3]
    + Fix potential race condition in EVAL (#2015) [80bbfbb3]
    + Bump NQP [b659a9c2]
    + Pass result of &prompt through &val. [38d7f2a0]
    + Mute &val warnings in &prompt in case of EOF. [0275ea29]
    + Always coerce first argument to &round to Numeric. [e547811a]
    + Merge pull request #2019 from jkramer/issue-1746 [2f8074be]
    + Check input for definedness instead of passing everything to &val and muting potential warnings. [07b032d0]
    + Merge pull request #2018 from jkramer/issue-1906 [058addf1]
    + Restore missing MoarVM repo in contrb gen script [7a87b7f5]
    + Implement contributor lookup for past releases [8fee8d48]
    + Sort contribtrs with same commits num alphabetically [c5cfbc64]
    + Add --debug flag to contrib tool [f6c8159d]
    + Make debug option dump repo info [1197c3f6]
    + Add missing persons from contributing lists in past announcements [ade83c86]
    + Add missing pod block class Pod::Block::Defn [75192f2d]
    + Include source file name in module-not-found error message. [2d85f8a1]
    + Eliminate p6scalarfromdesc ext-op for a desugar [bd0a1f8b]
    + Replace p6recont_ro C ext op with a desugar [aedf41ae]
    + Replace p6var C ext op with a desugar [4f0b585c]
    + Add some missing `is rw` [6caf86be]
    + Add missing `is rw` on Failure.handled [832ccd81]
    + Implement p6decontrv as a desugar, not an ext op [6d271667]
    + Catch JVM up with the changes [9800902a]
    + Move Scalar assignment logic from C to NQP [d3c5381b]
    + Atomic load is a fetch, so no override [b213fbe1]
    + Move store_unchecked to NQP code [8c0d9de8]
    + Remove now-dead code [3f832108]
    + Move Scalar CAS internals to NQP [5e5c7870]
    + Move Scalar atomic store to NQP code [c4076b70]
    + Eliminate a bunch of now-dead C code in the extops [bfe69474]
    + Don't create readonly container descriptors [397263e3]
    + Start switching to null descriptor to meaning ro [a7e3dce3]
    + Stop checking the ContainerDesciptor rw flag [ea9cf08f]
    + Remove now-unused `rw` from ContainerDescriptor [bdb9193a]
    + Remove dead code in JVM ops file [593611ec]
    + Bump JVM memory limit to survive setting build [80dca6b7]
    + Update JVM backend with the descriptor rw removal [9ab3ad27]
    + Switch Scalar container spec to run the NQP code [04b86ae0]
    + Make Array use the the Scalar descriptor model [1e825793]
    + Update Rakudo::Iterator to not use $!whence [bfd9ee4e]
    + Switch Array vivification to not use $!whence [3b40b1c7]
    + Switch Hash vivification to not use $!whence [40d19c75]
    + Move ContainerDescriptor classes into BOOTSTRAP [a3c12486]
    + Avoid passing Array/Hash to descriptor constructor [a2208b0d]
    + Eliminate $!whence use from Stash, untyped Hash [92026f54]
    + Eliminate $!whence use for object hashes [35528c6c]
    + Eliminate $!whence use for shaped arrays [52f1b89d]
    + Eliminate $!whence handling logic in assignment [e9e89f88]
    + Eliminate the now-unused $!whence from Scalar [ca2360a4]
    + First small step for the assignment spesh plugin [ebc6b124]
    + Handle non-nominal assignment type check in plugin [27a7e9bb]
    + Spesh plugin handling of bindpos assignment [4f4fb613]
    + Bring a comment up to date with recent changes [5b985f93]
    + Fix regression in `is copy` in subsignatures [a30ae153]
    + Add back compiling return value with want-decont [163e7759]
    + Introduce nqp::p6scalarwithvalue [beae9686]
    + Make sure p6scalarfromvalue will decont [d1c755af]
    + Further usage of p6scalarwithvalue in Array [bff1bb83]
    + Fix p6scalarwithvalue [7885f357]
    + Re-work how we guard Mu-typed assignments [523ffae8]
    + Add a spesh plugin for return value decont [8d652761]
    + Only look up Iterable once [59faed1d]
    + Add concrete guard to ensure attribute lowering [5a6af277]
    + Get Array.AT-POS below the MoarVM inline limit [0baeec02]
    + Tune the array "slow path" some more [d0aab741]
    + Use nqp::null as the "no Iterable" sentinel [05d7c39b]
    + Merge pull request #2038 from jkramer/issue-2022 [8fa99414]
    + Check if $!decoder is setup in IO::Handle.encoding… [edf81bfe]
    + Change IO::Handle.*-internal methods to their final names [03d79975]
    + Bump NQP_REVISION [c2446b03]
    + Merge branch 'rescalar' [68ed6f2d]
    + Bump NQP for new istype_nd op on MoarVM [7dfc6023]
    + Generate less deconts in lowered signature binding [1b3dd35e]
    + Merge branch 'master' into handle-6.d [44ae3789]
    + Merge pull request #2054 from MasterDuke17/make_not_equal_for_Ints_consistent_with_other_operators [eb6656b8]
    + Provide p6box_* as a desugar using box_* [fa073679]
    + Make it impossible to assign to a Map [fffe89c5]
    + Revert "Include source file name in module-not-found error message." [a6df35af]
    + Merge pull request #2061 from rakudo/revert-2038-issue-2022 [612d071b]
    + Remove unspecced/used pre-6.c jvm modules [e6c5e859]
    + Remove unused Universal role [2670236f]
    + Merge pull request #2063 from ugexe/remove-unused-jvm-modules [3905ac0b]
    + Bump NQP for the latest MoarVM goodies [359ac12d]
    + Merge pull request #2066 from ugexe/remove-universal-role [83b4c8dc]
    + Give PseudoStash its own non-value based .WHICH [bb5db6a8]
    + [NQP Bump] 6c3c3c3 [MoarVM Bump] Brings 17 commits [5cf0afce]
    + Make install-dist.pl executable [07b4100c]
    + Make all tools executable [9d8b6600]
    + Make files in tools/build executable [c5c4ea38]
    + create-moar-runner.pl → create-moar-runner.p6 [59a6f7d2]
    + install-core-dist.pl -> install-core-dist.p6 [248ee79c]
    + Make all cases of statementlist `loop` eval to Nil [aff96bae]
    + Merge branch 'master' into handle-6.d [be786857]
    + [NQP Bump] Brings 2 commits [ee9314d0]
    + Avoid a bunch of (caught) exceptions in Optimizer [ae25c4b0]
    + Never repossess the quote lang cache [8a76c00c]
    + Ensure compilations get a fresh %*SIG_INFO [abfa1b15]
    + Before composition, typecheck against added roles [38d046fa]
    + [NQP Bump] Brings 2 commits [980f692c]
    + Consistify P6 scripts. [906bec8c]
    + Re-instate nqp::null -> Mu return mapping [4766536b]
    + Move IO::CatHandle's NYI method to A02 spec APPENDIX [ae9a3628]
    + Block out .READ/.WRITE/.EOF in IO::CatHandle [9246b035]
    + Merge pull request #2081 from rakudo/handle-6.d [49363d69]
    + [NQP Bump] b939b50b0 [MoarVM Bump] 85bf30b0b I […] [bfa8d37e]
    + [NQP Bump] 74f247d7d [MoarVM Bump] 0daa14c87 M […] [20b1756a]
    + Don't mention ROADMAP in the release guide [b5892dd8]
    + Link to ChangeLog-Draft page and explain it [b6cc7168]
    + [NQP Bump] 1925237d2 [MoarVM Bump] Brings 8 co […] [a847abe5]
    + Add APPENDICES/A02-some-day-maybe/multi-no-match.t to list of test files [16b69fee]
    + [v6.d REVIEW] Move X::Multi::NoMatch-related tests to SAP [7d9ca4fa]
    + [NQP Bump] Brings 2 commits [51e41da8]
    + [NQP Bump] a5d94f1 [MoarVM Bump] Brings 3 commits [f9743ad8]
    + [6.d] Reverse `:sym` colonpair on names of routines [a68784a6]
    + [NQP Bump] acae198 [MoarVM Bump] Brings 7 commits [e6d6f248]
    + Add MISC/misc-6.d.t to list of test files to run [a5ab50d6]
    + Merge pull request #2102 from jkramer/issue-2077 [2e5912c0]
    + [NQP Bump] Brings 3 commits [683ae67b]
    + Avoid building up a huge stack of continuations [bf514c15]
    + Github Issue #2110 - improve err for obs positionals w/ quantifiers [2e90c660]
    + Merge pull request #2117 from jmaslak/github_2110 [c65c8fa8]
    + Be sure we stringify Match object [03574546]
    + Test backslash errors are not confusing [4494a249]
    + Add bug compatibility unfix for returning Proxy [8607f682]
    + Bump NQP to get lexcaller fix [2d16e12c]
    + [NQP Bump] caf545127 [MoarVM Bump] Brings 0 commit [c47e3681]
    + Fix misscoping of blocks in whatever curries [85495890]
    + Add contributor information [4ee71ece]
    + Merge pull request #2123 from jmaslak/joelle-contributor [9d1e624a]
    + [NQP Bump] Brings 2 commits [9e752718]
    + Allow Array:: to be used as a top level namespace in modules [a71e370b]
    + Make sure that wrapped onlystar routines are not optimized away [434ede49]
    + Since merge of rescalar branch Java build needs 3G see 80dca6b7 [8feb13cd]
    + Remove hack from "is cached" [1188f801]
    + Make error less LTA with e.g. sub infix:{"foo"} [d60be5e4]
    + Add "does role" handling for Attributes [3158ae7e]
    + Fix at least the most common case of R#2098 / R#1814 [9a45b2b8]
    + Make sure we show the op if it is too fiddly [2c7692fc]
    + Make parameterization errors show where they occur [08b449e1]
    + Also optimize for ^foo where my constant \foo = 42 [c6033401]
    + Adds doc for option that apparently works [b5e92a55]
    + 2018.07 release is cancelled [72831b91]
    + Add more info to the release guide [0ec4f5f2]
    + Add Callable indexing candidate for CArray [541922a0]
    + Add CArray Whatever and zen indexing candidates [68ebe71e]
    + Fixed zen CArray candidate to return itself [2a803a39]
    + Merge pull request #2142 from jstuder-gh/carray_indexing_candidates [b7379a80]
    + [v6.d REVIEW] Move heredoc warning test from roast [62f7c378]
    + Fix RT #2143. Make Distribution::Resource.^mro not error. [bb46381a]
    + Merge pull request #2145 from ribbon-otter/master [d77a51de]
    + Rename RAKUDO_EXCEPTIONS_HANDLER [5e1df41b]
    + Ensure we run &THE_END when using custom Exception handler [d2116efd]
    + [6.d] Set $*ARGFILES to $*IN inside sub MAIN [84d45f07]
    + [NQP Bump] Brings 56 commits [729edb4a]
    + Follow spectest file rename [1f27a19b]
    + Skip heredoc warning message test on windows [c9780503]
    + Only run THE_END if custom ex. handler gave us False [ef61ce32]
    + Bump NQP to get latest JIT optimizations [bb6a6f80]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment