marcohu / rules_antlr

ANTLR rules for Bazel
Apache License 2.0
26 stars 36 forks source link

Fix failure when traversing unrelated output files #2

Closed rdnetto4 closed 5 years ago

rdnetto4 commented 5 years ago

This PR fixes a bug where rules_antlr would error out when traversing output files unrelated to Antlr.

vmax commented 5 years ago

@marcohu this change would be very appreciated in the upstream. Could you look into merging it?

marcohu commented 5 years ago

I've just pushed a fix for this issue: https://github.com/marcohu/rules_antlr/commit/24acfd8d0dd1963d02a88cc24470c68c35678752. Will do a new release hopefully later today.