google / gematria

Machine learning for machine code.
Apache License 2.0
76 stars 11 forks source link

Add layering check/header parsing to bazel flags #200

Closed boomanaiden154 closed 2 months ago

boomanaiden154 commented 2 months ago

Adding a features = ["layering_check"] to all our packages incrementally (and eventually somewhere common) would be ideal. It would prevent any transitive dependency issues and would also make imports into google3 easier where this check is enabled by default.

boomanaiden154 commented 2 months ago

All of the core packages have this enabled now, closing.