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

feat(ParseResults): Add PostProcess->GetResult aliases #230

Merged
merged 6 commits into from Feb 19, 2024

Conversation

bartelink
Copy link
Member

@bartelink bartelink commented Feb 19, 2024

  • Alias the 3 *PostProcess* functions as a *GetResult* (originals will be Obsoleted in V7, and removed in V8)
  • Add 2 new overloads for defaulting GetResult that take a parser whose exceptions are trapped

resolves #211

@bartelink bartelink changed the title feat(*PostProcess*): Add *GetResult* aliases feat(ParseResults): Add PostProcess->GetResult aliases Feb 19, 2024
@bartelink bartelink marked this pull request as ready for review February 19, 2024 02:55
Copy link
Collaborator

@nojaf nojaf left a comment

Choose a reason for hiding this comment

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

Looks good! Thanks

RELEASE_NOTES.md Outdated Show resolved Hide resolved
@bartelink bartelink force-pushed the post-post-process branch 2 times, most recently from c30098c to a122c03 Compare February 19, 2024 11:06
@bartelink bartelink force-pushed the post-post-process branch 4 times, most recently from 13705e1 to 8c407de Compare February 19, 2024 11:46
@bartelink bartelink merged commit 1dc67c9 into fsprojects:master Feb 19, 2024
4 checks passed
@bartelink bartelink deleted the post-post-process branch February 19, 2024 11:53
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.

feat(ParseResults): Alias *PostProcessResult* -> *GetResult*
2 participants