Caridy Patiño
Caridy Patiño
Some preliminary hacks to run test262 against node v0.12.7, here is the result: ``` 11.1.1_1 11.1.1_15 11.1.1_17 11.1.1_19 11.1.1_20_c -- FAILED 11.1.1_20_c throw new Error("Didn't get correct minimumFractionDigits for currency...
@srl295 I tried that before, but I'm getting `Segmentation Fail: 11` for some reason. There is the full blob: ``` $ node --icu-data-dir=~/Downloads/icu/source/data/in/icudt54l.dat noderunner.js Segmentation fault: 11 ``` When running...
Ok, that works a little bit better, but still getting `Bus error: 10` at some point, here is the blob: ``` $ node --icu-data-dir=/Users/caridy/Downloads/icu/source/data/in/icudt54l.dat noderunner.js 11.1.1_1 11.1.1_15 11.1.1_17 11.1.1_19 11.1.1_20_c...
ok. n.p. Let me try to get a repo ready with the instructions to run the tests, and we can go from there.
@srl295 I got some preliminary stuff flushed out this weekend, here is the repo: https://github.com/caridy/node-intl-testsuite I'm running the same tests using two different harness, still undecided which one to use...
Hmm, this is a very interesting issue. This is not a bug in `dust-helper-intl`, it might be an bug in Intl polyfill, here is a repro case trying to illustrate...
@domenic is there any information somewhere about CSP and dynamic import? Maybe there is a middle ground here that we can explorer in the interim.
my two cents: 1. asking folks to freeze the handler or make individual members of the handler as non-configurable, non-writable or undefined seems like a stretch to me. Most JS...
that sounds perfect.
hmm, this sounds pretty weird. These rules seem very random to me.