mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 20:55:44 +00:00
* with the unapply fixes * a bunch of pattern match fixes * fixed most of the failures * it runs * fix a couple of tests * all tests build * got some tests passing * all tests passing * dead code * more comments * another * dead code * a couple unnecessary ones * cleanup * remove guava dep
13 lines
312 B
Python
13 lines
312 B
Python
def scala_register_toolchains():
|
|
native.register_toolchains(
|
|
"//tools:unused_dependency_checker_error_and_opts_toolchain",
|
|
)
|
|
|
|
native.register_toolchains(
|
|
"//tools:custom_scalapb_deps_toolchain",
|
|
)
|
|
|
|
native.register_toolchains(
|
|
"//tools:custom_scalapb_toolchain",
|
|
)
|