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

Don't be as strict about solution delimeters #614

Merged
merged 1 commit into from
Jan 6, 2017

Conversation

jhamrick
Copy link
Member

@jhamrick jhamrick commented Jan 6, 2017

Fixes #551 and fixes #422

I didn't explicitly include fuzzy string checking for #422 but that's because the delimeters are actually pretty close, so this is difficult to do -- for example, "BEGIN SOLUTION" and "END SOLUTION" actually share a large amount of text because of the "SOLUTION" part. But, I think being able to be flexible about everything else (e.g. comment marks) will still be sufficient for that.

cc @dsblank

@jhamrick jhamrick added this to the 0.4.0 milestone Jan 6, 2017
@dsblank
Copy link
Member

dsblank commented Jan 6, 2017

Less code, more power! Win win! Thanks... look forward to trying this!

@jhamrick jhamrick merged commit 7fef9b6 into jupyter:master Jan 6, 2017
@jhamrick jhamrick deleted the solution-region-delimeters branch January 6, 2017 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Be more flexible in finding solution delimeters Fuzzy string checking for begin/end solution regions
2 participants