Replies: 1 comment 1 reply
-
We have some Scala rules internally, but they rely on pieces that haven't yet been open sourced (not because we don't want to, but because we haven't had time - CC @IanChilds who probably knows the latest state). Until that happens, it's probably very difficult to get things working. Building on the Bazel rules might be feasible, but I don't think anyone has done that yet, so very much unknown territory. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm a bit confused as to Buck2's support for scala rules. I notice that there's declarations for
scala_test
andscala_library
in the buck2-prelude, but the implementation is missing. I thought it might be as easy borrowing directly from the bazel community's rules_scala implementation, but I'm at a loss for how to start. Can anyone in the buck2 community point me to an example of a working minimal scala setup? Thank you!Beta Was this translation helpful? Give feedback.
All reactions