Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created November 8, 2018 18:20
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/855562396395a7e0c238f6b04f02ab6e to your computer and use it in GitHub Desktop.
Save Whateverable/855562396395a7e0c238f6b04f02ab6e to your computer and use it in GitHub Desktop.
releasable6
  GH#2477 MoarVM panic: Register types do not match between value and node
  GH#2474 Build hangs on 32-bit boxes
  GH#2451 Pre-2018.11 toasting
  GH#2113 Revisit bug compatibility unfix for returning Proxy
    + Copy over `group-of` helper from roast [84039f96]
    + Mod CORE.d setting compilation to propagate indicator flags [4a6d9108]
    + Remove trailing whitespace [1c1df2be]
    + De-BEGIN-ify $*PERL [c9ecfb7a]
    + Implement X::Language::TooLate [3365094f]
    + 🎆❇️🔥 Happy Diwali! 🔥❇️🎆 [46ef0ea0]
    + Merge branch 'master' into the-d [7dc152ec]
    + Merge branch 'master' into the-d [20412b06]
    + Merge pull request #2438 from rakudo/the-d [d28545d6]
    + Fix make install target for JVM [f81146ae]
    + No longer require `experimental` for $*COLLATION.set [20c41ca5]
    + Fix typo in comment [5a932f36]
    + fix for missing defn features [b9ff63ca]
    + delete unused code [f1c03c65]
    + Merge pull request #2439 from tbrowder/pod2text-fix [3416f23b]
    + remove unneeded, unspecced attribute from Pod::Block::Code [5aba3e96]
    + Merge branch 'master' into release-2018.10 [dd3db782]
    + a few minor tweaks to the release announcement [b46e335d]
    + port changes of announcement to changelog [a4e7e8ed]
    + Consistify :U.pairup with :D one by returning a Seq [d73272e4]
    + Remove fully skipped test file [3a412be2]
    + Remove S06-signature/caller-param.t [92aa4a52]
    + Add missing plans to `subtest`s [8ea13823]
    + Always conditionally add objects to the serialization context [3995e423]
    + add a new trap, reword another [b685036b]
    + correct example [1c1527f4]
    + Map.WHICH only value type if all its elements are [4e0a1c24]
    + [NQP Bump] Brings 18 commits [b8176dc5]
    + Alternate way to fix R#2447 [052067fd]
    + Don't return standard .perl for classes with custom .new [adc96837]
    + Adjust default .perl for custom .new [20d50e07]
    + Make Travis happy for now [4af55fb6]
    + Make sure the :up of DEPRECATED gets handled correctly [8561d0ae]
    + "Remove" (<+), ≼, (>+), ≽ from 6.d [951303f9]
    + Return to the status quo wrt to Mu.perl [c04d5b77]
    + Revert "Make Travis happy for now" [4c05a0b1]
    + Unbust t/*/*.t rule in generated Makefile [d2c7e327]
    + Unbust literal \ in tr/// [85107ec0]
    + Merge pull request #2457 from donaldh/backslash-in-tr [549f53e4]
    + Merge pull request #2454 from donaldh/makefile [0bdf5180]
    + Set $*FOLDING when attempting to constant fold [cec1f511]
    + Die when constant folding [7a1a1868]
    + Expand v6.d removal message [81474bf9]
    + Make alternative stand out a bit more. [5598f37d]
    + Change some blocks returning True/False to use return value [5f1a81e0]
    + We should decont for nqp::addr on aliases [d964e8ea]
    + Add shortcut for eqv of int / Int [fb9a0454]
    + Add shortcut for ObjAt eqv ObjAt [5120d3d2]
    + Ensure that enum eqv enum are also handled correctly [94dd0a41]
    + move pod-only code to end of their enclosing blocks [71ba9668]
    + Merge pull request #2460 from tbrowder/nqp-pod-split [d5c3c495]
    + Save 2 deconts for Int === Int [1766435a]
    + Lose unnecessary intermediate variable [8e858c8d]
    + Report unhandled exceptions of sunk `start` blocks [15c16e35]
    + Fix an add/remove race in Supplier::Preserving [68d79e70]
    + Fix tap add/remove race in Supplier [7ee1f3c5]
    + Make Associative <<op>> Associative work a bit better [bfe2ad63]
    + Use .resolve on all OSes [b2a976c0]
    + Get rid of MAST [edc4c054]
    + Take the list ouf of MAST::InstructionList [6aafe18d]
    + Get rid of push_ilist [f8be2fa0]
    + Get rid of all unused @ops lists [656a8045]
    + Merge branch 'nqp-mbc' [09cceb98]
    + Bump NQP version to get new mbc backend [bb43acdb]
    + Die on Associative <<op>> Iterable [1b7253df]
    + Remove leftover comment [b0992669]
    + add some more info [7b9e1beb]
    + Merge pull request #2469 from tbrowder/note-update [bf2e2792]
    + tweak format and spelling [23596540]
    + Changes variable name (#2472) [7d4b57de]
    + Consistify Proc::Async.command with Proc.command [45bbc946]
    + update table heading and content [125789ae]
    + Update rakudo-nqp-and-pod-notes.md [8a260257]
    + escape left angle brackets for visibility [316ad525]
    + Simplify some iterators [00eb7b85]
    + Add second name for pmurias (as it shows up in git log) [d3f0286c]
    + Fix shebang [7a85985d]
    + Give QuantHashes proper .of / keyof methods [8b93ec9f]
    + Improve assigning immutable value error [e6758492]
    + Introduce R:I.RoundrobinIterablesFlat [130cc817]
    + [js] Teach the optimizer to use int64/uint64 assign ops for op= [32b7c089]
    + [js] For now treat int64/uint64 arrays as int ones [f35dd301]
    + [js] Handle building int64/uint64 attributes [9457f7e5]
    + [js] Include source maps in rakudo releases [ea69c0a0]
    + Assume empty compile time options when we are not running during a compile. [0e4969fe]
    + [js] Set better execname in npm'able rakudo.js [9df074ba]
    + [js] Support for out load time dependency detecting CompUnit::Repo scheme [78389aa2]
    + [js] Add missing file [1ef62aca]
    + Make EVAL options when we didn't even read options from the command line [8a6c38bf]
    + [js] Fix indentation [f460ad1a]
    + [js] Implement recording of modules loaded at compile time [cbbe16ed]
    + Add a Hyper class [0bc72e05]
    + Small tweaks to Hyper.pm6 [75c9456a]
    + Revert "Make EVAL options when we didn't even read options from the command line" [f04c6c34]
    + Error should be thrown at compile time [2eb43ab9]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment