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
npm, pip etc. are clearly stronger domains than assemble and deploy. This gives us maven_assemble.
Now, assemble and deploy are verbs, which does not really fit the paradigms of a declarative language like Bazel.
So the refactor we're leaning towards is:
assemble_maven => maven_assembly
deploy_maven => maven_deployment
assemble_pip => pip_assembly
deploy_npm => npm_deployment
(and so on and so forth.)
alexjpwalker
changed the title
assemble and deploy: Package structure not aligned with rule names
Rename all assemble and deploy rules: maven_assembly; npm_deployment, etc.
Jan 11, 2023
The top-level packages are named
npm
,pip
,maven
etc. while the rule names begin withassemble
anddeploy
- there is a misalignment here.The text was updated successfully, but these errors were encountered: