skvadrik / re2c

Lexer generator for C, C++, D, Go, Haskell, Java, JS, OCaml, Python, Rust, V and Zig.
https://re2c.org
Other
1.11k stars 173 forks source link

[bazel] Fix re2c_gen rule: remove a reference to an undefined variable #470

Closed egorich239 closed 9 months ago

egorich239 commented 9 months ago

Mainly [err_file] is an undefined variable. My buildifier also put some random white spaces, I hope it's okay.

Probably some tl&c would be worth it, converting to bazel module, but that's for another day.

skvadrik commented 9 months ago

Thanks for the fix!

I would prefer a more descriptive commit message (something like you wrote in the PR description), but ok to leave as is for such a small change.