Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 12, 2018 14:58
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/c8c1605e17f4f99aafd37bd02038d932 to your computer and use it in GitHub Desktop.
Save Whateverable/c8c1605e17f4f99aafd37bd02038d932 to your computer and use it in GitHub Desktop.
releasable6
  GH#1891 Signal(0) gives FreeBSD signals on Linux
  GH#1880 HTTP::UserAgent test fails with 2018.05 but not 2018.04.1
  GH#1867 Test failures on FreeBSD
    + Populate Signal enum with getsignals op [aa622a95]
    + Filter and warn about system unsupported signals [852c1bd3]
    + Filter and warn about VM unsupported sigs [774ec5a0]
    + Revert "Fix backwards compatibility with installers using the old Distribution class" [2acbe7fc]
    + Remove pre-Distribution CURI shim [38a9204a]
    + Fix premature .perl chopping in X::TypeCheck [a79de429]
    + Fix for GH #1852: pod converts non-breaking space into normal space [75430ac9]
    + Execute code in elided duplicate argument pair values [fc57f9f0]
    + Merge branch 'post-release-2018.05' [26f00334]
    + Make sure "use p5isms" also works for "rand" [d1d31fd5]
    + clean up code, expand space chars considered when normalizing text [cb66dfcc]
    + correct unicode numbers for the breaking vs. non-breaking space chars [6f1b1cb6]
    + Just an :op<list> will suffice here... jnthn++ for feedback [73297600]
    + Merge pull request #1856 from skids/elided_pairs [4bbb87f5]
    + Merge pull request #1857 from tbrowder/nbsp-improv [27e8dab9]
    + fix nbsp-fix problem by adding vertical and other missing breaking and non-breaking space chars for a complete unicode solution [e1e7e4c6]
    + Look up DEPRECATED at the *end* of compilation [472f6e48]
    + Merge pull request #1859 from tbrowder/fix-nbsp-probs [8a62e5e0]
    + We don't need HLL Bools here [154d9855]
    + Move &DEPRECATED to Rakudo::Deprecations.DEPRECATED [89a4cf0d]
    + Merge branch 'master' into release/2018.05 [91ae5efc]
    + Oops, forgot one instance of DEPRECATED() [afbbf8f8]
    + Make "is DEPRECATED" work on attributes with auto-generated accessors [7e3aa2f2]
    + Fix comment copy-pasto [847d3d60]
    + Turn BIND-KEY into multis [1c1acbc2]
    + Bump NQP/MoarVM to get 2x speed improv. for .lines [6663a6d4]
    + Merge pull request #1869 from MasterDuke17/add_BIND-KEY_multi [caf0f568]
    + [JVM] Implement canStore in RakudoContainerSpec [704b893c]
    + Clean up and correct whitespace handling. [cc28ce37]
    + Merge pull request #1874 from tbrowder/reduce-spaces-regex [01a37364]
    + Bump NQP/MoarVM for .words speedup and string bitop fixes [74067127]
    + [JVM] Run some more test files (all tests pass) [0666f6a8]
    + Bump NQP to get the latest NQP / Moar / JVM goodies [0180dfa6]
    + Attempt to find out why Travis fails on some version of Ubuntu [16d3d6f6]
    + Revert "Attempt to find out why Travis fails on some version of Ubuntu" [b0890f21]
    + Merge pull request #1601 from jstuder-gh/sig_hash_2 [b0a54f92]
    + Bump NQP to get master to build again [189c5a8a]
    + [JVM] Run some more test files for Proc::Async [ee48f191]
    + More clean up of whitespace handling. [e776ded7]
    + Merge pull request #1885 from tbrowder/nbsp-clean [7183ac10]
    + Move pack/unpack support to lib/experimental [9472fdfd]
    + Allow for :api<something> [affc218f]
    + Oops, '&pack' is no longer with us unless used [edc6ac6b]
    + Rename 'use p5isms' to more general 'use isms <perl5> [4109ce36]
    + Oops, missed another case for use isms <perl5> [c80ea2f2]
    + Allow for "do { } while" with "use isms <perl5>" [56dbd735]
    + Add .perl method to Distributions [18f9de61]
    + Merge pull request #1820 from ugexe/remove-dist-and-cur-compat-shims [af645c9f]
    + Revert "Remove Distribution and CURI.install compat shims" [c23ee248]
    + Merge pull request #1895 from rakudo/revert-1820-remove-dist-and-cur-compat-shims [2234b61d]
    + Emit enum to supply on signal [b19cc4bd]
    + Merge pull request #1896 from jstuder-gh/sig_emit_enum [398c270e]
    + [NQP Bump] Brings 4 commits [e4ecf5e5]
    + Make 'use isms <Perl5>' match 'use Foo:from<Perl5>' [148d7c56]
    + Add tests for 'use isms <Perl5>' [95aa77c9]
    + Use a MoarVM spesh plugin for private method calls [51ff83c7]
    + Use a spesh plugin for $foo.Qual::Ified::meth() [f6f43d58]
    + Use a spesh plugin to optimize .? [c6a61f56]
    + Bump NQP_REVISION for spesh plugin support [192083f6]
    + Merge branch 'spesh-plugins' [c5d14062]
    + Change all SET-SELF methods back to private methods [c940a0ed]
    + Initialize attributes of meta model roles when used from Perl 6 [23af3491]
    + Cope with ^method_table and ^submethod_table written in Perl 6 [7bc6e46f]
    + Cope with containerized type objects in REPRComposeProtocol [cbb5ee5f]
    + Fix arg type in X::Str::Sprintf::Directives::Count [4b28f2cd]
    + Make some more methods private [ec5e51c8]
    + Privatize some more Array methods [7284a30f]
    + Privatize some more List methods [c49bbc93]
    + Privatize some ShapedArray internal methods [0ac5c4ff]
    + Privatize Quanthash hashification [09a9bbc0]
    + Privatize delay times cueing in ThreadPoolScheduler [caafcb38]
    + Privatize hash element containerization [0c265d49]
    + Privatize some Awaitable internal methods [48864774]
    + Merge pull request #1911 from MasterDuke17/fix_arg_type_in_sprintf_directive_exception [fbdfe8c8]
    + [NQP Bump] Brings 11 commits [c10b1eec]
    + Privatize Dateish DAYS-IN-MONTH [0e835805]
    + Privatize R:I:TRIM [5621b262]
    + Streamline creation of HyperWorkBatchIterator a bit [20bf96f9]
    + Prepare for Pod slang [54aa17c6]
    + Merge pull request #1914 from tbrowder/grammar-concat [61ca55d8]
    + Make .minpairs/.maxpairs about 25% faster [788cda94]
    + Fix code-gen bug in .? spesh plugin call [bdbfee55]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment