On 2013/09/23 18:01:43, mathias wrote: > test/mjsunit/string-fromcodepoint.js is a completely new file. I’m not sure ...
11 years, 6 months ago
(2013-09-23 19:25:48 UTC)
#2
On 2013/09/23 18:01:43, mathias wrote:
> test/mjsunit/string-fromcodepoint.js is a completely new file. I’m not sure
why
> the diff shows up like that.
Ah, `git cl upload --similarity=70` seemed to avoid the issue.
One high level comment: This needs to go behind the --harmony flag since it is ...
11 years, 6 months ago
(2013-09-24 08:03:53 UTC)
#3
One high level comment: This needs to go behind the --harmony flag since it is
an experimental ES6 feature. Adding Dmitry for the procedural side of things.
On 2013/09/24 08:03:53, mstarzinger wrote: > One high level comment: This needs to go behind ...
11 years, 6 months ago
(2013-09-24 08:58:22 UTC)
#4
On 2013/09/24 08:03:53, mstarzinger wrote:
> One high level comment: This needs to go behind the --harmony flag since it is
> an experimental ES6 feature.
Patch updated accordingly.
On 2013/09/24 08:58:22, mathias wrote: > On 2013/09/24 08:03:53, mstarzinger wrote: > > One high ...
11 years, 6 months ago
(2013-09-24 09:37:38 UTC)
#5
On 2013/09/24 08:58:22, mathias wrote:
> On 2013/09/24 08:03:53, mstarzinger wrote:
> > One high level comment: This needs to go behind the --harmony flag since it
is
> > an experimental ES6 feature.
>
> Patch updated accordingly.
Before we get to land this, please follow the
https://developers.google.com/v8/launchprocess.
In particular, send the intent-to-implement mail to v8-users@googlegroups.com.
For this small feature, you do not need a design doc, but please specify in your
mail what the status is in other browsers, and especially what is the situation
re ES6 standard/community reaction.
Just to give you a piece of my mind: reading this thread:
http://esdiscuss.org/topic/code-points-vs-unicode-scalar-values, it is not at
all obvious to me that it is already a good time to implement this: the design
is a controversy, and implementation feedback from the engines is not really
required to resolve the controversy (the design can easily be tried with a
polyfill with no expressiveness or performance issues). These kinds of features
(whole lot of tricky edge cases that need careful testing, but without large
implementation changes) should really be put into the engine at a later stage.
Otherwise we will have to update the code and the tests later when spec changes
its mind about the treatment of this or that Unicode character, and that's a
pain.
I wouldn't rush this patch in, but if you think otherwise feel free to reach out
to us in intent-to-implement e-mail.
On 2014/06/19 15:29:56, arv wrote: > I wanted to bring this back to life. > ...
10 years, 9 months ago
(2014-06-19 21:48:57 UTC)
#11
On 2014/06/19 15:29:56, arv wrote:
> I wanted to bring this back to life.
>
> I feel that this is stable enough now and the spec is set in stone.
Glad to hear! I’ve updated the patch as per your feedback.
https://codereview.appspot.com/13816046/diff/83001/test/mjsunit/harmony/string-fromcodepoint.js File test/mjsunit/harmony/string-fromcodepoint.js (right): https://codereview.appspot.com/13816046/diff/83001/test/mjsunit/harmony/string-fromcodepoint.js#newcode47 test/mjsunit/harmony/string-fromcodepoint.js:47: }), "a"); Assert tmp here too (and in the ...
10 years, 9 months ago
(2014-06-19 22:24:44 UTC)
#12
https://codereview.appspot.com/13816046/diff/103001/src/harmony-string.js File src/harmony-string.js (right): https://codereview.appspot.com/13816046/diff/103001/src/harmony-string.js#newcode12 src/harmony-string.js:12: // var ArrayPushBuiltin = $Array.prototype.push; This can be removed ...
10 years, 9 months ago
(2014-06-20 05:25:28 UTC)
#14
On 2014/07/09 14:12:05, arv wrote: > Dmitry, Andreas. Care to take a look? yangguo@ should ...
10 years, 8 months ago
(2014-07-09 14:16:17 UTC)
#18
On 2014/07/09 14:12:05, arv wrote:
> Dmitry, Andreas. Care to take a look?
yangguo@ should look at this (somehow I can't edit the issue to add him,
though).
On 2014/07/15 at 15:47:42, arv wrote: > https://codereview.appspot.com/13816046/diff/133001/src/harmony-string.js#newcode146 > src/harmony-string.js:146: function StringFromCodePoint(_) { // length ...
10 years, 8 months ago
(2014-07-15 16:08:08 UTC)
#23
Issue 13816046: Implement `String.prototype.codePointAt` and `String.fromCodePoint`
Created 11 years, 6 months ago by mathias
Modified 10 years, 8 months ago
Reviewers: arv, rossberg, yangguo, rossberg_google.com
Base URL: git://github.com/v8/v8.git@master
Comments: 18