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
SECTIONS
As per issue #55, the GCC parser crashes and burns with an enigmatic NullPointerException if the SECTIONS block is missing from the parsed file.
This should be caught and a more meaningful error thrown.
The text was updated successfully, but these errors were encountered:
Throw a more descriptive error when sectionString is null
be83e90
This addresses issue #57
No branches or pull requests
As per issue #55, the GCC parser crashes and burns with an enigmatic NullPointerException if the
SECTIONS
block is missing from the parsed file.This should be caught and a more meaningful error thrown.
The text was updated successfully, but these errors were encountered: