Re: Descent 0.5.4 released

2009-01-29 Thread Robert Fraser
Jason House wrote: I have no great example handy, but I tried doing the equivalent of this example (dmd 2.022): import std.algorithm; void main(){ auto x = sort!("a I think D2 support is weak in Descent; so that's likely the problem.

Re: Descent 0.5.4 released

2009-01-29 Thread Jason House
Ary Borenszweig wrote: >>> Is that what you mean? >> >> >> No :( >> Templates are designed to do compile-time magic based on their input >> arguments. Currently, I can't see that magic in the compile-time view. >> The templates I looked at were still template foo(T) instead of somehow >> showing

Re: Descent 0.5.4 released

2009-01-29 Thread Ary Borenszweig
Jacob Carlborg escribió: I just updated descent and got this error: java.lang.UnsupportedClassVersionError: Bad version number in .class file Can you try updating now?

Re: DMD-MAC!!

2009-01-29 Thread Walter Bright
Sean Kelly wrote: There are pthread calls for TLS which are implemented for OSX. But however it works (I haven't looked into it), it likely isn't as efficient or easy to deal with as the __thread storage class on other OSes. It won't be as efficient. But that really doesn't matter at this poi

Re: DMD-MAC!!

2009-01-29 Thread Jacob Carlborg
I would have been really nice to have that ppc support that got lost now.

Re: Descent 0.5.4 released

2009-01-29 Thread Jacob Carlborg
I just updated descent and got this error: java.lang.UnsupportedClassVersionError: Bad version number in .class file

Re: Metaprogramming in D tonight at the NWCPP

2009-01-29 Thread Arild Boes
Walter Bright skrev: Robert Fraser wrote: Walter Bright wrote: http://www.nwcpp.org/ !!! I had a lab or I would have gone ;-( Any chance of a video...? Bartosz videotaped it, I imagine he'll put it up on the nwcpp.org web site soon. yay! can't wait for that :)

Re: DMD-MAC!!

2009-01-29 Thread Walter Bright
Michel Fortin wrote: I think I've found a way to do it, but it would be better if the mac was fixed to handle that like other systems do. I wonder what's that way of doing it. I plan on doing a brief writeup on it in a future blog if it works.

Re: Descent 0.5.4 released

2009-01-29 Thread Ary Borenszweig
Jason House escribió: Ary Borenszweig Wrote: Jason House escribió: 2. Actual template instances are not shown. What do you mean? I just tried: --- class Foo(T) { } void lala() { Foo!(int) foo; } --- and it was shown like: --- class Foo(T) { } void lala() {

Re: DMD-MAC!!

2009-01-29 Thread Sean Kelly
Jacob Carlborg wrote: Michel Fortin wrote: On 2009-01-28 13:02:22 -0500, BCS said: http://dobbscodetalk.com/index.php?option=com_content&task=view&id=1015&Itemid= Interesting. From the last comment from Walter at the bottom: But the Mach-O has no such special sections. I think I've fo

Re: Descent 0.5.4 released

2009-01-29 Thread Jason House
Ary Borenszweig Wrote: > Jason House escribió: > > Ary Borenszweig wrote: > > > >> New features: > >> - Compile-time view > > > > This is a great feature that I've been looking forward to. > > When playing around with this, I noticed a few things that seemed odd to > > me. They may be normal

Re: Descent 0.5.4 released

2009-01-29 Thread Don
Ary Borenszweig wrote: The Descent plugin for Eclipse provides an IDE for writing, launching and debugging code in D. Explanations on how to get it from within Eclipse are here: http://www.dsource.org/projects/descent New features: - Compile-time view (Window -> Show View -> Other -> D -> Co

Re: Descent 0.5.4 released

2009-01-29 Thread Extrawurst
Ary Borenszweig wrote: Extrawurst wrote: Extrawurst wrote: Ary Borenszweig wrote: The Descent plugin for Eclipse provides an IDE for writing, launching and debugging code in D. Explanations on how to get it from within Eclipse are here: http://www.dsource.org/projects/descent New features:

Re: Descent 0.5.4 released

2009-01-29 Thread Ary Borenszweig
Extrawurst wrote: Extrawurst wrote: Ary Borenszweig wrote: The Descent plugin for Eclipse provides an IDE for writing, launching and debugging code in D. Explanations on how to get it from within Eclipse are here: http://www.dsource.org/projects/descent New features: - Compile-time view (W

Re: Descent 0.5.4 released

2009-01-29 Thread Extrawurst
Extrawurst wrote: Ary Borenszweig wrote: The Descent plugin for Eclipse provides an IDE for writing, launching and debugging code in D. Explanations on how to get it from within Eclipse are here: http://www.dsource.org/projects/descent New features: - Compile-time view (Window -> Show View

Re: Descent 0.5.4 released

2009-01-29 Thread Extrawurst
Ary Borenszweig wrote: The Descent plugin for Eclipse provides an IDE for writing, launching and debugging code in D. Explanations on how to get it from within Eclipse are here: http://www.dsource.org/projects/descent New features: - Compile-time view (Window -> Show View -> Other -> D -> Co

Re: DMD-MAC!!

2009-01-29 Thread Jacob Carlborg
Jacob Carlborg wrote: Michel Fortin wrote: On 2009-01-28 13:02:22 -0500, BCS said: http://dobbscodetalk.com/index.php?option=com_content&task=view&id=1015&Itemid= Interesting. From the last comment from Walter at the bottom: But the Mach-O has no such special sections. I think I've fo

Re: DMD-MAC!!

2009-01-29 Thread Jacob Carlborg
Michel Fortin wrote: On 2009-01-28 13:02:22 -0500, BCS said: http://dobbscodetalk.com/index.php?option=com_content&task=view&id=1015&Itemid= Interesting. From the last comment from Walter at the bottom: But the Mach-O has no such special sections. I think I've found a way to do it, but

Re: DMD-MAC!!

2009-01-29 Thread Michel Fortin
On 2009-01-28 13:02:22 -0500, BCS said: http://dobbscodetalk.com/index.php?option=com_content&task=view&id=1015&Itemid= Interesting. From the last comment from Walter at the bottom: But the Mach-O has no such special sections. I think I've found a way to do it, but it would be better if t