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

Bazel BSP support #420

Open
harpocrates opened this issue Feb 23, 2025 · 2 comments
Open

Bazel BSP support #420

harpocrates opened this issue Feb 23, 2025 · 2 comments

Comments

@harpocrates
Copy link

I was in the process of migrating a Scala Bazel codebase to use bazel-bsp and accidentally stumbled on the fact that it seems that JetBrains is planning on completely discontinuing that project JetBrains/hirschgarten#223!

Any chance something could be forked under scalameta? The parts that matter to Metals could use some love, but are also relatively simple.

  • Bazel aspects get used for extracting out a model of the build graph
  • The actual build server then answers most queries using that graph or else by shelling out to bazel

I'm not sure if there are active consumers for the non Java/Scala parts - if that helps, we could consider taking those out.

@tgodzik
Copy link
Contributor

tgodzik commented Feb 23, 2025

Thanks for letting us know. That's quite unfortunate since we were piggybacking on the fact they decided to use BSP. I think it might be worth to help out with https://github.com/ValdemarGr/mezel instead which is written in Scala. The JetBrains codebase is in Kotlin, so less know to Scala developers and also quite big to continue supporting by us 🤔

On the other hand Mezel is one person project, so might be less mature overall. I certainly need to think about this.

@harpocrates
Copy link
Author

harpocrates commented Feb 23, 2025 via email

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

No branches or pull requests

2 participants