beamjs / erlv8

Erlang interface for V8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

failing test case

Licenser opened this issue · comments

The failing test is caused by a erlang bug as exampled here it won't be fixed in erlv8:

https://github.com/Licenser/erlniftest

Can we consider sending a patch to the OTP team?

I was told it isn't really a bug in erlang but it just don't supports UTF8 at the moment :) so now I am investigating a way around it but I'm not exactly sure in which place things break down any more (erlang -(1)-> js -(2)-> erlang)

since I am not sure how to explore the stwo places I just see what is before 1 and after 2

Allegedly fixed by #70