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 deprecated gen-project command #1516

Closed
wants to merge 2 commits into from
Closed

Conversation

teamdandelion
Copy link
Contributor

The (untested, explicitly experimental) gen-project command is redundant
with the (tested, and intended for long-term support) init command.
Thus, I am removing it.

Test plan: yarn flow passes, and git grep gen-project has no hits.

The `sourcecred init` command sets up a `sourcecred.json`
file, which is currently just a serialized `Project`. This is based on
work in #1496, but is non-interactive instead.

This is a first step towards implementing the [instance system].

[instance system]: https://discourse.sourcecred.io/t/sourcecred-instance-system/244

Test plan:

This command is thoroughly tested by sharness tests; see
`sharness/test_cli_init.t`.

THanks to @wchargin for help with the sharness testing.
The (untested, explicitly experimental) gen-project command is redundant
with the (tested, and intended for long-term support) init command.
Thus, I am removing it.

Test plan: `yarn flow` passes, and `git grep gen-project` has no hits.
@teamdandelion
Copy link
Contributor Author

Closing until I prioritize #1515

@wchargin wchargin deleted the init-cleanup branch May 26, 2020 05:03
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