GtkD 3.9.0, A GTK+ D binding.

Adam D. Ruppe destructionator at gmail.com
Sun Jun 2 20:19:47 UTC 2019


On Wednesday, 29 May 2019 at 22:07:14 UTC, Mike Wey wrote:
> I was already using that

I see you fixed that, but I introduced a regression with my 
public import thing.

So for a while, I had modules with a single class just go 
straight to that class

e.g.
https://api.gtkd.org/gdk.Color.html

would just automatically go to here:
https://api.gtkd.org/gdk.Color.Color.html


and I accidentally broke that by making it list public imports as 
"members" so it bypassed that logic.

Do you feel it is good to go straight to the classes? Or do you 
see value in having it still list the modules and classes 
separately?


More information about the Digitalmars-d-announce mailing list