Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 4, 2017 13: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/dbaad6553900a1829b5ebba581374165 to your computer and use it in GitHub Desktop.
Save Whateverable/dbaad6553900a1829b5ebba581374165 to your computer and use it in GitHub Desktop.
releasable6
    + Fix NativeCall signature check routine dieing on unsuported native type (int, num). Change the tests to catch up this kinda of error [4077842c]
    + Fix for RT #131936 [5db5b1db]
    + Simplify setting up auto-threading. [8a0f6ac1]
    + Adding name for snarkyboojum [89447213]
    + Merge pull request #1136 from snarkyboojum/nom [636a3c12]
    + Bump NQP/Moar to get Knuth-Morris-Pratt string search [593fa5f8]
    + Test.pm: Don't print an empty line after a failed test [b62b40f1]
    + Merge pull request #1138 from Leont/TestFixes [d0a5cfa8]
    + List.join is not guaranteed to return Str in the future [753c9a5e]
    + Merge pull request #1133 from Skarsnik/nc-sig-check-fix [3518b13b]
    + Fix for RT #126951 [6cec6b72]
    + Fix RT #131962 [a5014fd0]
    + Streamline Junction.defined|Bool|ACCEPTS [e8137b45]
    + perl6-valgrind-m: remove --full-cleanup, add ENV conf. var [f097e551]
    + Make forms of concatenations with Junctions work [7cd153f4]
    + Stub Junction ~ Junction [95a70ca3]
    + Make Junction ~ Junction work for same type Junctions [0b19baf0]
    + Add --no-merge option to t/harness5 to pass through STDERR [4af1d95c]
    + harness5: add help entry for --no-merge and possible verbosity levels [84b40cf5]
    + Make Any ~ Str / Str ~ Any about 25% faster [815faa35]
    + Supply.batch: handle no args and $elems == 1 [98f9fffe]
    + Add REPL tests from roast [ffd87fe5]
    + Implement "bare" REPL and use it on non-TTY uses [2c0cd0a3]
    + Merge pull request #1140 from aeruder/nom [3cfc3285]
    + Further fixes to Supply.batch [7d1ece80]
    + Don't skip testing nqp/moar master [ab69dc3a]
    + Checking uname as executable instead of file size [29cd9fb5]
    + Merge pull request #1141 from Gnouc/nom [d8958fc3]
    + Bump NQP [b6a60236]
    + Revert "Implement "bare" REPL and use it on non-TTY uses" [94fe65db]
    + Throw an X::Syntax on nameless postfix .::  (Fix for RT#130181) [5969f21e]
    + Correct a typo [43abdb1d]
    + Add Junction.INFIX-TWO internal helper method [d2f31bb7]
    + Merge pull request #1142 from skids/rt130181 [74ca5ce9]
    + Avoid curley brace string interpolation [db68552f]
    + Use Junction.INFIX-TWO [e18291e2]
    + Create entire string before saying it [eb99bbc4]
    + Fix duplicate test count id [c19e810e]
    + Merge pull request #1143 from rakudo/thread-safer-testpm [9b43c8de]
    + Fix ::("GLOBAL") for RT#126523 [1f6a782c]
    + Fix misplaced newline in test timing output [e3af6629]
    + Merge pull request #1144 from skids/rt126523 [f1b08630]
    + Revert "Fix duplicate test count id" [3e13825b]
    + Update appveyor badge link [1f39d684]
    + Bump NQP [8a215876]
    + Bump MoarVM/nqp for Unicode 10 update [64dd94c2]
    + Simplify ignore(mark|case) handling in INTERPOLATE [215a5fa7]
    + Refine Junction.INFIX-TWO [79604a88]
    + Complete support for Junction ~ Junction [8b5d283c]
    + Merge pull request #1145 from MasterDuke17/simplify_ignoremark_and_ignorecase_in_INTERPOLATE [067f5407]
    + Document the $m argument in INTERPOLATE's comment [ea57cbec]
    + Merge pull request #1146 from MasterDuke17/patch-1 [e717d14d]
    + s/index/eqat/g in INTERPOLATE literal handling [c6aacafd]
    + Merge pull request #1147 from MasterDuke17/use_eqat_instead_of_index_in_INTERPOLATE [d135728b]
    + Special-case FailGoal to adhere to S05 (Fix RT#130528) [ed4f6cc9]
    + Fix for RT #132006 [51709e01]
    + Merge pull request #1148 from skids/rt130528 [90968895]
    + Make INTERPOLATE's parameters non-optional [47439e69]
    + Align two similar method bodies the same way [d85569d0]
    + Bump Moar/NQP for 2x faster index and eqat operations [5ebbc5ba]
    + Add --ignore-errors option to Configure.pl [0bc1c877]
    + Merge pull request #1149 from MasterDuke17/make_INTERPOLATEs_parameters_non_optional [85a97ab3]
    + Make t/harness* use 6 TEST_JOBS by default [8019c15b]
    + Make all(@a),none(@a),one(@a) aboutb 9x faster [51c3d86c]
    + Fix INTERPOLATE call with wrong args in p5metachar [4c25df74]
    + Merge pull request #1150 from MasterDuke17/fix_INTERPOLATE_called_with_wrong_args_in_p5metachar [9a478b1e]
    + Fix Configure.pl so --ignore-errors works for wrong NQP version [1da075f9]
    + Add a comment explaining why INTERPOLATE has non-opt params [fc632cd8]
    + Some minor cleanup on R:I.FirstNThenSinkAll [9dbc3c50]
    + Fix `make test` without `make install` first. [fb0b3eb5]
    + Give full thread backtrace under --ll-exception. [0877278e]
    + Add Thread.is-initial-thread [59a2056a]
    + Make signal introspection in Kernel threadsafe. [1f411693]
    + Fix thread safety issues in the `signal` sub. [13b6a33c]
    + Bump for latest MoarVM. [75c98704]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment