Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 24, 2021 12:42
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/bd4e227b13676e9ab74d8710082320df to your computer and use it in GitHub Desktop.
Save Whateverable/bd4e227b13676e9ab74d8710082320df to your computer and use it in GitHub Desktop.
releasable6
  GH#4278 recent changes broke non-simple MAIN usages
  GH#4009 gmake fails on windows
0665851 should be 8 characters in length
    + Abstract .ords logic into Rakudo::Unicodey [817d1130]
    + changed method names per @ugexe's suggestion [457925e9]
    + Make the NFxx family proper multi-methods [7dd80bb4]
    + Make Int.(chr|unival) handling of negative values consistent [627cc406]
    + Make Int.uniname handling of big integers consistent [af6662a3]
    + Make Str.univals a proper multi method [88921320]
    + Allow for experimental features in the setting [cae44e51]
    + Hopefully unbreak the build on the JVM backend [496f986e]
    + Hopefully fully unbreak JVM backend [b88e1ca3]
    + Merge pull request #4288 from tbrowder/juliandate [353334fd]
    + Optimize DateTime.day-fraction a bit [39260262]
    + [JVM] Fix pushing to array [f2f1cda6]
    + [JVM] Remove some special cases for JVM [dcf1c506]
    + [JVM] Bind native array in Rakudo::Unicodey.ords [5fd7d068]
    + Make Datish.daycount calculation about 30% faster [c07639e6]
    + Merge pull request #4293 from usev6/jvm_unicodey_2 [ff6dc2a7]
    + Make backtraces consistent on all backends [2e79780e]
    + Fix race condition in ThreadPoolScheduler [98839c80]
    + [JVM] Limit special cases to variable declaration [e774e194]
    + Merge pull request #4295 from usev6/jvm_native_arrays [b0de0ff0]
    + Merge pull request #4294 from rakudo/fix_backtrace_with_spesh_inlines [bebc82f3]
    + Make sure DateTime.day-fraction is always correct [2689eac1]
    + Merge pull request #4235 from rakudo/enums-as-Map [333c7e2b]
    + Add warnings on improper use of .contains and .index (#4099) [39a3862b]
    + Add some comments as to why this is done this way [b988e763]
    + Restore the CachedIterator role [dfae7601]
    + Make sub univals() just pass through [30263075]
    + Bump NQP for nqp::backtrace(nqp::null) on JVM [9c3f68b0]
    + [JVM] Support backtrace creation from nqp::null [0b91b21a]
    + Make .uniprop a proper multio method [c9aceda4]
    + Make CLIENT:: work for code invoked from NQP world [73638877]
    + Add a new test for CLIENT:: [a6639356]
    + Change internal uniprop logic for unexpected preference [54c95ebe]
    + Win* compatibility fix [f0a36d89]
    + Make sure native str array.raku can handle holes [2d1510a9]
    + Make uniprop 5-10% faster [885d6390]
    + Merge pull request #4304 from vrurg/fix-pseudostash-and-metamodel [84b68677]
    + Make uniprops a proper multi and about 4x as fast [97b2b3f0]
    + Make unimatch a proper multi [e1c2d792]
    + Forgot to remove an obsolere sub uniprops candidate [84eac183]
    + Make uniparse a proper multi [e6823863]
    + Make Str.substr(-rw) handle subclasses of Str properly [da34b40a]
    + Make Str.chop|chomp handle subclasses of Str properly [f4bfeea6]
    + Make Str.pred|succ handle subclasses of Str properly [813d4f1a]
    + Bump NQP for latest fixes, MasterDuke++ nine++ [a9490436]
    + Make sure Allomorph.(comb|chop|chomp|substr) return Str [7a77b397]
    + Mention "is implementation-detail" as option [85e7e63d]
    + Make sure Allomorph.substr-rw returns Str [ba814fde]
    + NQP bump to get fix for Type::EnumHOW [5a76b7ed]
    + Remove potentially unnecessary boxing from NQP [bd900c9d]
    + Make Str.comb handle subclasses of Str properly [a26ff404]
    + Take a more conservative approach to finding leap second days [5070ae3f]
    + Make sure Str.lines handle subclasses of Str properly [b4813bbd]
    + Make sure Str.words handle subclasses of Str properly [3e43a729]
    + Make sure Str.wordcase handles subclasses of Str properly [a4a915ec]
    + Make sure Str.trans handles subclasses of Str properly [995d39c0]
    + Make sure Str.indent handles subclasses of Str properly [5ca26c2a]
    + Make sure Str.(uc|lc|tc|fc|tclc|flip) handle subclasses of Str properly [e2ec1607]
    + Make sure infix:<~> handles subclasses of Str properly [b93e7c57]
    + Make sure List.join handles subclasses of Str properly [95d61d68]
    + Make a lot of Str methods proper multis [df324f1b]
    + Reorganize Nil a bit [5c6a80c2]
    + Make Nil.BIND-(KEY|POS) behaviour consistent [32110eed]
    + Make a lot of Cool multi methods handle Nil invocant better [47a12a5e]
    + Make .chars|codes proper multis [d9fcb759]
    + Make sure Str.split handles subclasses of Str properly [c5057e86]
    + Make sure Str.trimxxx handle subclasses of Str properly [ffcda845]
    + Make sure Str.same(mark|space|case) handle subclasses of Str properly [1819caa1]
    + Make same(case|mark|space) proper multi methods [da80b57c]
    + Make encode a proper Cool multimethod [57ffaf96]
    + Also allow for Cool.uniparse [075d6921]
    + Make sure that all augments trickle down to subclasses [ee3fa379]
    + Deprecate Cool.path, use Cool.IO instead [c715b5cb]
    + Make all Cool methods use .Str [a68d2579]
    + Make sure .trim((|-leading|-trailing) handle allomorphs correctly [9a9a59c9]
    + Make sure .split handles allomorphs correctly [a2399ce9]
    + Make Allomorph masking method just methods [7e87e20c]
    + Make sure .same(case|mark|space( handle allomorphs correctly [fb6441bc]
    + Make the Enumeration candidate the default [b1556cba]
    + Don't call ".Str" inside nqp::sprintf [8cad7d79]
    + Make sure Str.subst handles subclasses of Str properly [fd037828]
    + Make sure Str.subst-mutate handles subclasses of Str properly [9398ae68]
    + s/deterministic/is-deterministic/ [596ccef3]
    + Add more help with trouble-shooting build problems [ad81b980]
    + Bump MoarVM for decont logging [6fdc2b69]
    + Revert "Restore the CachedIterator role" [46483b84]
    + Minimal fix for MAIN usage regression (#4327) [10c3dbb9]
    + Oops, forgot to close the dir handle [62c976a4]
    + Fix #4332 [e9e3b5fb]
    + Make Baggy.AT-KEY about 60% faster [74af72de]
    + Make Rakudo::Iterator.Empty about 80x as fast [0bbeb2de]
    + Give DateTime its own infix:<eqv> [01a0c934]
    + Remove trailing whitespace from markdown files [600bb6b0]
    + Fix SlippyIterator.is-deterministic [1c4577ae]
    + Revert infix:<~> subclassability [c64dc573]
    + Revert List.join subclassability wrt Str [dee861be]
    + Merge pull request #4334 from MasterDuke17/give_DateTime_its_own_eqv [f8724131]
    + Bump NQP to hopefully unblock Rakudo [4e4c4856]
    + Fix compilation failure with EVAL in precompiled module's mainline (#4331) [c05b23f1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment