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

Add improvements to sbt plugin and migrate to .bloop #411

Merged
merged 5 commits into from
Mar 30, 2018

Conversation

jvican
Copy link
Contributor

@jvican jvican commented Mar 29, 2018

I noticed that our integrationSetUpBloop was displaying logs with the
paths shortened, when they shouldn't because all the configuration files
are written in the staging sbt directory (because they are source deps).
This commit fixes it.

I noticed that our `integrationSetUpBloop` was displaying logs with the
paths shortened, when they shouldn't because all the configuration files
are written in the staging sbt directory (because they are source deps). This commit fixes it.
@@ -60,6 +60,7 @@ object PluginImplementation {
// We create build setting proxies to global settings so that we get autocompletion (sbt bug)
val buildSettings: Seq[Def.Setting[_]] = List(
BloopKeys.bloopInstall := BloopKeys.bloopInstall.in(Global).value,
// Bloop users: Do NEVER override this setting as a user if you want it to work
Copy link
Collaborator

Choose a reason for hiding this comment

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

This should probably be in the documentation, no?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We don't have docs for this yet. Do you want me to add them?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just added them.

@jvican jvican force-pushed the topic/fix-export-sbt branch 4 times, most recently from 9b7ce82 to 6ca16d7 Compare March 29, 2018 12:01
@jvican jvican added enhancement docs integrations install configuration format Assigned to any ticket or pull request that will change the configuration file format. labels Mar 29, 2018
From now on, every configuration directory in the community build has
the schema version embedded in the path to prevent copy-pasting issues
when the caches are regenerated for new configuration format changes.
@jvican jvican changed the title Don't shorten paths for configuration in source deps Add small improvements to sbt plugin and migrate to .bloop Mar 29, 2018
@jvican jvican changed the title Add small improvements to sbt plugin and migrate to .bloop Add improvements to sbt plugin and migrate to .bloop Mar 29, 2018
@jvican
Copy link
Contributor Author

jvican commented Mar 30, 2018

I need this for #413 and the JSON configuration changes, so I'm merging for now. @Duhemm Please do raise questions or provide comments if something is not clear. I double checked all the code and the configuration files pass, as well as the community build.

@jvican jvican merged commit 45d4645 into master Mar 30, 2018
@tgodzik tgodzik deleted the topic/fix-export-sbt branch September 7, 2021 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
configuration format Assigned to any ticket or pull request that will change the configuration file format. docs enhancement install integrations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants