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

fixes #176 #177

Merged
merged 1 commit into from
Apr 15, 2022
Merged

fixes #176 #177

merged 1 commit into from
Apr 15, 2022

Conversation

TheAngryByrd
Copy link
Collaborator

Proposed Changes

fixes #176. needed to use the DefaultValue attribute on the Zero member of the CEs

Types of changes

What types of changes does your code introduce to FsToolkit.ErrorHandling?
Put an x in the boxes that apply and remove ones that don't apply

  • Bugfix (non-breaking change which fixes an issue)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • Build and tests pass locally
  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have added necessary documentation (if appropriate)

needed to use the DefaultValue attribute on the Zero member of the CEs
@TheAngryByrd TheAngryByrd force-pushed the 176-taskresult-breaks-bind-in-branching branch from c39d071 to 58ac323 Compare April 15, 2022 17:17
@TheAngryByrd TheAngryByrd merged commit 71f04ac into master Apr 15, 2022
TheAngryByrd added a commit that referenced this pull request Apr 15, 2022
- [Moves many functions to inline with InlineIfLambda for performance](#166) Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
- [Native Tasks for TaskResult, TaskOption, and TaskResultOption](#169) Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
- [Add explicit type parameters to ignore functions](#174) Credits [@cmeeren](https://github.com/cmeeren)
- [Adds CancellableTaskResult](#172) Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
- [Fixes TaskResultCE breaking with a bind in branching such as if](#177)  Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
TheAngryByrd added a commit that referenced this pull request Oct 14, 2022
- [Fixing stackoverflows in large while loops](#182) Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
- [Moves many functions to inline with InlineIfLambda for performance](#166) Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
- [Native Tasks for TaskResult, TaskOption, and TaskResultOption](#169) Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
- [Add explicit type parameters to ignore functions](#174) Credits [@cmeeren](https://github.com/cmeeren)
- [Adds CancellableTaskResult](#172) Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
- [Fixes TaskResultCE breaking with a bind in branching such as if](#177)  Credits [@TheAngryByrd](https://github.com/TheAngryByrd)
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.

TaskResultCE breaks with a bind in branching such as if
1 participant