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

can't visit ast.AsyncFor and the ast.raise will be passed #17

Open
ZJUFLS opened this issue Oct 19, 2021 · 2 comments
Open

can't visit ast.AsyncFor and the ast.raise will be passed #17

ZJUFLS opened this issue Oct 19, 2021 · 2 comments

Comments

@ZJUFLS
Copy link

ZJUFLS commented Oct 19, 2021

if there is a break in if statement, and if statement in async for statement, there will be a mistake says 'Found break not inside loop'
and ast.raise haven't be implemented.
how can I solve both of them?

@tristanlatr
Copy link

Try with the updated version packages with scalpel: https://github.com/SMAT-Lab/Scalpel

They added support for Raise statements as well as AsyncFor.

@liuhao230
Copy link

liuhao230 commented Oct 11, 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

No branches or pull requests

3 participants