Re: sort and shared

2011-01-23 Thread Adam Conner-Sax
Thanks. I'll wait for now since (gulp!) casting away shared just for the sort works and I'm not sure what I'm doing wrong with the patching. Adam

Re: sort and shared

2011-01-21 Thread Steven Schveighoffer
the shared away it compiles fine. I imagine that this is somewhere to do with a string function being called on an element of the array and then there's no shared version of that method. Is there a fix? Or a different way to call sort? I can cast away shared for the sort but since in the actual

Re: sort and shared

2011-01-21 Thread Adam Conner-Sax
Thanks! I tried to apply that patch and rebuild phobos (I changed the file, remade libphobos2.a, put it in /usr/local/lib). That worked but I still get my error. I might have done the applying or rebuilding wrong though, especially since once I did that, even with the casting away of shared, I

Re: sort and shared

2011-01-21 Thread Steven Schveighoffer
On Fri, 21 Jan 2011 10:04:56 -0500, Adam Conner-Sax adam_conner_...@yahoo.com wrote: Thanks! I tried to apply that patch and rebuild phobos (I changed the file, remade libphobos2.a, put it in /usr/local/lib). That worked but I still get my error. I might have done the applying or

Re: sort and shared

2011-01-21 Thread Steven Schveighoffer
On Fri, 21 Jan 2011 10:09:18 -0500, Steven Schveighoffer schvei...@yahoo.com wrote: On Fri, 21 Jan 2011 10:04:56 -0500, Adam Conner-Sax adam_conner_...@yahoo.com wrote: Thanks! I tried to apply that patch and rebuild phobos (I changed the file, remade libphobos2.a, put it in

sort and shared

2011-01-20 Thread Adam Conner-Sax
being called on an element of the array and then there's no shared version of that method. Is there a fix? Or a different way to call sort? I can cast away shared for the sort but since in the actual application I have a reason for it, that's a bit worrisome. Thanks! Adam Adam begin 644 test.d