gtkd-developers / GtkD

GtkD is a D binding and OO wrapper of GTK+ originally created by Antonio Monteiro
http://gtkd.org
Other
322 stars 71 forks source link

Fix building demos with dmd v2.096.0 #332

Closed Vild closed 3 years ago

Vild commented 3 years ago

Fixes the import '...' is used as a type error, that in the demos, by replacing the problematic imports with selective imports.

MikeWey commented 3 years ago

This looks like a bug in dmd?

Vild commented 3 years ago

The error is caused by this bugfix https://github.com/dlang/dmd/pull/12178. And it only breaks the demos because its modules are top-level.

MikeWey commented 3 years ago

Ok, thanks.