Petr Penzin
Petr Penzin
Can confirm this is happening.
Yes, both of those tests fail due to line endings, the log in the issue says 2 tests failed - this is the other one ;)
Confirmed, the same error without `-fsanitize`. In release mode it crashes without the assert.
@rhuanjl what do you think?
That's true, I've seen that being an issue with ocamllibs. I can send in a fix if you don't mind. But nonetheless, does anybody have any feedback on my request?
Updated the makefile at the beginning of the thread. @ncannasse would you mind if I submit it myself, pointing to HaxeFoundation/neko repository as it is (not to my own fork)?...
I ran into libraries problem: need to define what neko libs would be installed. It seem that Debian `neko` package comes with regexp, sqlite and mysql. What libraries do you...
Thanks for the explanation! I got them all to build (unfortunately required minor code change, pull request is coming) and enabled them in the port by default. If a user...
Thanks, with this I am almost done. I can build and install. I am sending one more pull request for strip changes, let me know if you want that.
Was just waiting for #69 to come to some resolution :) If you want me to just take current HEAD, I'll try that.