Closed caksoylar closed 1 week ago
By default pcpp writes any issues to stderr. keymap-drawer should override the on_error hook so that it can either ignore them, or log them more properly with #122.
on_error
https://ned14.github.io/pcpp/parser.html#pcpp.parser.PreprocessorHooks.on_error
Fixed by d3331b0
By default pcpp writes any issues to stderr. keymap-drawer should override the
on_error
hook so that it can either ignore them, or log them more properly with #122.https://ned14.github.io/pcpp/parser.html#pcpp.parser.PreprocessorHooks.on_error