-
-
Notifications
You must be signed in to change notification settings - Fork 243
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 queue: minor #3620
Merged
Merged
Release queue: minor #3620
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
🦋 Changeset detectedLatest commit: a50c2cf The changes in this PR will be included in the next version bump. This PR includes changesets to release 32 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
github-actions
bot
force-pushed
the
next-minor
branch
10 times, most recently
from
September 18, 2024 22:57
774d856
to
a992f3b
Compare
github-actions
bot
force-pushed
the
next-minor
branch
17 times, most recently
from
September 23, 2024 23:03
afbfb70
to
4f67dcf
Compare
github-actions
bot
force-pushed
the
next-minor
branch
5 times, most recently
from
October 2, 2024 09:47
aebf20b
to
7c85829
Compare
github-actions
bot
force-pushed
the
next-minor
branch
5 times, most recently
from
October 6, 2024 22:12
2e85825
to
3f298fc
Compare
tim-smart
reviewed
Oct 6, 2024
* const result = Array.pad(arr, 6, 0) | ||
* assert.deepStrictEqual(result, [1, 2, 3, 0, 0, 0]) | ||
* | ||
* @since 3.8.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
* @since 3.8.4 | |
* @since 3.9.0 |
Co-authored-by: maksim.khramtsov <[email protected]>
Co-authored-by: maksim.khramtsov <[email protected]>
…e of `Effect<Runtime<R>, E, never>` (#3677)
Co-authored-by: maksim.khramtsov <[email protected]> Co-authored-by: Tim <[email protected]>
Co-authored-by: Tim <[email protected]>
Co-authored-by: maksim.khramtsov <[email protected]>
…Effect.provide (#3690) Co-authored-by: Tim <[email protected]> Co-authored-by: Patrick Roza <[email protected]>
github-actions
bot
force-pushed
the
next-minor
branch
from
October 6, 2024 23:46
3f298fc
to
a50c2cf
Compare
Merged
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.
Contains the following pull requests:
Resource<A, E>
andScopedRed<A>
is subtype ofEffect
. #3626Latch
implementsEffect<void>
with.await
semantics #3638isRegExp
type guard #3647Tuple.map
#3658Array.pad
#3660Pool
is subtype ofEffect
#3674Effect.mapAccum
&Array.mapAccum
preserve non-emptiness #3675Effect.provide(managedRuntime)
andManagedRuntime<R, E>
is subtype ofEffect<Runtime<R>, E, never>
#3677