Skip to content
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

safeTry should not require .safeUnwrap() #589

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

dmmulroy
Copy link
Contributor

@dmmulroy dmmulroy commented Oct 9, 2024

Resolves #580

edit: Had to bump jest versions for support in using toBeEqual() on classes/objects w/ [Symbol.itereator]() and [Symbol.asyncIterator]()

CC: @mattpocock @m-shaka @supermacro

Copy link

changeset-bot bot commented Oct 9, 2024

🦋 Changeset detected

Latest commit: da80693

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
neverthrow Minor

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

@dmmulroy dmmulroy force-pushed the dmmulroy/symbol-iterator branch from 8dbc806 to 88ebd46 Compare October 9, 2024 13:17
@dmmulroy dmmulroy force-pushed the dmmulroy/symbol-iterator branch 4 times, most recently from eb0e07c to c7d58a0 Compare October 11, 2024 16:51
@dmmulroy dmmulroy requested a review from m-shaka October 11, 2024 16:51
@dmmulroy dmmulroy force-pushed the dmmulroy/symbol-iterator branch from c7d58a0 to 4d3199c Compare October 15, 2024 11:33
@dmmulroy dmmulroy force-pushed the dmmulroy/symbol-iterator branch from 4d3199c to 609b398 Compare October 15, 2024 11:46
@dmmulroy dmmulroy requested a review from m-shaka October 16, 2024 11:33
Copy link
Collaborator

@m-shaka m-shaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but CI failed again 😢

@dmmulroy dmmulroy requested a review from m-shaka October 18, 2024 12:06
@dmmulroy
Copy link
Contributor Author

LGTM, but CI failed again 😢

@m-shaka I missed a , in the eslint-ignore 😭 - fixed and pushed though haha

@supermacro supermacro merged commit 86832fe into supermacro:master Oct 23, 2024
8 checks passed
@github-actions github-actions bot mentioned this pull request Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature request] safeTry should not require .safeUnwrap()
3 participants