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

Rewrite discover.ml #699

Merged
merged 1 commit into from
Aug 4, 2019
Merged

Rewrite discover.ml #699

merged 1 commit into from
Aug 4, 2019

Conversation

aantron
Copy link
Collaborator

@aantron aantron commented Aug 4, 2019

Our current discover.ml is pretty confusing. In addition, we have a separate configure.ml for passing options to it, but which also does some discovery. This PR cleans the situation up.

  • There is now only discover.ml. I kept configure.ml around for compatibility, and will open an issue about removing it in 5.0.0.
  • discover.ml is reorganized, with a big comment on top. It should now be much easier to add feature tests.
  • I took the opportunity to use Configurator.

cc @XVilka After I merge this, I'll post some links in #696 directly to what you can edit to add features tests :)

@aantron aantron merged commit e4f70d6 into master Aug 4, 2019
@aantron aantron mentioned this pull request Aug 4, 2019
@aantron aantron deleted the configurator branch August 4, 2019 15:00
@aantron aantron mentioned this pull request Aug 4, 2019
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

1 participant