Re: D is now catching C++ exceptions!

2016-01-21 Thread IgorStepanov via Digitalmars-d-announce
On Monday, 18 January 2016 at 22:26:56 UTC, Walter Bright wrote: at least for 64 bit Linux. Other platforms to follow. https://github.com/D-Programming-Language/dmd/pull/5342 This is what Andrei and I call "enabling" technology, as it opens the door for many more uses of D, in this case

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread IgorStepanov via Digitalmars-d-announce
On Friday, 5 June 2015 at 01:52:07 UTC, Vladimir Panteleev wrote: On Friday, 5 June 2015 at 01:48:20 UTC, Meta wrote: How feasible is it to add code formatting for the web interface? Not sure what you mean. Do you mean syntax highlighting for D code? If you mean the rewrapping issues with

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread IgorStepanov via Digitalmars-d-announce
On Friday, 5 June 2015 at 02:03:48 UTC, Vladimir Panteleev wrote: On Friday, 5 June 2015 at 02:02:11 UTC, IgorStepanov wrote: Sorry if this question has been raised but is the reason for the inability to edit posts? Posts are not editable because once sent, they are relayed to the NNTP

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread IgorStepanov via Digitalmars-d-announce
On Friday, 5 June 2015 at 02:14:08 UTC, Vladimir Panteleev wrote: On Friday, 5 June 2015 at 02:11:17 UTC, IgorStepanov wrote: On Friday, 5 June 2015 at 02:03:48 UTC, Vladimir Panteleev wrote: On Friday, 5 June 2015 at 02:02:11 UTC, IgorStepanov wrote: Sorry if this question has been raised but

Re: Multiple alias this is coming.

2014-09-19 Thread IgorStepanov via Digitalmars-d-announce
On Friday, 19 September 2014 at 11:25:03 UTC, Nordlöw wrote: On Thursday, 18 September 2014 at 22:13:14 UTC, IgorStepanov wrote: Is Nullable!(T) with polymorphic type disallowed now? Sorry, I meant NotNull(T) Here's a module https://github.com/nordlow/justd/blob/master/notnull.d a bit

Re: Multiple alias this is coming.

2014-09-19 Thread IgorStepanov via Digitalmars-d-announce
On Friday, 19 September 2014 at 17:59:44 UTC, Nordlöw wrote: On Friday, 19 September 2014 at 13:24:53 UTC, IgorStepanov wrote: What does a troubles with your NotNull implementation you have with old alias this? Do you want to implicit cast from NotNull!(T) to all other NotNull!(B) where B is

Re: Multiple alias this is coming.

2014-09-19 Thread IgorStepanov via Digitalmars-d-announce
On Friday, 19 September 2014 at 17:19:09 UTC, Andrei Alexandrescu wrote: On 9/19/14, 3:21 AM, Dicebot wrote: On Friday, 19 September 2014 at 09:34:22 UTC, ponce wrote: Call me unimaginative, but I'm struggling to see any use case for multiple alias this, and I struggle even more for such

Re: Multiple alias this is coming.

2014-09-19 Thread IgorStepanov via Digitalmars-d-announce
On Friday, 19 September 2014 at 18:46:14 UTC, IgorStepanov wrote: On Friday, 19 September 2014 at 17:19:09 UTC, Andrei Alexandrescu wrote: On 9/19/14, 3:21 AM, Dicebot wrote: On Friday, 19 September 2014 at 09:34:22 UTC, ponce wrote: Call me unimaginative, but I'm struggling to see any use

Re: Multiple alias this is coming.

2014-09-19 Thread IgorStepanov via Digitalmars-d-announce
On Friday, 19 September 2014 at 18:49:57 UTC, Jesse Phillips wrote: On Thursday, 18 September 2014 at 20:11:12 UTC, IgorStepanov wrote: Do you ask about alias this or about it multiple usage. Multiple usage is similar to single, but multiple:) Just an FYI, bearophile is very knowledgeable

Multiple alias this is coming.

2014-09-18 Thread IgorStepanov via Digitalmars-d-announce
I've created pull request, which introduces multiple alias this. https://github.com/D-Programming-Language/dmd/pull/3998 Please see the additional tests and comment it.

Re: Multiple alias this is coming.

2014-09-18 Thread IgorStepanov via Digitalmars-d-announce
On Thursday, 18 September 2014 at 19:52:42 UTC, bearophile wrote: IgorStepanov: I've created pull request, which introduces multiple alias this. Can someone show one or more usage cases? Thank you, bye, bearophile Do you ask about alias this or about it multiple usage. Multiple usage is

Re: Multiple alias this is coming.

2014-09-18 Thread IgorStepanov via Digitalmars-d-announce
On Thursday, 18 September 2014 at 22:16:23 UTC, bearophile wrote: IgorStepanov: Do you ask about alias this or about it multiple usage. Multiple usage is similar to single, but multiple:) I meant the multiple usage. And none of your examples here are use cases :-( I'd like to see one use