« Bugzilla Issues Index
#2825 — 8.2.1 CreateRealm: steps 5-9 duplicate steps in 26.2.1.1, Reflect.Realm
- bug_id:
2825
- creation_ts:
2014-05-05 06:45:00 -0700
- short_desc:
8.2.1 CreateRealm: steps 5-9 duplicate steps in 26.2.1.1, Reflect.Realm
- delta_ts:
2014-06-16 17:15:44 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 24: April 27, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Till Schneidereit
- assigned_to:
Allen Wirfs-Brock
- commentid:
8147
- comment_count:
0
- who:
Till Schneidereit
- bug_when:
2014-05-05 06:45:39 -0700
In draft 24, large parts of CreateRealm have been moved into the Reflect.Realm constructor. Some of them haven't been removed from CreateRealm, however: steps 5-9.
Given that CreateRealm now basically just creates realmRec and its member record `intrinsics`, (as step 10 is made redundant by steps 20-22 of 26.2.1.1) maybe those two steps should be inlined into the Reflect.Realm constructor.
Thus, steps 5-7 of 26.2.1.1 could be the current steps 1-3 of 8.2.1. (with `realmRec` replaced by `realm` everywhere.)
- commentid:
8552
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-05-19 09:23:36 -0700
fixed in rev25 editor's draft
with additional refactoring between CreateRealm and the Realm constructor.
However, I think it is appropriate for CreateIntrinsics to stay in CreateRealm as 8.5 create a Realm record for the primordial realm but not a Realm object.
- commentid:
9041
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-06-16 17:15:44 -0700
fixed in rev25 editor's draft