Skip to content

Commit 0edf0ff

Browse files
committed
upd
1 parent 3f1f2c8 commit 0edf0ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

notes/global-objects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- [ ] (Whack (?Red) engine) fx namespace = "http://www.sweaxizone.com/2015/whack/fx"
33
- [ ] SX namespace = "http://www.sweaxizone.com/2015/shockscript/global"
44
- [ ] generic namespace = "http://www.sweaxizone.com/2015/shockscript/generic"
5-
- [ ] GenericQualifier = same as generic, but can be used as an access modifier in definitions
5+
- [ ] GenericNamespace = same as generic, but can be used as an access modifier in definitions
66
- [ ] meta namespace = "http://www.sweaxizone.com/2015/shockscript/meta" (under the hood it's not really that URI; it's the global "meta" system namespace)
77
- [ ] Intl namespace = "sx.intl"
88
- [ ] Temporal namespace = "sx.temporal"
@@ -58,7 +58,7 @@
5858
- [ ] 9. Simple enums === (flags are interned, so that would work)
5959
- [ ] 10. Perform a deep field equality comparison -- Last case (not ===)
6060
- [ ] Field/element equality goes as `x === undefined ? y === undefined : x === null ? y === null : x.equals(y)`
61-
- [ ] `GenericQualifier::clone(deep:boolean=):Object` (used mostly as `generic::clone`, but the access modifier needs to use GenericQualifier due to `generic` being reserved as an attribute for multi-methods)
61+
- [ ] `GenericNamespace::clone(deep:boolean=):Object` (used mostly as `generic::clone`, but the access modifier needs to use GenericNamespace due to `generic` being reserved as an attribute for multi-methods)
6262
- [ ] final
6363
- [ ] deep=true by default
6464
- [ ] Circular references are not preserved.

0 commit comments

Comments
 (0)