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

Markdown parsing bug search #89

Merged
merged 4 commits into from
Oct 11, 2019
Merged

Markdown parsing bug search #89

merged 4 commits into from
Oct 11, 2019

Conversation

BrianHicks
Copy link
Contributor

This is one way to fix the problem in #88. Turns out the file index was always 0 for all Markdown suites. That meant that they would get overwritten! Whoops.

That said, I'm not sure this is the best way to fix this. For example:

  • all test suites end up being named like Test_0_{X}.elm—the 0 stays constant even though it now has a unique filename. Maybe we should discard the file index here since Markdown files can't have multiple functions?
  • the tests I added (pairing with @juanedi) are deleted when running package tests. Whoops! I'm not sure of a better place to add tests, though.

Copy link
Owner

@stoeffel stoeffel left a comment

Choose a reason for hiding this comment

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

Thanks!

@stoeffel stoeffel merged commit 2097f45 into stoeffel:master Oct 11, 2019
@stoeffel
Copy link
Owner

@BrianHicks published with 4.0.2

@BrianHicks
Copy link
Contributor Author

BrianHicks commented Oct 11, 2019 via email

@BrianHicks BrianHicks deleted the markdown-parsing-bug-search branch January 21, 2021 02:11
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.

2 participants