On 12/10/14 1:16 AM, Denis Gladkiy wrote:
On Thursday, 20 January 2011 at 13:49:30 UTC, Justin Johansson wrote:
Not long ago the Java Language people introduced the idea of
annotations together with an annotation processing tool (apt).
Now perhaps the idea of source code annotations is not actu
On Thursday, 20 January 2011 at 14:04:54 UTC, Steven
Schveighoffer wrote:
On Thu, 20 Jan 2011 08:47:28 -0500, Justin Johansson
wrote:
Not long ago the Java Language people introduced the idea of
annotations together with an annotation processing tool (apt).
Now perhaps the idea of source co
On Thursday, 20 January 2011 at 13:49:30 UTC, Justin Johansson
wrote:
Not long ago the Java Language people introduced the idea of
annotations together with an annotation processing tool (apt).
Now perhaps the idea of source code annotations is not actually
a Java invention per se, however for
On Thursday, 20 January 2011 at 18:19:21 UTC, Jacob Carlborg
wrote:
On 2011-01-20 14:47, Justin Johansson wrote:
Not long ago the Java Language people introduced the idea of
annotations
together with an annotation processing tool (apt).
Now perhaps the idea of source code annotations is not
a
On Friday, 21 January 2011 at 20:50:39 UTC, Jonathan M Davis
wrote:
On Friday, January 21, 2011 12:36:23 Ary Manzana wrote:
On 1/20/11 5:48 PM, Jacob Carlborg wrote:
> On 2011-01-20 21:34, Steven Schveighoffer wrote:
>> On Thu, 20 Jan 2011 15:03:55 -0500, Jacob Carlborg
>> wrote:
>>> On 2011-
On Friday, January 21, 2011 12:36:23 Ary Manzana wrote:
> On 1/20/11 5:48 PM, Jacob Carlborg wrote:
> > On 2011-01-20 21:34, Steven Schveighoffer wrote:
> >> On Thu, 20 Jan 2011 15:03:55 -0500, Jacob Carlborg wrote:
> >>> On 2011-01-20 19:18, Steven Schveighoffer wrote:
> On Thu, 20 Jan 2011
On 1/20/11 5:48 PM, Jacob Carlborg wrote:
On 2011-01-20 21:34, Steven Schveighoffer wrote:
On Thu, 20 Jan 2011 15:03:55 -0500, Jacob Carlborg wrote:
On 2011-01-20 19:18, Steven Schveighoffer wrote:
On Thu, 20 Jan 2011 13:07:58 -0500, Jacob Carlborg wrote:
On 2011-01-20 15:02, Steven Schve
template foo (args...) {}
Does that work with aliases?
Well at least the following compiles:
template Foo(T...,)
{
int i;
}
int a,b;
alias Foo!(a,b) f;
On 2011-01-20 21:34, Steven Schveighoffer wrote:
On Thu, 20 Jan 2011 15:03:55 -0500, Jacob Carlborg wrote:
On 2011-01-20 19:18, Steven Schveighoffer wrote:
On Thu, 20 Jan 2011 13:07:58 -0500, Jacob Carlborg wrote:
On 2011-01-20 15:02, Steven Schveighoffer wrote:
On Thu, 20 Jan 2011 08:47:
On 2011-01-20 20:10, Trass3r wrote:
class Foo
{
int x;
int y;
int z;
mixin NonSerialized!(z);
}
Had a quick look at
http://dsource.org/projects/orange/browser/orange/serialization/Serializable.d
1. How come it works without 'mixin' in the template declaration (mixin
template NonSerialized)?
On Thu, 20 Jan 2011 15:03:55 -0500, Jacob Carlborg wrote:
On 2011-01-20 19:18, Steven Schveighoffer wrote:
On Thu, 20 Jan 2011 13:07:58 -0500, Jacob Carlborg wrote:
On 2011-01-20 15:02, Steven Schveighoffer wrote:
On Thu, 20 Jan 2011 08:47:28 -0500, Justin Johansson
wrote:
Not long ago
On 2011-01-20 19:18, Steven Schveighoffer wrote:
On Thu, 20 Jan 2011 13:07:58 -0500, Jacob Carlborg wrote:
On 2011-01-20 15:02, Steven Schveighoffer wrote:
On Thu, 20 Jan 2011 08:47:28 -0500, Justin Johansson
wrote:
Not long ago the Java Language people introduced the idea of
annotations t
Trass3r wrote:
class Foo
{
int x;
int y;
int z;
mixin NonSerialized!(z);
}
Had a quick look at
http://dsource.org/projects/orange/browser/orange/serialization/Serializable.d
1. How come it works without 'mixin' in the template declaration (mixin
template NonSerialized
class Foo
{
int x;
int y;
int z;
mixin NonSerialized!(z);
}
Had a quick look at
http://dsource.org/projects/orange/browser/orange/serialization/Serializable.d
1. How come it works without 'mixin' in the template declaration (mixin
template NonSerialized)?
2. What if sev
On 2011-01-20 14:47, Justin Johansson wrote:
Not long ago the Java Language people introduced the idea of annotations
together with an annotation processing tool (apt).
Now perhaps the idea of source code annotations is not actually a Java
invention per se, however for someone learning D is ther
On Thu, 20 Jan 2011 13:07:58 -0500, Jacob Carlborg wrote:
On 2011-01-20 15:02, Steven Schveighoffer wrote:
On Thu, 20 Jan 2011 08:47:28 -0500, Justin Johansson
wrote:
Not long ago the Java Language people introduced the idea of
annotations together with an annotation processing tool (apt)
On Thu, Jan 20, 2011 at 8:02 AM, Steven Schveighoffer
wrote:
> On Thu, 20 Jan 2011 08:47:28 -0500, Justin Johansson
> wrote:
>
> Not long ago the Java Language people introduced the idea of annotations
>> together with an annotation processing tool (apt).
>>
>> Now perhaps the idea of source cod
On 2011-01-20 15:02, Steven Schveighoffer wrote:
On Thu, 20 Jan 2011 08:47:28 -0500, Justin Johansson wrote:
Not long ago the Java Language people introduced the idea of
annotations together with an annotation processing tool (apt).
Now perhaps the idea of source code annotations is not actua
Justin Johansson Wrote:
> Thanks for answer. I wasn't expecting many enlightening responses.
> Yours was a pleasant reply, albeit a reflection of the current state of D.
>
> - Justin
I think it is worth mentioning that the current syntax comes from DIP 6
http://www.prowiki.org/wiki4d/wiki.cgi
On 21/01/11 01:02, Steven Schveighoffer wrote:
On Thu, 20 Jan 2011 08:47:28 -0500, Justin Johansson wrote:
Not long ago the Java Language people introduced the idea of
annotations together with an annotation processing tool (apt).
Now perhaps the idea of source code annotations is not actuall
On Thu, 20 Jan 2011 08:47:28 -0500, Justin Johansson wrote:
Not long ago the Java Language people introduced the idea of annotations
together with an annotation processing tool (apt).
Now perhaps the idea of source code annotations is not actually a Java
invention per se, however for someo
On 21/01/11 00:47, Justin Johansson wrote:
Not long ago the Java Language people introduced the idea of annotations
together with an annotation processing tool (apt).
Now perhaps the idea of source code annotations is not actually a Java
invention per se, however for someone learning D is there
22 matches
Mail list logo