Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Array sortImpl fails on Firefox nightly #956

Open
iskiselev opened this issue Mar 24, 2016 · 3 comments
Open

Array sortImpl fails on Firefox nightly #956

iskiselev opened this issue Mar 24, 2016 · 3 comments

Comments

@iskiselev
Copy link
Member

Firefox Nightly fails on next call:

Array.prototype.sort.call(array, comparison)

when array is Int32Array with TypeError: can't redefine non-configurable property 0.

For me it looks like Firefox bug. Probably should be reported to Mozilla.
Log on CI with issue: https://travis-ci.org/iskiselev/JSIL/jobs/118339843
Search for: Issue663.cs.out

@iskiselev iskiselev changed the title Array sortImpl fails on firefox nightly Array sortImpl fails on Firefox nightly Mar 24, 2016
@kg
Copy link
Member

kg commented Mar 24, 2016

Can you file a bug on bugzilla and cc me (kg @ luminance . org)?

@iskiselev
Copy link
Member Author

@kg
Copy link
Member

kg commented Mar 24, 2016

I'm guessing this is caused by their new self-hosted sort. Thanks for catching it & reporting.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants