jscert / jsexplain

Apache License 2.0
26 stars 4 forks source link

Proxy Feature Progress Tracking #3

Closed IgnoredAmbience closed 6 years ago

IgnoredAmbience commented 7 years ago

Checklist of items todo:

IgnoredAmbience commented 6 years ago

See also tc39/ecma262#1030

IgnoredAmbience commented 6 years ago

As of 3fe79d4 all Proxy tests are passing or skipped due to not implemented features. This set of features needs to be checked and refined. Most obvious next step will be to implement the Reflect standard library. Missing features that cause skips:

Correction: 1 failure due to a Coq_result_impossible :fearful:

IgnoredAmbience commented 6 years ago

As of 052a662 all Proxy tests are passing, except for ones skipped due to unimplemented features:

Reflect has now been implemented and fully tested as working.

A few tests that use new.target will not be skipped until tc39/test262#1648 lands and we update the test262 submodule.

brabalan commented 6 years ago

I think we should merge this to master.

IgnoredAmbience commented 6 years ago

Remaining incomplete features (property enumeration order) are now tracked in #28.