dlangui icon indicating copy to clipboard operation
dlangui copied to clipboard

Why did the signature of registerWidgets change?

Open John-Colvin opened this issue 6 years ago • 1 comments

It broke code and doesn't really make sense any more: the only way for use the default argument is if you don't pass any widgets, in which case registerWidgets doesn't do anything. What was wrong with the old way? The only point where the name needs to be a template argument is in a pragma(msg.

John-Colvin avatar Nov 10 '17 13:11 John-Colvin

It was an attempt to fix DMD memory consumption during CTFE

buggins avatar Nov 14 '17 17:11 buggins