jmdyck
jmdyck
Okay, so it sounds like my change to `RURE_DIR` was correct. Any idea what's causing the pip3 failures?
> I maintain the regex library. rust-lang/regex? Cool. RegexSet looks particularly useful for me, and I haven't seen anything like it elsewhere. > Sounds like you'll need to futz with...
cPython 3.6.5
In the spec, it's not a typo, but changing it to `NewDeclarativeEnvironment(*null*)` would make sense.
> When referencing the components of the records, ... Note that execution contexts are not currently modelled as records. PR #2246 fixes that, and uses consistent phrasing to refer to...
> Is there anything else? The set of well-known symbols appears to be ambient state that AOs can reference. > Maybe we should consolidate these better? I'm not sure it's...
Well, intrinsic objects are already 'available' via the current Realm Record, which is available via the running execution context (of the surrounding agent), which is listed above.
But now that you mention it, "The GlobalSymbolRegistry is a List that is globally available", so that presumably qualifies as "ambiently available state".
Under "running execution context", you could note "the current Realm Record" and "the active function object".
Some alternatives for DeclarativeBindingRecord: (1) Replace `[[IsInitialized]]: Boolean, [[BoundValue]]: ECMAScript language value` with `[[BoundValue]]: ~uninitialized~ or ECMAScript language value` [Later: I did this.] (2) To avoid the weirdness of the...