Re: custom opCmp for array sort

2008-12-03 Thread bearophile
New: > Thanks very much indeed for your help. The version posted does work. > Unfortunately I won't be able to use D for my project, this bug has scared > the management, D is still a moving target. I will have to wait until it is > more stable. Tell your management that you have used the D2 la

Re: custom opCmp for array sort

2008-12-01 Thread Bill Baxter
On Mon, Dec 1, 2008 at 7:23 PM, New <[EMAIL PROTECTED]> wrote: > Thanks very much indeed for your help. The version posted does work. > Unfortunately I won't be able to use D for my project, this bug has scared > the management, D is still a moving target. I will have to wait until it is > more

Re: custom opCmp for array sort

2008-12-01 Thread New
Thanks very much indeed for your help. The version posted does work. Unfortunately I won't be able to use D for my project, this bug has scared the management, D is still a moving target. I will have to wait until it is more stable. Cheers. Gide Nwawudu Wrote: > On Fri, 28 Nov 2008 13:58:28

Re: custom opCmp for array sort

2008-11-29 Thread Gide Nwawudu
On Fri, 28 Nov 2008 13:58:28 -0500, Kagamin <[EMAIL PROTECTED]> wrote: >just found it accidentally >http://d.puremagic.com/issues/show_bug.cgi?id=1309 Yep, this issue prevents Path.opCmp from being called. The version below works. import std.string: find, cmp; import std.stdio: writefln; import

Re: custom opCmp for array sort

2008-11-28 Thread Kagamin
just found it accidentally http://d.puremagic.com/issues/show_bug.cgi?id=1309

Re: custom opCmp for array sort

2008-11-28 Thread New
Small correction, the code I posted works with D1.0 but not with D2.0. What do I need to change to make it work with D 2.0? is it better to use D 2 or D 1? sorry for crossposting, I started my questions on the D group but I was instructed to ask here. thanks New Wrote: > Hello, > > I or

custom opCmp for array sort

2008-11-28 Thread New
Hello, I originally posted this question to the wrong group, I am trying here as suggested. I am new with D and am stuck with something I hope somebody can help me with it. I am trying sort an array of paths which can take the two following forms: /usr---> normal path /bin=/othe