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

Remove Empty option handling to fix issue 32 #52

Closed
wants to merge 1 commit into from
Closed

Remove Empty option handling to fix issue 32 #52

wants to merge 1 commit into from

Conversation

jburnett
Copy link

The change in RegExp.cs fixes issue 32 by ignoring RegExpOptions.Empty during parsing. Added repo case to XegerTests.cs.
I included the changes target framework I used on MacOS, but you can skip them & test w/.NET Fx and older netcore.

@moodmosaic
Copy link
Owner

Thank you! I'll try this in a few fairly sized, internal, codebases that make use of Fare and let you know whether this breaks something or not.

If all goes fine, this should be merged over the next few days and released on NuGet as well. 🚀

Src/Fare/Fare.csproj Show resolved Hide resolved
Src/Fare/RegExp.cs Show resolved Hide resolved
Copy link
Owner

@moodmosaic moodmosaic left a comment

Choose a reason for hiding this comment

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

Looking good 😍 Happy to merge as soon as the changes in both .csproj files are reverted so that we don't break other people's code/builds.

I can undo those small changes myself if you want, but might take me a while. (I'm busy at the moment.)

@jburnett
Copy link
Author

I'll create a new PR to make it easy.

@jburnett jburnett closed this Mar 11, 2020
@moodmosaic
Copy link
Owner

Sounds good! Thank you, @jburnett.

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.

None yet

2 participants