Simon Krajewski
Simon Krajewski
What we have at the moment: * instance vs. static * variable vs. function * method = instance function * field = variable + function An exception are constructors which...
This looks wrong in the markdown too: https://github.com/HaxeFoundation/HaxeManual/blob/master/output/HaxeManual/website/class-field-property.md What's the official way of saying "blockquote ends here"?
No, this needs a more elaborate introduction to clarify that we don't support full overloads and such things. The documentation for this has to be approached differently, so I suggest...
I kind of hate that and would prefer to not promote it, but I think Nicolas likes it. :P
Ok, but can we get rid of haxe.xml.Fast before that? :D
I wouldn't really know what to document in that regard. The Java target generates `.java` files, the JVM target skips that step and makes a `.jar`. Not sure what other...
That was when it was using `MethodHandle`, which is no longer the case. @ibilon tested it on various android versions and concluded that it seems to work fine.
I agree it's better to update the documentation. CLI arguments can get quite complicated and there may indeed be `#` characters in various places.
https://github.com/HaxeFoundation/haxe/issues/7378#issuecomment-418139433
Well, documentation of the haxe.io package and how to use it. Output, Input, FileInput, StringInput, BytesInput... that kind of stuff.