We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Understanding compilation errors in the zpp output can be challenging because of mismatching line numbers.
C family languages support #line directives. Those can be used to re-sync the compiler diagnostics to the pre-zpp input file.
#line
I have a prototype implementation in gysela merge 633.
The text was updated successfully, but these errors were encountered:
Adding #line directive would indeed be a really good thing, I'd definitely accept a PR
Sorry, something went wrong.
No branches or pull requests
Understanding compilation errors in the zpp output can be challenging because of mismatching line numbers.
C family languages support
#line
directives. Those can be used to re-sync thecompiler diagnostics to the pre-zpp input file.
I have a prototype implementation in gysela merge 633.
The text was updated successfully, but these errors were encountered: