[v8-users] Re: Intent to Implement: Add quarter option for Intl.DateTimeFormat

2019-05-24 Thread Frank Tang
On Wed, May 22, 2019 at 3:33 PM Frank Tang wrote: > Contact emails ft...@chromium.org,js...@chromium.org Explainer > https://github.com/tc39/ecma402/pull/345 > Adam suggested I add an explainer, here you go shorturl.at/aeoq1 Design docs/spec https://github.com/tc39/ecma402/pull/345 TAG review D

[v8-users] Build for Android static library success,But link fail~

2019-05-24 Thread guodong chen
*I use ninja build V8 (Version. 7.6.99) for Android.* *Use below ninja config:* 在此输入代码 is_debug = false is_clang=false use_custom_libcxx_for_host=false is_debug = false target_cpu = "arm" target_os="android" v8_target_cpu = "arm" libcxx_abi_unstable=false fatal_linker_warnings=false icu_use

[v8-users] Re: [v8-dev] Re: Intent to Implement: Add dayPeriod option for Intl.DateTimeFormat

2019-05-24 Thread Adam Klein
Thanks for the background. For blink-dev's purposes, I'm less concerned about the underlying spec process (if these seem small enough to the domain experts, I'll mostly defer to them). But it would still be nice to have a short "explainer" even for small changes like this; a PR or Github issue by i