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

Look for ParseExceptionResult marker instead of instanceof ParserError #316

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

timtebeek
Copy link
Contributor

What's changed?

Previously we looked at source instanceof ParseError, but there might be cases in the future where a file parsed correctly, but got assigned a marker for a different reason. Up to now that had been exclusive to Maven files, but figured it good to support here as well.

What's your motivation?

Over on the Maven side we saw files silently having error markers, with no indication that they failed to resolve. This ensures if that happens for files that show in the Gradle side of things then we are ready to show those here as well.

Any additional context

@timtebeek timtebeek added the enhancement New feature or request label Aug 9, 2024
@timtebeek timtebeek requested review from shanman190 and nmck257 August 9, 2024 17:26
@timtebeek timtebeek self-assigned this Aug 9, 2024
@shanman190 shanman190 merged commit 4dc14a5 into main Aug 9, 2024
1 check passed
@shanman190 shanman190 deleted the look-for-ParseExceptionResult-marker-instead branch August 9, 2024 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants