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

AST validation after code instrumentation #3731

Open
pdelewski opened this issue Apr 18, 2023 · 0 comments
Open

AST validation after code instrumentation #3731

pdelewski opened this issue Apr 18, 2023 · 0 comments
Labels
area: instrgen Related to the instrgen package enhancement New feature or request

Comments

@pdelewski
Copy link
Member

Problem Statement

Currently code transformations are not validated against semantic correctness.

Proposed Solution

Use https://pkg.go.dev/golang.org/x/tools/go/loader package to check semantic correctness.
#3706

@pdelewski pdelewski added area: instrgen Related to the instrgen package enhancement New feature or request labels Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: instrgen Related to the instrgen package enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant