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

Upgrade to commander 7 #486

Merged
merged 4 commits into from
Jan 15, 2021
Merged

Upgrade to commander 7 #486

merged 4 commits into from
Jan 15, 2021

Conversation

lydell
Copy link
Collaborator

@lydell lydell commented Jan 15, 2021

This allows getting rid of all workarounds we had for commander.

@lydell lydell marked this pull request as ready for review January 15, 2021 16:54
Copy link
Collaborator

@harrysarson harrysarson 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 (with a regression test)! Thanks :)

lib/elm-test.js Show resolved Hide resolved
FindTests.resolveGlobs(
testFileGlobs.length === 0 ? [project.testsDir] : testFileGlobs,
project.rootDir
),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could we add a unit test?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Added! 👍

@harrysarson harrysarson added the status: waiting for author Review comments need addressing. label Jan 15, 2021
@harrysarson
Copy link
Collaborator

Does the elm make test fail without the fix? And does the readme need updating? Otherwise we are good to merge :)

@lydell
Copy link
Collaborator Author

lydell commented Jan 15, 2021

Does the elm make test fail without the fix?

Yes, I tried it without the fix and they failed with the expected error messages.

does the readme need updating?

I don’t think so. Was there anything in particular you were thinking about? Either way, I’ll update the readme PR (#473) after this is merged to fix conflicts and see if there’s any more syncing to do.

@harrysarson harrysarson merged commit fbb6f2a into rtfeldman:master Jan 15, 2021
@harrysarson
Copy link
Collaborator

I was thinking that we embed the help output in the readme. However, that is probably only true in #473.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting for author Review comments need addressing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants