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

Re-write/Fix antlr-utils #1263

Merged
merged 13 commits into from
Sep 25, 2023
Merged

Re-write/Fix antlr-utils #1263

merged 13 commits into from
Sep 25, 2023

Conversation

brodmo
Copy link
Contributor

@brodmo brodmo commented Aug 25, 2023

The existing antrl-utils lacks some critical functionality (support for listeners, updating semantics upon adding tokens) and is, in my eyes, a bit more complicated than necessary. This pull request adds the missing functionality, streamlines the interface, and simplifies the internal code.

@brodmo brodmo force-pushed the antlr-utils-rewrite branch from 1b965b7 to ef9dce3 Compare August 25, 2023 12:58
@tsaglam tsaglam requested a review from a team August 28, 2023 08:48
@tsaglam tsaglam added enhancement Issue/PR that involves features, improvements and other changes minor Minor issue/feature/contribution/change language PR / Issue deals (partly) with new and/or existing languages for JPlag labels Aug 28, 2023
Copy link
Contributor

@TwoOfTwelve TwoOfTwelve left a comment

Choose a reason for hiding this comment

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

Looks really good. I should have done a lot of this in the first place.

@brodmo brodmo force-pushed the antlr-utils-rewrite branch from 6258e95 to cc156ec Compare August 28, 2023 15:28
Copy link
Member

@tsaglam tsaglam left a comment

Choose a reason for hiding this comment

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

Just a few minor things, but besides them, this PR is ready to merge.

Copy link
Member

@Kr0nox Kr0nox left a comment

Choose a reason for hiding this comment

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

The Typescript Listener will also have to be adjusted

@brodmo brodmo force-pushed the antlr-utils-rewrite branch from ea7da49 to 3efd496 Compare September 13, 2023 12:01
@sonarqubecloud
Copy link

[JPlag Plagiarism Detector] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

94.2% 94.2% Coverage
0.0% 0.0% Duplication

@brodmo
Copy link
Contributor Author

brodmo commented Sep 13, 2023

Should be ready now, sorry for the delay

@tsaglam tsaglam merged commit 8abdb4c into jplag:develop Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issue/PR that involves features, improvements and other changes language PR / Issue deals (partly) with new and/or existing languages for JPlag minor Minor issue/feature/contribution/change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants