-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix: type when merging optional properties of a record #452
Merged
RebeccaStevens
merged 1 commit into
main
from
05-12-fix_discriminated_unions_can_cause_incorrect_return_types
May 19, 2024
Merged
fix: type when merging optional properties of a record #452
RebeccaStevens
merged 1 commit into
main
from
05-12-fix_discriminated_unions_can_cause_incorrect_return_types
May 19, 2024
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
This was referenced May 12, 2024
RebeccaStevens
force-pushed
the
05-12-fix_discriminated_unions_can_cause_incorrect_return_types
branch
from
May 14, 2024 06:57
fd98a18
to
4ec666d
Compare
RebeccaStevens
changed the base branch from
05-10-feat_remove_deprecated_type_deepmergeleafhkt
to
05-14-perf_remove_blacklistedrecordprops
May 14, 2024 06:57
RebeccaStevens
force-pushed
the
05-14-perf_remove_blacklistedrecordprops
branch
from
May 14, 2024 07:58
da465e4
to
70d1c9b
Compare
RebeccaStevens
force-pushed
the
05-12-fix_discriminated_unions_can_cause_incorrect_return_types
branch
2 times, most recently
from
May 18, 2024 13:09
31136ea
to
35c0708
Compare
RebeccaStevens
changed the title
fix: discriminated unions can cause incorrect return types
fix: merging of optional properties of a record
May 19, 2024
RebeccaStevens
force-pushed
the
05-14-perf_remove_blacklistedrecordprops
branch
from
May 19, 2024 02:38
70d1c9b
to
c8fa7ca
Compare
RebeccaStevens
force-pushed
the
05-12-fix_discriminated_unions_can_cause_incorrect_return_types
branch
from
May 19, 2024 02:38
35c0708
to
a2b468a
Compare
RebeccaStevens
changed the title
fix: merging of optional properties of a record
fix: type when merging optional properties of a record
May 19, 2024
RebeccaStevens
force-pushed
the
05-12-fix_discriminated_unions_can_cause_incorrect_return_types
branch
from
May 19, 2024 02:44
a2b468a
to
0de2d83
Compare
RebeccaStevens
force-pushed
the
05-14-perf_remove_blacklistedrecordprops
branch
from
May 19, 2024 03:11
c8fa7ca
to
f308ca1
Compare
RebeccaStevens
force-pushed
the
05-12-fix_discriminated_unions_can_cause_incorrect_return_types
branch
from
May 19, 2024 03:11
0de2d83
to
c8d5d0a
Compare
RebeccaStevens
force-pushed
the
05-14-perf_remove_blacklistedrecordprops
branch
from
May 19, 2024 03:19
f308ca1
to
32d259c
Compare
RebeccaStevens
force-pushed
the
05-12-fix_discriminated_unions_can_cause_incorrect_return_types
branch
from
May 19, 2024 03:19
c8d5d0a
to
0b7aa02
Compare
RebeccaStevens
force-pushed
the
05-14-perf_remove_blacklistedrecordprops
branch
from
May 19, 2024 03:54
32d259c
to
0dd1c0d
Compare
RebeccaStevens
force-pushed
the
05-12-fix_discriminated_unions_can_cause_incorrect_return_types
branch
from
May 19, 2024 03:54
0b7aa02
to
64f59c8
Compare
RebeccaStevens
force-pushed
the
05-12-fix_discriminated_unions_can_cause_incorrect_return_types
branch
from
May 19, 2024 04:05
64f59c8
to
fdffcf7
Compare
RebeccaStevens
force-pushed
the
05-12-fix_discriminated_unions_can_cause_incorrect_return_types
branch
from
May 19, 2024 04:15
fdffcf7
to
726fb3e
Compare
RebeccaStevens
added
the
Status: Released on Next
It's now live on the next branch.
label
May 19, 2024
RebeccaStevens
force-pushed
the
05-14-perf_remove_blacklistedrecordprops
branch
from
May 19, 2024 10:45
0dd1c0d
to
6b10899
Compare
RebeccaStevens
force-pushed
the
05-12-fix_discriminated_unions_can_cause_incorrect_return_types
branch
from
May 19, 2024 10:45
726fb3e
to
02fcd3b
Compare
Merge activity
|
RebeccaStevens
force-pushed
the
05-14-perf_remove_blacklistedrecordprops
branch
from
May 19, 2024 11:06
6b10899
to
33c7901
Compare
RebeccaStevens
force-pushed
the
05-12-fix_discriminated_unions_can_cause_incorrect_return_types
branch
from
May 19, 2024 11:08
02fcd3b
to
297b3e6
Compare
RebeccaStevens
deleted the
05-12-fix_discriminated_unions_can_cause_incorrect_return_types
branch
May 19, 2024 11:10
🎉 This PR is included in version 6.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
fix #451