Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abstract fields link to non-existant Impl class page #215

Closed
Gama11 opened this issue Feb 16, 2017 · 3 comments
Closed

Abstract fields link to non-existant Impl class page #215

Gama11 opened this issue Feb 16, 2017 · 3 comments

Comments

@Gama11
Copy link
Member

Gama11 commented Feb 16, 2017

For instance, click on one of the fields here, like low:

http://api.haxe.org/haxe/Int64.html

It links to http://api.haxe.org/haxe/_Int64/Int64_Impl_.html#low.

@markknol
Copy link
Member

markknol commented Jan 3, 2018

It now doesnt have any fields ❓

I think we have to do something with linking to private fields/types too #39

@mastef
Copy link
Contributor

mastef commented Jan 22, 2018

Might this issue be the cause for the empty page here : https://api.haxe.org/haxe/macro/ModuleCheckPolicy.html ?

markknol added a commit that referenced this issue Mar 7, 2018
Don't create new list/array when there's already one. 
Helps with something mentioned in #215
@markknol
Copy link
Member

markknol commented Mar 8, 2018

I see the problem here, it links to Int64_Impl_ (which is probably good), but that is a private type. Private types are skipped from generation.

<class path="haxe._Int64.Int64_Impl_" params="" file="C:\HaxeToolkit\haxe-3.4.0\std/haxe/Int64.hx" private="1" module="haxe.Int64">

Would it be a good idea to do generate the html for private types but not list it (somehow)?

@Gama11 Gama11 closed this as completed in 65d0dbc Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants