Skip to content

keys should do the right autoPlugin dance #30

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

Closed
SethTisue opened this issue Jul 18, 2017 · 2 comments · Fixed by #55
Closed

keys should do the right autoPlugin dance #30

SethTisue opened this issue Jul 18, 2017 · 2 comments · Fixed by #55

Comments

@SethTisue
Copy link
Member

SethTisue commented Jul 18, 2017

so that e.g. this doesn't happen:

> show mimaPreviousVersion
[info] Some(1.0.6)
> set mimaPreviousVersion := None
<set>:1: error: not found: value mimaPreviousVersion
mimaPreviousVersion := None

(note set ScalaModulePlugin.mimaPreviousVersion := None works)

and that this isn't needed:

import ScalaModulePlugin._

@dwijnand describes the dance as "autoImport (or aliases, or mixed-in, or whatever)"

@dwijnand
Copy link
Member

@Philippus
Copy link
Member

If the goal is to not need the import, we would also need to move some vals (like disablePublishing) inside the autoImport object.

@lrytz lrytz closed this as completed in #55 Sep 12, 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 a pull request may close this issue.

3 participants