Re: Descent 0.5.5 released

2009-05-19 Thread Trass3r

Ary Borenszweig schrieb:
For this release Robert Fraser made an excelent addition: when compiling 
programs using an external tool such as dsss, rebuild, dmd, gdc, ldc, 
gdmd or bud, there are now links to the files in the console output for 
warnings and errors. I think this one was pretty requested. So say 
thanks to him! :-)




FINALLY! Yha. Many thanks to Robert!


D identi.ca microblogging group

2009-05-19 Thread Vincenzo Ampolo
Hi,

It's some time now that a group about d programming language is active 
in identi.ca, it's:

http://identi.ca/group/dlanguage

Microblogging is going to be an effective way to ping/send small 
messages/send news in the FOSS community, so feel free to join the 
group and write anything related to D research, compilers, programs, 
libraries.

To write to all the members of the group just add !dlanguage in your 
identi.ca message.

Hope it helps in spreading the good word about the D programming 
language as Walter said many times :)

See you.



Re: Please test: black holes and white holes

2009-05-19 Thread Andrei Alexandrescu

Shin Fujishiro wrote:

I wrote:

Now it came to my mind that the problem could be solved by inserting
alias ReturnType!(C.foo) X; in generated code. I'll try this.


OK, I did it! I checked in a new version.


http://code.google.com/p/kabe/source/browse/branches/bhwh/test.d
http://code.google.com/p/kabe/source/browse/branches/bhwh/nonstd/traits.d
http://code.google.com/p/kabe/source/browse/branches/bhwh/nonstd/typecons.d


Also, there's a trick to extracting parameter storage classes from a
parameter type tuple (template parameterStorageClasses in traits.d).


Perfect!

Andrei


Serialization for D. Comments, please!

2009-05-19 Thread BCS
I'm planning on taking a crack at a Serialization template library and I'm 
looking for feed back. My thinking so far is up on my blog here:


http://arrayboundserror.blogspot.com/2009/05/serialization-for-d-part-1-of-n.html

Please comment! (here or there, doesn't matter, I think I'll see both)