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

Update Go installation and add in parser files (#1582) #1624

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

jrgemignani
Copy link
Contributor

Updated Go installation and added in built parser files.

While the parser files can be built by the user, there may be instances where the user doesn't have the ability to do so. For the latter case, they have been added.

modified:   drivers/golang/go.mod
modified:   drivers/golang/go.sum

new file:   drivers/golang/parser/age_base_listener.go
new file:   drivers/golang/parser/age_base_visitor.go
new file:   drivers/golang/parser/age_lexer.go
new file:   drivers/golang/parser/age_listener.go
new file:   drivers/golang/parser/age_parser.go
new file:   drivers/golang/parser/age_visitor.go

This addresses issue #1455

Updated Go installation and added in built parser files.

While the parser files can be built by the user, there may
be instances where the user doesn't have the ability to do so.
For the latter case, they have been added.

    modified:   drivers/golang/go.mod
    modified:   drivers/golang/go.sum

    new file:   drivers/golang/parser/age_base_listener.go
    new file:   drivers/golang/parser/age_base_visitor.go
    new file:   drivers/golang/parser/age_lexer.go
    new file:   drivers/golang/parser/age_listener.go
    new file:   drivers/golang/parser/age_parser.go
    new file:   drivers/golang/parser/age_visitor.go

This addresses issue apache#1455
Copy link
Member

@dehowef dehowef left a comment

Choose a reason for hiding this comment

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

Great addition

@dehowef dehowef merged commit c8e0e09 into apache:PG12 Feb 21, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PG12 PostgreSQL12
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants