bruvzg / gdsdecomp

Godot reverse engineering tools
MIT License
1.54k stars 146 forks source link

[RELEASE v0.0.7] Scripts containing "as type" missing space before as #23

Closed Jimmio92 closed 2 years ago

Jimmio92 commented 3 years ago

Decompiling scripts from a project I thought I lost forever (bruvzg I love you), I noticed anywhere I typed "x as float", it would become "xas float". Minor issue :)

nikitalita commented 3 years ago

I thought I had fixed that... Can you post the project?

Jimmio92 commented 3 years ago

Oh I'm terribly sorry, I should have included this was in the newest of the releases available for download, not necessarily master branch. I should have made that clear initially and I assume this means it's fixed and I shouldn't have wasted y'alls time as it just needs rebuilt and reuploaded. Should I keep this open and just correct the title or close it since it's technically fixed? Or should it be considered a bug since there's no release available fixing this?

Thanks, Jim

nikitalita commented 3 years ago

I think we should probably release a version on the master branch; there's no reason to not do so for the standalone.

sairam4123 commented 2 years ago

I have the same problem, instead of missing space for "as type", I have a missing space before all "class Name extends Base: "

nikitalita commented 2 years ago

Release has happened