Adam Scott

Results 116 comments of 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...

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. ![image](https://github.com/godotengine/godot/assets/270928/dc500d23-a2de-41da-9393-3d479c3f6edf)

> ### 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:...