Skip to content
New issue

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

[error reporting] Correct bugs reported on Epoch #1038

Merged
merged 3 commits into from
Mar 14, 2022

Conversation

petervdonovan
Copy link
Collaborator

Fixes #1030.

These changes have been tested in Epoch and address two bugs: A missing leading '/' character in C error reporting, and the fact that for a reason unknown to me, some of the paths (sourced originally from the Ecore model, I believe) were prefixed with a segment named resource. The latter problem was patched downstream of its source because I was not optimistic that there would be a cleaner solution.

Thank you @cmnrd for answering some questions on this.

Copy link
Collaborator

@edwardalee edwardalee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good except for the suggested try...catch.

Copy link
Member

@lhstrh lhstrh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me; thanks for the fix!

@lhstrh lhstrh merged commit 5be0825 into master Mar 14, 2022
@lhstrh lhstrh deleted the error-reporting-imports branch March 14, 2022 02:54
@lhstrh lhstrh changed the title [error reporting] Correct bugs reported on Epoch. [error reporting] Correct bugs reported on Epoch Mar 17, 2022
@lhstrh lhstrh added the bug Something isn't working label Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EclipseErrorReporter reports errors in the wrong file
3 participants