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

chore: Remove java-debug and ignore updates for nailgun, release-early #1864

Merged
merged 1 commit into from
Nov 21, 2022

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Nov 21, 2022

javaDebug is brought in by scala-debug-adapter, so no need to define it here.

Nailgun version should fixed, since it's the one Bloop works with (dropping the fork would be awesome.)

Release-early should be replaced by sbt-ci-release so don't want to change the version and risk regression. Especially since it's not actively maintained.

…arly

javaDebug is brought in by scala-debug-adapter, so no need to define it here.

Nailgun version should fixed, since it's the one Bloop works with (dropping the fork would be awesome.)

Release-early should be replaced by sbt-ci-release so don't want to change the version and risk regression. Especially since it's not actively maintained.
@tgodzik tgodzik requested review from adpi2 and ckipp01 November 21, 2022 15:29
Copy link
Member

@ckipp01 ckipp01 left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -1,5 +1,7 @@
updates.ignore = [
{ groupId = "com.github.plokhotnyuk.jsoniter-scala" },
{ groupId = "ch.epfl.scala", artifactId = "nailgun-server" },
Copy link
Member

Choose a reason for hiding this comment

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

For some reason I always thought Bloop was using https://github.com/jvican/snailgun not yet another fork of nailgun. I'm curious how much changed in that fork and if the migration off it would be easy.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I need to investigate what's the best solution here, especially that the Bloop fork is also using snailgun I think.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Actually it does use snailgun 🤔

@@ -1,5 +1,7 @@
updates.ignore = [
{ groupId = "com.github.plokhotnyuk.jsoniter-scala" },
{ groupId = "ch.epfl.scala", artifactId = "nailgun-server" },
{ groupId = "ch.epfl.scala", artifactId = "sbt-release-early" }
Copy link
Member

@ckipp01 ckipp01 Nov 21, 2022

Choose a reason for hiding this comment

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

Haha know I see where the release-early came from in the Metals commit.

@tgodzik tgodzik merged commit 51347d0 into scalacenter:main Nov 21, 2022
@tgodzik tgodzik deleted the adjust-steward branch November 21, 2022 20:20
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

3 participants