beamjs / erlv8

Erlang interface for V8
BSD 2-Clause "Simplified" License
126 stars 22 forks source link

failing test case #69

Closed Licenser closed 12 years ago

Licenser commented 12 years ago

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

https://github.com/Licenser/erlniftest

yrashk commented 12 years ago

Can we consider sending a patch to the OTP team?

Licenser commented 12 years ago

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

yrashk commented 12 years ago

Allegedly fixed by #70