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

New remote interface BuildTargetLink #678

Open
2 of 4 tasks
KristianAN opened this issue Jun 9, 2024 · 1 comment
Open
2 of 4 tasks

New remote interface BuildTargetLink #678

KristianAN opened this issue Jun 9, 2024 · 1 comment

Comments

@KristianAN
Copy link

KristianAN commented Jun 9, 2024

Describe the use-case for this feature

As it is now it is not possible to do the sbt equivalent of fullLinkJS/fastLinkJS in sbt when integrating with BSP + bloop. Bloop has support for this through the link command.

This might also be relevant in the future in regards to Kotlin and KMP (although I know nothing about that besides it also compiles to JS/wasm/LLVM.

What do you propose

An interface similar to BuildTargetTest/Run for linker tasks.

I've checked to make sure there isn't already a way to support this in the current protocol

  • I've checked the existing protocol and there isn't a way to do this currently

Maintainer approval (This is for the maintainers)

  • Jetbrains
  • Metals
  • Scala Center
@KristianAN
Copy link
Author

There is also the possibility to do this through buildtargetcompile by passing information about linking through the CompileParams - arguments.

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

1 participant