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

[sbt 2.0] Cross-build sbt-bloop with the 2.x milestones (Scala 3) #2455

Open
kubukoz opened this issue Oct 5, 2024 · 0 comments
Open

[sbt 2.0] Cross-build sbt-bloop with the 2.x milestones (Scala 3) #2455

kubukoz opened this issue Oct 5, 2024 · 0 comments

Comments

@kubukoz
Copy link
Contributor

kubukoz commented Oct 5, 2024

Context:

I did a first attempt to see how much is left: https://gist.github.com/kubukoz/af49151a8d27620f1dff556754297c39 , current issues look like:

  • missing parens around lambda parameters with a type
  • in syntax is still used instead of /
  • some legit issues / renames like value Pure is not a member of sbt
  • some file-related stuff, presumably because of sbt's new approach to remote caching
  • missing givens, import sbt.given will likely be necessary
  • indent warning, could be a false positive
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