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

Simplify import typings #622

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

andrelfpinto
Copy link

The logic in ImportTypings is used inside the sbt plugin. cli.Main uses almost the same logic, as well the mill plugin.
This PR tries to refactor all in one place.

The logic in ImportTypings is used inside the sbt plugin. cli.Main uses
almost the same logic, as well the mill plugin.
This is the first step to refactor all in one place.
Successes was the only type to use Dep.Concrete, and only in
ImportTypings. Results and Failures use PublishedSbtProject, as well as
Successes in cli.Main.
Extract part of ImportTypings as ImportTypingsUtil in importer-portable.
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.

1 participant