Aurea
Aurea
These should be fixed once Haxe 4 is officially released and the new manual version is released. (The list will probably grow by the time all the Haxe 4 changes...
See https://github.com/HaxeFoundation/haxe/pull/8817 Certain tests in asys are temporarily disabled for Neko, since they hang.
A couple of issues with dox stem from incorrect type and field resolution. (#252, #203, possibly also #241 and #184?). The current resolver for links (https://github.com/HaxeFoundation/dox/blob/master/src/dox/MarkdownHandler.hx#L45) could be smarter –...
(This may be an issue for `api.haxe.org` specifically.) I would like the "View source" button for e.g. `sys.io.File` to be a dropdown menu showing these entries: - the core API...
As discussed on Slack, I think it would be good if there was a way to "embed" the docs for the type of certain arguments visually into the docs for...
See https://github.com/HaxeFoundation/haxe/pull/8817 Some TODOs marked in code. Additional things to investigate: - [ ] use GC finalisers rather than noptr? (e.g. close file when handle is no longer reachable from...
Something I found hidden in the hl docs that didn't show in the API docs: https://github.com/HaxeFoundation/haxe/blob/72ef1d389e1f1ae3fdbf8a9f6bf76d39774db23b/std/sys/thread/Tls.hx#L32-L33 I'm guessing there should be some `hl_add_root` calls in `thread.c`.
I have registered on haxelib as `Aurel300` (uppercase A). Thinking usernames are not case-sensitive, I put "contributors": ["aurel300"] In my `haxelib.json`. When submitting with `haxelib submit zipped.zip`, I got the...
The new design looks nice and clean 👍 One small issue I have is that some of the links are hard to discern from the text, especially compared to the...
It might be nice to have direct links to the previous and next issue (when available), e.g. in the sidebar.