Re: The path to unity [You ALL ignored my post!]

2009-02-07 Thread Don
Piotrek wrote: Don pisze: Don wrote: With the druntime project, we now have a run time which is shared between Tango and Phobos. This is a huge step forward, but it's still not much use without some common user code. The highest priorities which I see are, in order: (1) the C standard

Re: The path to unity [You ALL ignored my post!]

2009-02-07 Thread Robert Fraser
Don wrote: Please read it again. I'm not asking the question where do we put it? Rather, to agree that it WILL eventually go SOMEWHERE. If we agree on that, there are immediate implications. Those modules have some functions which differ in naming (mostly in case). That's a difference we can

Re: The path to unity [You ALL ignored my post!]

2009-02-07 Thread Piotrek
Don wrote: Are people OK with some of their code breaking for the sake of unity? For the math stuff, that would mean name changes on minor functions such as: isnormal() - isNormal() I need a mandate. My personal point of view (from what I've learned so far) is as follows: Fortunately

Re: The path to unity [You ALL ignored my post!]

2009-02-07 Thread Don
Robert Fraser wrote: Don wrote: Please read it again. I'm not asking the question where do we put it? Rather, to agree that it WILL eventually go SOMEWHERE. If we agree on that, there are immediate implications. Those modules have some functions which differ in naming (mostly in case). That's

Re: The path to unity [You ALL ignored my post!]

2009-02-07 Thread Andrei Alexandrescu
Don wrote: Piotrek wrote: Don pisze: Don wrote: With the druntime project, we now have a run time which is shared between Tango and Phobos. This is a huge step forward, but it's still not much use without some common user code. The highest priorities which I see are, in order: (1) the C

Re: The path to unity [You ALL ignored my post!]

2009-02-07 Thread dsimcha
== Quote from Don (nos...@nospam.com)'s article No, it's a question to the community. I'm the primary maintainer of the math modules in both libraries. The efforts are straightforwards and not very time consuming. But I don't think I can break code just because I have a personal desire for

Re: The path to unity [You ALL ignored my post!]

2009-02-07 Thread Chad J
Don wrote: Are people OK with some of their code breaking for the sake of unity? I am absolutely fine with this. Please do make the D platform better!

Re: The path to unity [You ALL ignored my post!]

2009-02-07 Thread Christopher Wright
Don wrote: Don wrote: With the druntime project, we now have a run time which is shared between Tango and Phobos. This is a huge step forward, but it's still not much use without some common user code. The highest priorities which I see are, in order: (1) the C standard library tango.stdc =

Re: The path to unity [You ALL ignored my post!]

2009-02-07 Thread Christopher Wright
Andrei Alexandrescu wrote: By the way, what happened to std.traits and std.typecons? They are two of my faves and are growing as we speak. Andrei std.traits and tango.core.Traits have a number of superficial differences, such as ReturnType versus ReturnTypeOf, ParameterTypeTuple versus

Re: The path to unity [You ALL ignored my post!]

2009-02-07 Thread Sean Kelly
Andrei Alexandrescu wrote: Don wrote: Piotrek wrote: Don pisze: Don wrote: With the druntime project, we now have a run time which is shared between Tango and Phobos. This is a huge step forward, but it's still not much use without some common user code. The highest priorities which I see

Re: The path to unity [You ALL ignored my post!]

2009-02-07 Thread Simen Kjaeraas
Don wrote: Are people OK with some of their code breaking for the sake of unity? For the math stuff, that would mean name changes on minor functions such as: isnormal() - isNormal() I need a mandate. Aye, I say! -- Simen

Re: The path to unity [You ALL ignored my post!]

2009-02-07 Thread Joel C. Salomon
Christopher Wright wrote: I support it, but I don't use these functions. A few changes in case wouldn't bother me in any case (except all upper, or small caps). ᴡʜy ᴀʀe ʏᴏᴜ ᴏᴘᴘosᴇᴅ ᴛo sᴍᴀʟʟ-ᴄᴀᴘs ɪɴ ᴄᴏᴅᴇ? —Joel Salomon

Re: The path to unity [You ALL ignored my post!]

2009-02-06 Thread Don
Don wrote: With the druntime project, we now have a run time which is shared between Tango and Phobos. This is a huge step forward, but it's still not much use without some common user code. The highest priorities which I see are, in order: (1) the C standard library tango.stdc = std.stdc (2)

Re: The path to unity [You ALL ignored my post!]

2009-02-06 Thread Piotrek
Don pisze: Don wrote: With the druntime project, we now have a run time which is shared between Tango and Phobos. This is a huge step forward, but it's still not much use without some common user code. The highest priorities which I see are, in order: (1) the C standard library tango.stdc =