Re: SmartRef: The Smart Pointer In D

2017-01-16 Thread biozic via Digitalmars-d-announce
On Monday, 16 January 2017 at 01:54:35 UTC, Dsby wrote: On Sunday, 15 January 2017 at 17:24:25 UTC, biozic wrote: On Sunday, 15 January 2017 at 15:56:30 UTC, Dsby wrote: and : In https://github.com/dlang/phobos/blob/master/std/typecons.d#L147 ~this() { debug(Unique)

Re: SmartRef: The Smart Pointer In D

2017-01-15 Thread biozic via Digitalmars-d-announce
On Sunday, 15 January 2017 at 15:56:30 UTC, Dsby wrote: and : In https://github.com/dlang/phobos/blob/master/std/typecons.d#L147 ~this() { debug(Unique) writeln("Unique destructor of ", (_p is null)? null: _p); if (_p !is null) destroy(_p); _p = null; } if the

Re: Beta 2.073.0-b1

2017-01-07 Thread biozic via Digitalmars-d-announce
On Saturday, 7 January 2017 at 15:59:47 UTC, Martin Nowak wrote: On 01/07/2017 03:44 PM, biozic wrote: Are phobos unittests not passing when compiling with -dip1000 considered bugs or is it this experimental? Most of phobos is currently not usable with DIP1000, partly because safety checks

Re: Beta 2.073.0-b1

2017-01-07 Thread biozic via Digitalmars-d-announce
On Saturday, 7 January 2017 at 05:02:13 UTC, Martin Nowak wrote: First beta for the 2.073.0 release. This release comes with a few phobos additions, a new -mcpu=avx switch, an experimental safety checks (-transition=safe/-dip1000), and several bugfixes.

Re: Updated D TextMate bundle for D2 and TM2

2015-04-13 Thread biozic via Digitalmars-d-announce
On Monday, 13 April 2015 at 15:08:47 UTC, Jacob Carlborg wrote: On 2015-04-13 13:39, biozic wrote: Awesome! The only quirk I can see so far is that `xxx yyy(` is always parsed so that yyy is considered to be the symbol of a function, is highlighted as such, and appears in the symbol tree.

Re: Updated D TextMate bundle for D2 and TM2

2015-04-13 Thread biozic via Digitalmars-d-announce
On Monday, 13 April 2015 at 06:56:16 UTC, Jacob Carlborg wrote: I would like to announced that I have recently updated the D TextMate bundle to support D2 and TextMate 2. On a high level what's changed: * The language grammar is up to date with D2 (I probably forgot something) * Commands