You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bazel for fast incremental rebuilds and module query system
dhall for converting and spread configuration to targets, like nix, bazel.
Features & Integration
ide integration - bazel does not work pretty well with ide's - there is custom pom generation based on bazel-tools/pom.bzl which generate local deps as well, so from ide perspective all are treated as maven dependencies
Assumptions
each module can carry some binary
each module can produce docker
modules can be referenced locally and autocompletion works from ide perspective