Re: Release D 2.077.0

2017-11-03 Thread crimaniak via Digitalmars-d-announce

On Friday, 3 November 2017 at 14:41:06 UTC, Gerald wrote:
On Thursday, 2 November 2017 at 22:35:03 UTC, Martin Nowak 
wrote:

Glad to announce D 2.077.0.


... The new version is much better with only a 6 MB difference 
between the stripped and non-stripped versions.


My vibe-d application debug build reduced from 56Mb to 44Mb 
(release = 19Mb).




Re: d_to_html.d

2017-08-06 Thread crimaniak via Digitalmars-d-announce

On Sunday, 6 August 2017 at 00:22:32 UTC, David Gileadi wrote:

On 8/5/17 12:07 PM, WebFreak001 wrote:
Hi, I made a D to HTML generator which is basically diet, but 
fully using the D compiler as generator and not some 
complicated parser, etc.


[snip]

That is amazing! I can't decide whether it's the best thing 
I've ever seen or a horrible hack,
The best thing for Olympic programming, horrible hack for 
production code. :)




Re: Units of Measurement Library: units-d

2016-04-02 Thread crimaniak via Digitalmars-d-announce

On Friday, 1 April 2016 at 22:54:53 UTC, Simen Kjaeraas wrote:

...
I kinda agree. And looking at 
https://dlang.org/spec/traits.html, I see there's __MODULE__, 
which would probably be a better choice than __FILE__.


 I think adding something like __UNIQUE_NAME__ to predefined 
constants will allow to avoid all these perversions. The only 
thing to think here about uniqueness scope.