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
Description
Generate a large large file:
for i in $(seq 1 100000); do echo "int i$i;" >> a.c; done
Run cnip:
./cnip a.c
Get the error:
cnip: preprocessor invocation failed
Version
commit cb578e9d10c2cc67980e9f383f9afd542f784e17 (HEAD -> master, origin/master, origin/HEAD) Author: Leandro T. C. Melo <[email protected]> Date: Mon Feb 22 10:24:11 2021 -0300 add Psyche-C logo
Expected behavior
I would expect cnip run without any error.
The text was updated successfully, but these errors were encountered:
It looks like this was fixed in:
* 21717af
but the build was broken, so works as of:
* 847c471
Currently this is hidden under the --cc-pp option, but still reproduces if you use --cc-pp.
--cc-pp
Sorry, something went wrong.
Implementing support for preprocessing large files ltcmelo#9
fe6248e
Signed-off-by: Andrew V. Jones <[email protected]>
No branches or pull requests
Description
Generate a large large file:
Run cnip:
Get the error:
Version
Expected behavior
I would expect cnip run without any error.
The text was updated successfully, but these errors were encountered: