You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ]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
6
6
-[ ] 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)
7
7
-[ ] Intl namespace = "sx.intl"
8
8
-[ ] Temporal namespace = "sx.temporal"
@@ -58,7 +58,7 @@
58
58
-[ ]9. Simple enums === (flags are interned, so that would work)
59
59
-[ ]10. Perform a deep field equality comparison -- Last case (not ===)
60
60
-[ ] 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)
0 commit comments