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

Fix annotated assignment Act block search #123

Merged
merged 8 commits into from
Feb 13, 2020
Merged

Conversation

jamescooke
Copy link
Owner

As per #122 , annotated assignment act blocks were not found: result: int = add(x, y).

This PR adjusts the Act node search to inspect the AST, rather than just look for result = at the start of the line.

@jamescooke jamescooke merged commit 7f93c93 into master Feb 13, 2020
@jamescooke jamescooke deleted the type-assertions-bug branch February 13, 2020 10:03
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.

1 participant