Uberi / Yunit

Super simple testing framework for AutoHotkey.
GNU Affero General Public License v3.0
53 stars 21 forks source link

v2-a104 fixes #29

Closed mmikeww closed 4 years ago

mmikeww commented 4 years ago

@hoppfrosch on the forums you said you would be using this new fix from lexikos in v2 a104+

Can you confirm whether its working fine for you, and if you think its ready to merge?

related issue #28

hoppfrosch commented 4 years ago

Lexikos' fix just fixes the base module - the Window-module (Window.ahk) is still unfixed. Due to lack of time I didn't manage to fix this module yet

mmikeww commented 4 years ago

looks like the base Yunit is even broken now, since a106 removed the new operator

hoppfrosch commented 4 years ago

Updating from a103 to a107 is a lot of work ... that's why I am still hestating to do it - there have been too many incombatible breaking changes recently. I think it's better waiting until consolidation ...

mmikeww commented 4 years ago

i've merged in Lexikos' changes and also made new updates myself for v2a108 for the base Yunit and the Output Modules