Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 9, 2019 06:38
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/1a5d67397bad04a180832c413dc535e8 to your computer and use it in GitHub Desktop.
Save Whateverable/1a5d67397bad04a180832c413dc535e8 to your computer and use it in GitHub Desktop.
releasable6
  GH#2827 --target=parse causes a hang since sometime after 2018.10
  GH#2824 Cannot install zef (or run much of anything without MVM_JIT_DISABLE)
  GH#2815 Inline::Perl5 integration tests are no longer run
  GH#2805 Intermittent two-part/two-pass range endpoint off-by-one (related to 'spesh delay'?)
  GH#2788 Defined-or operator lets negative subscript cause a crash
  GH#2779 Regression in WWW
  GH#2759 REPL: Internal error: unhandled encoding (Readline)
  GH#2758 REPL: The Readline history file is not created when absent.
  GH#2751 `say` optimization breaks Test::Output
  GH#2650 IO::Path.dir failure listifies not-fatally on error
  GH#2576 flapper in t/06-telemetry/01-basic.t on mips
  GH#2567 Non-zero wait status: 11 in testt
    + Added proto to plan multi as suggested. [fa91b780]
    + Fixed the bug #2688 (wrong values for asinh of negative argument) [5281c23a]
    + Explicitly identify types used for mixins [f0915624]
    + Add given value to bad-directive-type error [54a89b6b]
    + Fix for SHORT-GIST dying with a non-Any inheriting parameter type [d4411c9a]
    + Merge pull request #2728 from vrurg/SHORT-GIST-fix [b34ec3a6]
    + Bump NQP for sprintf error reporting improvement [6563f1ab]
    + Merge pull request #2726 from MasterDuke17/add_given_value_to_sprintf_error [595614fc]
    + Make sure we don't actually show really large values [f99d64d8]
    + Merge pull request #2689 from ramillies/master [3be705f2]
    + Re-imagine PR #2493 [8f424c9d]
    + Merge pull request #2168 from manwar/propose-fix-for-issue-1866 [b92afb0b]
    + Oops, cannot have a :D on a :$named without default [4eecb3c8]
    + Remove proto: it breaks stuff [cd318fb8]
    + Replace internal json parser with JSON::Fast code [ce24f604]
    + Add comment about relation to JSON::Fast [43ff9f1c]
    + Special case exception handling in R:I:JSON [a8cd286a]
    + Make say(\x) about 8% faster [9770c1aa]
    + Add a :$filename parameter to EVAL to override the filename [2732a286]
    + Change :$filename type constraint in EVAL from Str to Str() [69d88be3]
    + Fix bug causing incorrect warning when missing an optional argument [1ec4f171]
    + Merge branch 'master' into release-2019.somewhen [c4c32ab4]
    + [NQP Bump] Brings 7 commits [70d61b21]
    + Simplify Parameter.perl wrt to post constraints [99ba0ea8]
    + Remove :where support for Signature/Parameter.perl [4cfe5ec1]
    + Properly represent constant constraint on Parameter.perl [a1591fbe]
    + Check for fexistence before checking if executable [5a9b720d]
    + Ensure we boolify our value [6e8df010]
    + Added an X::Cannot::Map exception [fd8a00a3]
    + Added better error messages for '.map: foo' errors [ef8899f6]
    + Remove watch-path tests for now [3afbc120]
    + Adapt tests to new X::Cannot::Map behaviour [a804ed0f]
    + Re-instate manwar's first PR [33e2d7f4]
    + Make sure creating a Failure from a Failure object throws [c9110654]
    + Merge branch 'identify-mixin-types' [7b863b72]
    + Bump NQP_REVISION [7bd3b3a0]
    + Fix use of nqp::getattr with sometimes wrong class [c21054de]
    + Produce simpler spesh op for decont [29878d82]
    + Make a Failure throw when it is used as something Iterable [23fca8f6]
    + Make Failure.list also throw [4ffb4082]
    + Bump NQP_REVISION [fc4aca08]
    + Refactor $*KERNEL internal use of uname [ec40933d]
    + Merge pull request #2770 from rakudo/use-nqp-uname [ffe84099]
    + Merge branch 'release-2019.03.1' [cc261f62]
    + Merge branch 'release-2019.03.1' [23d215dc]
    + Typo [6d8077ce]
    + Simplify creation of the Signal enum [76b6416d]
    + Add test for strays in CORE:: [4825f31e]
    + Simplify "Signally" and move it from CORE:: [45eb1c5f]
    + Remove $RAKUDO-VERBOSE-STACKFRAME from CORE:: [ed074cd1]
    + Revert PsuedoStash part of 5540212cfc8805f869ce [6599998c]
    + Remove $CORE_METAOP_ASSIGN from CORE:: [80185031]
    + Update CREDITS [67594c0b]
    + Make libpaths in the linux perl6 runner script relative. [b989882d]
    + Make perl6 find BOOTSTRAP.moarvm even when relocated using --nqp-lib [e27c1ec3]
    + Make the installed runner scripts relocatable. [efa9f54e]
    + Kill duplicate NQP lib path. [171bb6eb]
    + Make the BOOTSTRAP load logic independent of install location. [a11e9ab5]
    + Start of a C perl6 runner. Just a copy of moar atm. [ed9b963d]
    + Implemented using MVM_exepath. [7ab19817]
    + Set a proper --exec-name. This results in a robust $*EXECUTABLE. [5366c4fa]
    + Support PERL6_HOME and NQP_HOME environment variables. [8055fc1b]
    + Proper error messages when PERL6_HOME or NQP_HOME is invalid. Some cleanup. [f76db01b]
    + Document PERL6_HOME and NQP_HOME. [9196db5c]
    + Remove some left over old code. [d76fe0ae]
    + Rename PERL6_LANG_DIR -> PERL6_HOME. [2633aad6]
    + Fix BOOTSTRAP search. [aed29234]
    + Replace all remaining references to absolute install paths. [f20a2b6e]
    + Make executables generated during the build work again. [98a0df6e]
    + Create working runners in build directory. Generate perl6-debug executable. [4b461bf7]
    + Fix up perl6-debug. [2c9c823c]
    + Make the JVM build and run again. [ab96f1a6]
    + First try at JVM relocatability. [f0915e92]
    + Clean up the moar binary runners in 'make clean'. [e0f84e05]
    + Unbreak create-jvm-runner.pl. More relocatability. [e00c9ea8]
    + Get mingw compiling. [4ec400be]
    + Fix PERL6_HOME and NQP_HOME calculation. Off by one error. [472c8c90]
    + Add releasable Sakefile [0cc563c8]
    + Clean up of Configure.pl --help [52b80c44]
    + Allow building rakudo without relocatability. [27adb553]
    + Build the perl6 runners during `make all` not `make install`. [637ba57d]
    + Some beautification. [1853eb91]
    + Make --no-relocatable also affect the runner rpath setting. [ffaf3fc3]
    + Don't delete the perl6-mc runner right after creating it. [9e63da47]
    + Allow setting --no-relocatable different than moar with respect to rpath. [a542ec94]
    + Tabs to spaces. [090f1c96]
    + Also support --no-relocatable in perl6-debug. [4a7c487b]
    + First try on fixing the build on Mac. [efb35b00]
    + Support RAKUDO_PREFIX env var to be backwards compatible. [1add622d]
    + Never build a relocatable rakudo on AIX. [1d538977]
    + Merge pull request #2693 from patzim/reloc [7a3f468d]
    + [NQP Bump] Brings 5 commits [e20dcc4e]
    + Revert "First try on fixing the build on Mac." [f9aebab5]
    + Merge pull request #2777 from vrurg/fix_Configure_for_relocatable [68c2c9fe]
    + claim the next rakudo release [4189e20c]
    + Move QuantHash.kv build logic to !SET-SELF [0e07079b]
    + Add basic check for keys in SETTING:: and PROCESS:: [9399ea11]
    + Add R:I.ITERATIONSET2LISTITER method [a6a60705]
    + Make SetHash iterators more safe [1f066d96]
    + Make BagHash iterators more safe [63657986]
    + Fix adding object to BagHash after it having been removed [c5664301]
    + Make MixHash iterators more safe [787d5bf6]
    + Fixed method cloning [d14fad4a]
    + Added myself to CREDITS [ab64aaaf]
    + Fixed mistype in name [ed29caab]
    + Merge pull request #2780 from vrurg/issue_2772 [411a415c]
    + We also allow :api ! [2f6e5fde]
    + Added helper method Parameter.cool_constant [bea51993]
    + Simplify candidate selection in MAIN usage [dd1c8059]
    + Move "cool_constant" logic to Main [2b991664]
    + Fix build on MSVC. [787596d0]
    + New roast test [387534d3]
    + Merge pull request #2784 from vrurg/issue_2772 [c26ca6b0]
    + merges class symbols into stub when using require stub:file<> [f03c7814]
    + Made all operators in Real require definite objects [d8ad6224]
    + Merge pull request #2790 from vrurg/issue_2786 [888cf8cd]
    + Fix gdb and lldb runners. [7846144e]
    + Merge pull request #2795 from patzim/debug-runner-fix [6ba54fb9]
    + Merge pull request #2789 from tony-o/master [17c9d88f]
    + Bump NQP for the latest MoarVM JIT goodies [89b44677]
    + Make a single named param match @ sig in MAIN [87d219ee]
    + fix for GH issue #2793 [95ce37d3]
    + Merge pull request #1 from rakudo/master [8fa3360d]
    + Fix for FatRat.base failure for large denominators [d4e1d8e7]
    + Merge pull request #2799 from tbrowder/issue-2793 [0d47db86]
    + Update Rational.pm6 in response to review comments [b69964b5]
    + Improve usage message for MAIN(:@foo) [d5faa02b]
    + Fix build on mingw [5bc62699]
    + Deduplicate build options. [db5becfb]
    + Clean library build commands [c1c108fd]
    + Fix default target on nmake [44e0386a]
    + Remove unused variable [bafa5239]
    + Fix build on linux [4459364e]
    + Merge pull request #2802 from patzim/win-fix [b5843b0e]
    + Bump NQP_REVISION [b5bf7cd4]
    + Don't use nqp::ifnull on Dateish.daycount [e84f7270]
    + [JVM] Don't run some test files that hang [507c3c37]
    + Remove no longer existing internal sub wrappers [47832fe1]
    + [JVM] Don't run tests for read-int8 et al. (NYI) [adba017f]
    + Decont Range before calling nqp::getattr on it [a5b22387]
    + Add null/defined checks for %!hash [f26fbd37]
    + [js] Use uname op for sysname and release [0ecd037b]
    + [JVM] Don't run tests for utf16 [3e51bd4e]
    + [js] Update rakudo-library to source maps being on by default [4f8a16e0]
    + [js] Implement parameterization of Blobs with 64 bit integers [6e650cd3]
    + [js] Add a run(:fake-run, ...) multi candidate [b0668b26]
    + Serialize a Perl 6 level string instead of a raw NQP one [75e2fb70]
    + [js] Add a bunch of ifdefs to work around problems with serializing weird low level things [9d187287]
    + [js] Temporary workaround for a bug breaking the js build [7aa72ce0]
    + Bump NQP for JS fixes [1aae63a6]
    + add info on running spec tests [68adad46]
    + add one-liner version of the script [7b4dd300]
    + Avoid notification queue growth in Channel.Supply [d5044de2]
    + Allow :at/:in/:every to be Inf/-Inf/NaN in ThreadPoolScheduler.cue [cc88d63d]
    + Remove %DEPRECATIONS from SETTING:: [bf57f762]
    + Merge pull request #2800 from thundergnat/thundergnat-FatRat.base-fix [2a83be78]
    + Merge pull request #2754 from Kaiepi/scheduler [c99ae9b3]
    + [JVM] Remove special case [5e8451f7]
    + Make the runner scripts use sh instead of bash [bb7e6094]
    + Remove two needless uses of bash [11c55fb8]
    + Never build a relocatable rakudo on OpenBSD [d3d4b2e8]
    + Merge pull request #2820 from patzim/openbsd-no-relocatable [f4c23223]
    + Merge pull request #2821 from patzim/no-bash [728ed87b]
    + [JVM] Use default value for optional native param [96a976b3]
    + Make X::Str::Sprintf::Directives::BadType optionally better [2e8f326d]
    + fix error when set RAKUDO_EXCEPTIONS_HANDLER (#2823) [939ea419]
    + Fix typo (and unbreak JVM build) [51455df9]
    + Set max inline size for Perl 6 code on MoarVM [a9b9cdc9]
    + Bump NQP for the latest MoarVM goodies [5598ddfc]
    + Slightly cheaper hanlding of untyped scalars [17643d49]
    + Emit simpler code for lowered while loop [29ce2ce3]
    + Use a cheaper assignment in array assign slow path [847783e2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment