Re: Unit tests all work
- Posted by ghaberek (admin) Jul 01, 2022
- 837 views
SDPringle said...
I'm pleased to announce that I have fixed the interpreter and in some cases adjusted the unit tests to reflect the 64 bit reality so that they all pass except for the t_net_http. I am not interested in maintaining this. I don't think anyone else should either. We have libcurl. If you want HTTP like behavior, you probably should use HTTPS instead and you can do both by wrapping Euphoria for
I have a mostly-complete CURL wrapper in Euphoria MVC that I plan to migrate into the standard library: https://github.com/OpenEuphoria/euphoria-mvc/tree/master/include/curl
-Greg