-
-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove hx4compat stuff (part 1) #11386
Conversation
I'm testing this with my utest branch to make sure it works, but I'd still like to only merge this once it has been fixed in real utest. |
Thanks for helping! The remaining JS failures all come from failing to assign I'll just swap these for now... |
utest2 has been merged, so now I actually have to merge this PR or else our tests won't work anymore! |
Ohh so that's why 😅 |
* destroy * update haxelib submodule * submodule * submodule ffs * cppia * remove echoServer * remove more things * more * use patched utest for now * remove one more * try utest2 * fix test * explicitly pass `null` to the `type` argument of `utest.Assert.raises()` * [php] update test HaxeFoundation#9924 for compatibility with the latest utest * [tests] type-hint Vfs.getContent * fix Vfs.getContent one more time * fix display tests * switch to utest master --------- Co-authored-by: Aleksandr Kuzmenko <alex@stablex.ru>
Removes
sys.db
,neko.Web
andphp.Web
. These have been moved to https://github.com/HaxeFoundation/hx4compat.Neko and PHP need an update to utest before this can be merged: haxe-utest/utest#125