Re: Review Candidates awaited!

2014-02-15 Thread Nicolas Sicard
On Saturday, 1 February 2014 at 19:52:59 UTC, Dicebot wrote: Looking at http://wiki.dlang.org/Review_Queue there are 4 proposals that are marked as Ready for review or Ready for comments. I can proceed with any of those any time proposal author sends me an e-mail acknowledging his attention.

Re: Bounty for -minimal compiler flag

2014-02-15 Thread Jacob Carlborg
On 2014-02-15 05:55, 1100110 wrote: 6) unittests (silent failure) These should be kept since they can be accessed with __traits(getUnitTests) -- /Jacob Carlborg

Re: Bounty for -minimal compiler flag

2014-02-15 Thread Jakob Ovrum
On Friday, 14 February 2014 at 15:56:16 UTC, Steven Schveighoffer wrote: Classes are typically written with an expectation that the GC will clean them up. I don't think you can just get rid of that expectation. A class written without the assumption of the runtime is a very different object,

Re: Mono-D v1.5.2 - Completion improvements, dub support fixes

2014-02-15 Thread extrawurst
On Saturday, 15 February 2014 at 14:31:15 UTC, Rene Zwanenburg wrote: On Thursday, 13 February 2014 at 00:46:02 UTC, Alexander Bothe wrote: Hi everyone, Just wanted to announce a new minor version bump of Mono-D. There have been couple of completion/parser improvements like inline-assembly

Re: Mono-D v1.5.2 - Completion improvements, dub support fixes

2014-02-15 Thread Rene Zwanenburg
On Saturday, 15 February 2014 at 14:44:13 UTC, extrawurst wrote: On Saturday, 15 February 2014 at 14:31:15 UTC, Rene Zwanenburg wrote: I'm trying Mono-D for the first time and I must say I'm really enjoying the autocomplete. It's not giving suggestions for Phobos though. Includes in D

Re: Bounty for -minimal compiler flag

2014-02-15 Thread 1100110
On 2/15/14, 4:52, Jacob Carlborg wrote: On 2014-02-15 05:55, 1100110 wrote: 6) unittests (silent failure) These should be kept since they can be accessed with __traits(getUnitTests) Awesome!

Re: Mono-D v1.5.2 - Completion improvements, dub support fixes

2014-02-15 Thread Alexander Bothe
On Saturday, 15 February 2014 at 14:31:15 UTC, Rene Zwanenburg wrote: I'm trying Mono-D for the first time and I must say I'm really enjoying the autocomplete. It's not giving suggestions for Phobos though. Includes in D Compiler Toolchains have been set correctly. Any idea what's wrong? 1)

Re: Bounty for -minimal compiler flag

2014-02-15 Thread Steven Schveighoffer
On Sat, 15 Feb 2014 07:33:04 -0500, Jakob Ovrum jakobov...@gmail.com wrote: On Friday, 14 February 2014 at 15:56:16 UTC, Steven Schveighoffer wrote: Classes are typically written with an expectation that the GC will clean them up. I don't think you can just get rid of that expectation. A

Re: Bounty for -minimal compiler flag

2014-02-15 Thread Denis Koroskin
On Sunday, 16 February 2014 at 02:57:25 UTC, Steven Schveighoffer wrote: On Sat, 15 Feb 2014 07:33:04 -0500, Jakob Ovrum jakobov...@gmail.com wrote: On Friday, 14 February 2014 at 15:56:16 UTC, Steven Schveighoffer wrote: Classes are typically written with an expectation that the GC will

Re: Bounty for -minimal compiler flag

2014-02-15 Thread Rory McGuire
+1 especially if it shows the amount allocated as well. On 14 Feb 2014 21:10, Kagamin s...@here.lot wrote: I don't think, everything should be done by the compiler. Most trouble with gc is that its usage can't be traced similar to tls, so the feature will be diagnostics similar to -vtls

Scriptlike v0.6.0

2014-02-15 Thread Nick Sabalausky
Update to Scriptlike is out. Scriptlike is a utility library to aid writing script-like programs in D. https://github.com/Abscissa/scriptlike Changes from v0.5.0 to v0.6.0: - Change: Path and Ext are now aliases for the UTF-8 instantiations, and the template structs are now named PathT and

Re: Bounty for -minimal compiler flag

2014-02-15 Thread Steven Schveighoffer
On Sat, 15 Feb 2014 23:53:19 -0500, Denis Koroskin 2kor...@gmail.com wrote: On Sunday, 16 February 2014 at 02:57:25 UTC, Steven Schveighoffer wrote: I think that the best and quickest approach at this time is to disallow classes. They are not trivial. If we can figure out a clean way to add