bazelbuild / BUILD_file_generator

Generate BUILD files for your Java files
Apache License 2.0
39 stars 19 forks source link

Adding graph nodes for all targets found to ensure that BUILD files a… #33

Open greggdonovan opened 6 years ago

greggdonovan commented 6 years ago

…re generated for disconnected targets.

cgrushko commented 6 years ago

This PR would fix a bug where we didn't generate rules for java files without any dependency edges, right? EDIT: if that's the case, might be worth calling this out explicitly in the commit message.

greggdonovan commented 6 years ago

@cgrushko That's exactly right. E.g.: in the "Hello, world" e2e test there's only 1 target, so there are no edges. Without a node for that single target, no BUILD files are generated.