Closed
Bug 830573
Opened 12 years ago
Closed 12 years ago
Error: TypeError: source is not an object
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: KWierso, Assigned: ejpbruel)
References
()
Details
Error: TypeError: source is not an object
Traceback (most recent call last):
File "resource://45f76ba0-7966-4693-bce9-dc83e9769e07-at-jetpack/addon-sdk/tests/test-heritage.js", line 308, in
initialize: function initialize(color) {
File "resource://45f76ba0-7966-4693-bce9-dc83e9769e07-at-jetpack/addon-sdk/lib/sdk/core/heritage.js", line 154, in Class
var prototype = extend(descriptor.extends, mix.apply(mix, descriptors));
File "resource://45f76ba0-7966-4693-bce9-dc83e9769e07-at-jetpack/addon-sdk/lib/sdk/core/heritage.js", line 90, in
}, {});
File "resource://45f76ba0-7966-4693-bce9-dc83e9769e07-at-jetpack/addon-sdk/lib/sdk/core/heritage.js", line 86, in
return reduce(getNames(source), function(descriptor, name) {
This showed up in the merge from inbound to central last Friday, causing most tests to not run at all.
Reporter | ||
Comment 1•12 years ago
|
||
First instance of this on inbound was when bug 827490 landed on Thursday.
Blocks: 827490
Reporter | ||
Updated•12 years ago
|
Severity: normal → major
OS: Windows 8 → All
Hardware: x86_64 → All
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → ejpbruel
Reporter | ||
Comment 2•12 years ago
|
||
Looks like bug 830967 fixed this for us. Tests are running again on inbound with it landed.
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Wes Kocher (:KWierso) from comment #2)
> Looks like bug 830967 fixed this for us. Tests are running again on inbound
> with it landed.
Aw man, this looked like a fun bug :-)
Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•