stan merged pull request ZenCode/StdLibs#1
Made StdLibs a gradle project and removed Storage Tags
4 years ago
stan closed pull request ZenCode/StdLibs#1
Made StdLibs a gradle project and removed Storage Tags4 years ago
stan merged pull request ZenScript/ZenScript#15
fix optionals not inheriting nullable and expecting a default type
5 years ago
stan closed pull request ZenScript/ZenScript#15
fix optionals not inheriting nullable and expecting a default type5 years ago
stan commented on issue ZenScript/ZenScript#15
fix optionals not inheriting nullable and expecting a default typeAs discussed just ago in Discord, it does meet user expectations that an @Optional would also imply that the value is nullable. For integer and floating-point values, there are dedicated annotations anyways, and @Optional doesn't yet have the ability for default values up to this point.
5 years ago
stan commented on issue ZenScript/ZenScript#15
fix optionals not inheriting nullable and expecting a default typeHaving a look (and thinking about it), actually this isn't how I would fix it. When marked as @Optional, the parameter should get a default value; which is in this case would be 0 or null dependending on the type of the parameter. This should be fixed in the JavaNativeModule class. I'll take care of that.
5 years ago
stan merged pull request ZenScript/ZenScript#13
Fix maps expecting a class instead of an interface
5 years ago
stan closed pull request ZenScript/ZenScript#13
Fix maps expecting a class instead of an interface5 years ago
stan pushed to development at ZenScript/ZenScript
5 years ago
stan commented on issue ZenScript/ZenScript#10
Java Native: Inner classes' NameI believe option 2 would be best, to translate these classes into what they actually are, inner classes.
5 years ago
stan pushed to development at ZenScript/ZenScript
5 years ago
stan pushed to development at ZenScript/ZenScript
5 years ago
stan pushed to development at ZenScript/ZenScript
5 years ago
stan pushed to development at ZenScript/ZenScript
5 years ago
stan pushed to development at ZenScript/ZenScript
5 years ago
stan pushed to development at ZenScript/ZenScript
5 years ago
stan pushed to development at ZenScript/ZenScript
6 years ago