GH#4462 Rakudo is freezing on heavily a threaded app GH#4459 Blin 2021.07, round 1 GH#4418 Inline::Perl5 roundtrip tests fails on various releases
Created
July 20, 2021 16:26
-
-
Save Whateverable/14db5e23b9233ce89826478fc8db80a7 to your computer and use it in GitHub Desktop.
releasable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
status |
+ Clean up sockets created by IO::Socket::INET.new on error [bee5c7af] + Fix nqp::socket passivity parameter values post-refactor [271f17b0] + Merge pull request #4417 from rakudo/release-2021.06 [cd017062] + Simplify iterator selection for map [a8f144cc] + Update Freenode to Libera [1f0122ef] + Merge pull request #4420 from rakudo/libera [eab5fcd0] + Restore Pod6 E<> html entity support (#4397) [06ae4cf4] + Bump NQP [8f6e41ea] + Implement support for moar::hllincludes config variable [a96bfdc2] + Use list_indent variable instead of filelist_indent [552f2810] + Merge pull request #4421 from vrurg/moar-hllinclude-support [37dd25f6] + Fix freezes caused by concurrently produced iterators [8eae05b9] + Fix potential race condition [2d396ae7] + Turn $!has-iterator into an atomicint [6e66c2e5] + Fix unimatch for non-base properties [0a1256af] + Fix JVM build [24b0df8a] + Merge pull request #4416 from vrurg/rakudo_4413 [772711ad] + Revert "Restore Pod6 E<> html entity support (#4397)" [6928d208] + Merge pull request #4426 from rakudo/revert-4397-htmlentities [2a13c31b] + Revert "Revert "Restore Pod6 E<> html entity support (#4397)"" [af50f628] + Merge pull request #4427 from raydiak/master [ad94ef1d] + Fix binary release set-env.* scripts with space in path [a4a46e3c] + Announce releases on rakudo.org again [d6dc3e0e] + Merge pull request #4431 from patrickbkr/release-announcements [f7e9b92d] + Make $() work properly on scalar values [dba9f56a] + Merge pull request #4425 from codesections-forks/unimatch [27929357] + Implement `last` with value (#4415) [402ea056] + Support all HTML5 entities (#4428) [910179d7] + Allow CTRL-c to stop entry in REPL (#4405) [cf7b4f18] + Add ⩶ and ⩵ as unicode synonyms for === and == (#4392) [eab780f3] + Tell people to encode in UTF-8 by default [944fc149] + Revert "Tell people to encode in UTF-8 by default" [96a1c494] + Revert "Revert "Tell people to encode in UTF-8 by default"" [14f2f05f] + Revert "Revert "Revert "Tell people to encode in UTF-8 by default""" [afab892d] + R:I:UnendingValue no longer a PredictiveIterator [917d674b] + Separate R:I:IntRange into two classes [03aef65c] + PredictiveIterator provides own push-until-lazy [7cf3927d] + Implement "next foo" [2542a0ac] + Merge pull request #4422 from patrickbkr/fix-4419 [6b186020] + Bump NQP for the latest MoarVM fixes [2bf59702] + Deprecate `status` method of `Proc` in place of exitcode` and `signal` (#4442) [249fdba2] + Test mkdir when parent was created but child fails (#4408) [a124df83] + Revert "Test mkdir when parent was created but child fails (#4408)" [a3b79397] + Merge pull request #4444 from rakudo/revert-4408-mkdir [3f5271bc] + Fix some errors WRT curried role typecheck lists (#4436) [1ed28638] + Use private version of Proc.status, not deprecated one (#4445) [2fd458cc] + Revert "Fix some errors WRT curried role typecheck lists (#4436)" [6dbe45ee] + Revert "Revert "Test mkdir when parent was created but child fails"" [5976e30e] + Merge pull request #4446 from rakudo/revert-4444-revert-4408-mkdir [1e6d93c2] + Abstract some SlippyIterator logic [bdc5092f] + Remove unneeded attribute from SlippyIterator [1bd0411c] + Reduce overhead of loops with phasers by at least 5% [5ecc8308] + Fix next/last with Slip as value [a5d81353] + Re-imagine IterateOneWithoutPhasers.pull-one [f2959ad5] + Narrow down test to loop phasers [7a1b729b] + Make .grep(Callable) about 3% faster [52ffc125] + Fix "next value" in .grep(Callable) with >1 argument [0761d4b2] + Missed one case of needing to use .has-loop-phasers [ddc7c9ff] + Improve performance of .grep(Callable) and cleanup [bb09bbb8] + Lose one level of indirection with .map [38626c68] + Optimize .sink-all on map iterators without phasers [265888ce] + Make sure we don't sink values in .grep(Callable) [71f6bada] + Fix `rakuw.exe` to be a non-console app [57885f66] + Make for / map with 2+ args up to 2x as fast [4c417f31] + Reimagine IterateTwoWithoutPhasers [4f5fb9e6] + Merge pull request #4391 from Kaiepi/socket-cleanup [68b08a35] + Various for / map iterator cleanups [bfa6b295] + Add SlippyIterator.(push-)control-payload methods [9c69b7d5] + Make some more use of the new SlippyIterator methods [941349d0] + Re-imagine IterateOneWithoutPhaser.pull-one [eae82f09] + Rework IterateOneWithoutPhaser.push-all a bit [d8281722] + IterateOneWithPhasers handles empty iterators 20% faster [2efe4302] + Remove Slip thinko [7f5f60e8] + Fix CURI probing on Windows [2839cef6] + Revert "Rework IterateOneWithoutPhaser.push-all a bit" [271b64f0] + Merge pull request #4452 from patrickbkr/fix-win-install-write-protected [798878cd] + Merge pull request #4451 from rakudo/windowed-rakuw [6eea2621] + Fix installation to to-be-created CURIS on Windows (#4461) [d668d992] + Revert "Make $() work properly on scalar values" [b0caab5b] + Make "next/last foo" a v6.e feature [47ebc86c] + Oops, forgot to add the actual file, vrurg++ [a2faac4b] + Make sure .grep knows about next/last foo [e777fc4f] + Bump NQP for the latest NQP / MoarVM goodies [853dc393] + Make Uni cmp Uni work [39ba8884] + Add native array candidates for infix:<cmp> [76714ca4] + Add infix:<cmp> candidates for Iterator and Seq [f3ff0621] + Make List cmp List about 25% faster [50bd1717]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment