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

upgrade to depend on module antlr/v4 #26

Merged
merged 1 commit into from
Sep 20, 2022

Conversation

juliandanciu
Copy link
Contributor

This updates the go module to depend on the v4 version of the antlr module.

go test ./... passes

Relevant antlr commits:

antlr/antlr4@69fdc2f
antlr/antlr4@b9d975a

@juliandanciu
Copy link
Contributor Author

👋🏼 Hello @nikunjy. Would you be able to review this pull request? I'm having some problems because antlr broke compatibility without updating major versions earlier.

@nikunjy nikunjy self-requested a review September 20, 2022 03:23
@nikunjy
Copy link
Owner

nikunjy commented Sep 20, 2022

I upgraded version of golang. the workflow was failing with your changes but now it should pass.

Rebasing and running the tests.

@nikunjy nikunjy force-pushed the upgrade-to-antlr-v4 branch from dcfc843 to dabe600 Compare September 20, 2022 03:32
@nikunjy nikunjy merged commit 71e8e56 into nikunjy:master Sep 20, 2022
@juliandanciu
Copy link
Contributor Author

@nikunjy Thanks!

If you are bumping the major version, does that mean the module path will need to change in go.mod?
module github.com/nikunjy/rules/v2 ?

@nikunjy
Copy link
Owner

nikunjy commented Sep 20, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants