« Bugzilla Issues Index
#239 — 15.11.4.4 Error.prototype.toString, step 6 is duplicated
- bug_id:
239
- creation_ts:
2011-12-25 03:13:00 -0800
- short_desc:
15.11.4.4 Error.prototype.toString, step 6 is duplicated
- delta_ts:
2015-10-02 13:29:05 -0700
- product:
ECMA-262, Editions 5 and 5.1
- component:
technical content
- version:
other
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- blocked:
241
- everconfirmed:
true
- reporter:
Tom Schuster
- assigned_to:
Allen Wirfs-Brock
- cc:
brterlso
- commentid:
526
- comment_count:
0
- who:
Tom Schuster
- bug_when:
2011-12-25 03:13:44 -0800
After some Specification change (dunno es5.github.com is off here), Step 6. and Step 7. are the same.
This also the case in the ES6 draft
- commentid:
570
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-01-12 11:33:06 -0800
yes, step 7 is an unnecessary duplicate of step 6 and should be deleted. However, the duplicated step has no impact on the result of the algorithm and there isn't any thing else that should be have been there instead of step 7.
This should go into the next ES5.1 errata
- commentid:
573
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2012-01-12 12:11:46 -0800
set IN_PROGRESS to indicated this should go into ES5.1 Errata.
- commentid:
14716
- comment_count:
3
- who:
Brian Terlson
- bug_when:
2015-10-02 13:29:05 -0700
Fixed in ES2015.