-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Issue 1267 - Remove .success_type and .failure_type #1677
Conversation
typesafety/test_io/test_ioresult_container/test_ioresult_helpers.yml
Outdated
Show resolved
Hide resolved
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.
Thanks for your contribution @ducdetronquito!
Codecov Report
@@ Coverage Diff @@
## master #1677 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 80 80
Lines 2497 2485 -12
Branches 437 437
=========================================
- Hits 2497 2485 -12
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Hi @thepabloaguilar , Thank you for your review ! I made the requested changes in a dedicated commit to ease your review but if you prefer I can edit the original commits. Have a nice day ! |
CHANGELOG.md
Outdated
|
||
### Misc | ||
|
||
- *Breaking*: Remove `Result.success_type` and `Result.failure_type` |
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.
Let's list all removed items in a single point
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.
I made the change in a new commit
CHANGELOG.md
Outdated
@@ -6,6 +6,12 @@ incremental in minor, bugfixes only are patches. | |||
See [0Ver](https://0ver.org/). | |||
|
|||
|
|||
## 0.23.0 WIP |
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.
Let's make it 1.0.0 WIP
:)
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.
Oh, 1.0.0 already? 👀
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.
Done deal :D
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.
Thank you!
I have made things!
Checklist
CHANGELOG.md
Related issues
.success_type
and.failure_type
#1267The process to start contributing is very clear: it's nice when it's easy to get started :)