Adam Scott
Adam Scott
> I'm a bit worried about this approach (restoring source code from AST) but overall the code looks good to me, excellent work! @dalexeev The popular code formatter Prettier for...
Currently working on making the build pass.
Shoutout to @Razoric480 who did the most of the job of that PR! :partying_face:
@dalexeev Working on point 3, the regression of the missing `pass`
> Once everyone else's points are addressed, I can give this a test on The Mirror's codebase before merging. It's likely that I will find a bunch of issues and...
> @dalexeev Working on point 3, the regression of the missing `pass` Done. 
> ### Minimal reproduction project > > no need Citing [CONTRIBUTING.md](https://github.com/godotengine/godot/blob/master/CONTRIBUTING.md#provide-a-simple-example-project): > To speed up our work, please upload a minimal project that isolates and reproduces the issue. This is...
@vnen @dalexeev Is it ready to be merged / stable enough in 4.1?
I put the milestone to 4.2 as this is a pending discussion. Thanks @dalexeev. I added this PR to [the PRs to team review](https://github.com/orgs/godotengine/projects/55).
Discussed during a GDScript Meeting. Here's the resolution that we agreed upon: - Concerning the issue about parent scope having a declaration, then used in the child scope before declaration:...