-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release/3.4.12 minor #3623
Closed
Closed
release/3.4.12 minor #3623
Conversation
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
…re-3.7.2 Update scalafmt-core to 3.7.2 in series/3.x
Corrected handling of self-cancelation within `timeout`
Expand docs for Ref flatModify methods, and use them when appropriate
Added `cancelable`
Flake lock file updates: • Updated input 'typelevel-nix': 'github:typelevel/typelevel-nix/4fc06f6d24c1c92792083a1c98fef3cc0120b50a' (2023-02-20) → 'github:typelevel/typelevel-nix/8ddd5cee58a7fa73e2499f1631232f210ad03576' (2023-02-27) • Updated input 'typelevel-nix/devshell': 'github:numtide/devshell/6fe837bb4f540a1832522ec54604c453757836b2' (2023-02-07) → 'github:numtide/devshell/ace1138005c355c84806bbc66f3b7e6a31ecde52' (2023-02-26) • Updated input 'typelevel-nix/devshell/nixpkgs': 'github:NixOS/nixpkgs/5efc8ca954272c4376ac929f4c5ffefcc20551d5' (2022-01-28) → 'github:NixOS/nixpkgs/9952d6bc395f5841262b006fbace8dd7e143b634' (2023-02-26) • Updated input 'typelevel-nix/flake-utils': 'github:numtide/flake-utils/5aed5285a952e0b949eb3ba02c12fa4fcfef535f' (2022-11-02) → 'github:numtide/flake-utils/3db36a8b464d0c4532ba1c7dda728f4576d6d073' (2023-02-13) • Updated input 'typelevel-nix/nixpkgs': 'github:nixos/nixpkgs/6ccc4a59c3f1b56d039d93da52696633e641bc71' (2023-02-09) → 'github:nixos/nixpkgs/9952d6bc395f5841262b006fbace8dd7e143b634' (2023-02-26)
flake.lock: Update
Fix typo in `Resource` docs
Co-authored-by: catostrophe <40268503+catostrophe@users.noreply.github.com>
…port-failure Fix `IORuntimeBuilder` `failureReporter` config on JS
Setup dependabot for Docker CI image
Reset the global runtime when it is shutdown.
Flake lock file updates: • Updated input 'typelevel-nix': 'github:typelevel/typelevel-nix/a1f2cd62720f9043a4ad61363a06427c1e55f789' (2023-05-01) → 'github:typelevel/typelevel-nix/bb9774d68fa09d259f490c81546f36ec6774e96a' (2023-05-08) • Updated input 'typelevel-nix/nixpkgs': 'github:nixos/nixpkgs/8b3bc690e201c8d3cbd14633dbf3462a820e73f2' (2023-05-01) → 'github:nixos/nixpkgs/eb751d65225ec53de9cf3d88acbf08d275882389' (2023-05-07)
flake.lock: Update
Adjusted `Queue.synchronous` to include a two-phase commit
Catch stray exceptions in `uncancelable` body
Treat non-positive sleep durations as `cede`s
Fixed issue in which failing `uncancelable` would remain masked for one stage
Backport 3.4.11 into major branch
Pls ignore. Testing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WorkerThread
before sleepingWorkStealingThreadPool
extendsScheduler
RightUnit
instanceAsync#asyncPoll
for Consider anAsync
utility to encapsulate double-check registration #3087async_
's cancelation semanticsIOLocal#scope
BatchingMacrotaskExecutor
never
needs to be explicitly cancelablenever
Resource.cont
IORuntime
fromsleep
unhappy pathglobal
executorRef
.sbt prePR
SleepDrift
testblockOn
mechanism for integrated timersIOFiber#schedule
BatchingMacrotaskExecutor
implementationIO#voidError
IO#supervise
andIO#toResource
.IO#metered
.flatModify
is atomic in that if theRef
updates then the effect will be run.asyncCheckAttempt
inIODeferred#get
flatModify
entirely due to the controversy it causes pertaining to cancelability.executeBatchTask
anobject
BatchingMacrotaskExecutor
JSArrayQueue
JSArrayQueueSpec
isEmpty()
is side-effectfulJSArrayQueue
in batching ECqueueMicrotask
executeBatchTaskJSFunction
scope
functionIOLocal#scope
, revert AddIOLocal#scope
#3214testsNative/test
specificallyno_output_timeout
UnsafeUnbounded
UnsafeUnbounded
FailureSignal
anobject
, prefetch itIOApp
IODeferred
timeout
Resource#race
to match corrected semanticscancelable
delay
/blocking
cancelable
faqFileInputStream
IO(...)
forIO.blocking(...)
readLine
cancelable via stdin reader threadprintln
inIOFiber
IORuntimeBuilder
failureReporter
config on JSHotSwap
safe to concurrent accessContSpec
realWithRuntime
instead of newScheduler
AtomicCell#get
should not semantically blockgate
inevalModify
get
performance regressionMutex
#3554IO[Any]
Queue.synchronous
internals to simplify concurrent hand-offGlobalShutdown
test app on JSQueue.synchronous
to include a two-phase commitIO.uncancelable
uncancelable
bodyonError
cede
sdelay
local valuncancelable
would remain masked for one stage