Caridy Patiño

Results 457 comments of Caridy Patiño

@zbraniecki I added the module system into Intl.js to be able to split it into small chunks, I didn't get to split core into small chunks. In other words, go...

_update: we need to cook the proposal for the next meeting in two weeks. will try to coordinate some time to work on this._

@rxaviers that's precisely the reason why we will abstract the operation to produce the parent list, then we can update that to take into consideration the proper algo step.

[Abstract Locale Operations - Nov 2015](https://github.com/tc39/ecma402/files/41766/Abstract.Locale.Operations.pdf)

@rxaviers Ideally we can get https://github.com/rxaviers/ecma402-fix-lookup-matcher to fit into `getParentLocales()`, in other words, make the lookup matcher fix so we can expose it via `getParentLocales()`. Can you work with @zbraniecki...

yes @rxaviers, the fact that all those algos will require the inheritance path to make a decision about the data availability, that's the piece we want to expose, so they...

@zbraniecki let's work on the spec, and then we can review the implementation. In principle, it looks good.

@zbraniecki there is no time, and that one will require some extra work, where to get the data, etc, while the getCanonicalLocales is just a call to an abstract operation....

This is tricky! Spec looks good, at least in principle: `HasOwnProperty` (7.3.11, which is a global abstract operation) relies on `[[GetOwnProperty]]` internal method (which for NS objects in specified in...

I don't know! This is mostly a question for @bterlson I think.