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

feat: add intialize and finalize for AstAnalyser.analyze API #269

Merged
merged 5 commits into from
May 16, 2024

Conversation

tony-go
Copy link
Member

@tony-go tony-go commented May 15, 2024

Fixes #268

Signed-off-by: Tony Gorez [email protected]

@tony-go
Copy link
Member Author

tony-go commented May 15, 2024

All tests should failed, I'd like to confirm that we are okay with the API first.

@tony-go tony-go requested review from fraxken, PierreDemailly and a team and removed request for fraxken May 15, 2024 17:37
README.md Show resolved Hide resolved
@fraxken
Copy link
Member

fraxken commented May 15, 2024

Note: we need the same for analyseFile (it use analyse but interfaces/options should be the same)

@tony-go
Copy link
Member Author

tony-go commented May 16, 2024

Hey @fraxken could you PTAL?

Note: we need the same for analyseFile (it use analyse but interfaces/options should be the same)

Lets do it into a subsequent PR, if you don't mind.

@tony-go tony-go marked this pull request as ready for review May 16, 2024 09:42
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.

[AstAnalyser] Add initialize and finalize callback to manipulate SourceFile
2 participants