mmikeww / AHK-v2-script-converter

AHK v1 -> v2 script converter
https://autohotkey.com/boards/viewtopic.php?f=6&t=25100
The Unlicense
489 stars 38 forks source link

Return_ex2 test failing #209

Closed andymbody closed 1 week ago

andymbody commented 1 week ago

V1:

MsgBox("Return, Test")

V2 (Converted):

MsgBox("Return, Test")

V2 (Expected):

MsgBox("Return, Julio")

Not sure why the "expected" code has "Julio" rather than "Test", or why this test case was submitted in a recent PR ?

Banaanae commented 1 week ago

Mistake on my end, the save button doesn't always work :( I'll push fix asap

andymbody commented 1 week ago

@Banaanae Would you be willing to open a direct line of communication, maybe Whatsapp (I don't have any other social media)? Might be beneficial for ongoing collaboration on this project. If so, please send me a message on AHK forum to set something up. Thanks.

Banaanae commented 1 week ago

I don't have Whatsapp, however if want somewhere to discuss there is a discussions tab on github (just like Issues and Pulls), if you want you can ask mike to turn that on

That way other contributors can also collaborate, see this repo for what they loook like

andymbody commented 1 week ago

there is a discussions tab on github

Might be helpful?

fade2gray commented 1 week ago

Good examples of discussions ...

https://github.com/mark-wiemer-org/ahkpp/discussions https://github.com/dnGrep/dnGrep/discussions

mmikeww commented 1 week ago

Discussions tab now enabled

andymbody commented 1 week ago

Discussions tab now enabled

Thank you! More tools/toys to explore...