tc39 / proposal-flatMap

proposal for flatten and flatMap on arrays
https://tc39.github.io/proposal-flatMap
214 stars 19 forks source link

test262 tests #51

Closed evilpie closed 5 years ago

evilpie commented 6 years ago

I am looking into implementing this feature in Firefox. (bug 1421398) Are there any tests in-flight for this yet?

michaelficarra commented 6 years ago

Sorry, there's no test262 tests yet. I was planning on working on it next week if nobody had beaten me to it. It'd be a really good opportunity for a new contributor.

jasonwilliams commented 6 years ago

I'm up for writing some @michaelficarra

michaelficarra commented 6 years ago

@Jayflux one of my co-workers (@shilpi3) wanted to try her hand at it, and already started yesterday. She should be done today. Sorry!

jasonwilliams commented 6 years ago

@michaelficarra no worries!

michaelficarra commented 6 years ago

@evilpie Initial test262 tests are now available (see https://github.com/tc39/test262/pull/1388). We may add some which exercise the handling of more exotic values in the future, but these should be sufficient to get started.

montogeek commented 6 years ago

@michaelficarra What else have to be done to push it forward to Stage 4?

michaelficarra commented 6 years ago

@montogeek We have to see at least 2 distinct compatible implementations which pass the test262 tests. Expanding the test262 tests as I mentioned above might help that along. But at this point it's up to the implementors. Maybe let them know you're looking forward to using this feature.

evilpie commented 5 years ago

Fixed by https://github.com/tc39/test262/pull/1388