feat: Add GetResult(expr, defThunk)#187
Merged
nojaf merged 4 commits intofsprojects:masterfrom Dec 13, 2023
Merged
Conversation
bartelink
commented
Nov 28, 2023
Member
Author
|
Workaround is carting around: |
nojaf
approved these changes
Dec 12, 2023
Merged
Collaborator
|
Could you add a release note and a new version for this? |
Member
Author
|
Sure, 6.1.3, or another number? |
Fell into same trap!
Collaborator
|
Not entirely sure, |
Member
Author
|
On reflection, I think the correct implementation may be a bit more involved... Give me a while before we merge it... |
Member
Author
Collaborator
|
I'm going to try another publish with this fix. |
Member
Author
|
Looks great, nice work (though I see my summary docs are lacking...) |
This was referenced Dec 14, 2023
bartelink
added a commit
to bartelink/Argu
that referenced
this pull request
Feb 19, 2024
* Add GetResult(expr, defThunk) * Update ParseResults.fs Fell into same trap! * Add changelog * Add exception trapping + tests
bartelink
added a commit
to bartelink/Argu
that referenced
this pull request
Feb 28, 2024
* Add GetResult(expr, defThunk) * Update ParseResults.fs Fell into same trap! * Add changelog * Add exception trapping + tests
This file contains hidden or 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
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.
Useful to defer computation work (or raising of an exception in the course of that) to look up a fallback where a parameter is missing