Re: ITP: Moscow ML - An implementation of standard
Torsten Landschoff said: > I don't quite remember. I think I contacted inria (they hold the Caml > copyright) about changing that but to no extent. I am not sure if changing > the MoSML license would help - at least it has to go to non-free then. > I did not want to maintain a non-free package at that time so I gave up on > it. They changed the license on OCaml to the QPL recently. It's not GPL compatible, and it's not the nicest license in the world, but it is a free license the Moscow ML people could work with.
Re: Implementing "testing" (was: Re: Potato now stable)
> I'd just like to bring up the only point which really worries me about > all this... what is the incentive for people to run their machines on > 'unstable'? I don't know - how many people are running glibc 2.1.92 now? How about X 4.0? GNAT 3.13? I'm running two out the three, because I'm too impatient to wait for unstable. Provided I'm not that much of an anomaly, unstable should be well tested; at the very least, brown paper bag bugs should get caught. -- David Starner
Re: autodetecting MBR location
Stephen says: > "Russell" == Russell Coker <[EMAIL PROTECTED]> writes: >Russell> Right. The s/[0-9]+$// should do it. > > > > s/\d+$// not s/[0-9]+$//. The former will continue to work in Unicode > capable file-systems (assuming Linux ever supports such). > > It supports them right now - try setting the locale to a UTF-8 locale and "cat > À". You now have a file with a name in Unicode. As for the job being done, [0-9] sounds better. Even if the device names stop being in Unicode, they won't go to non-Arabic numerals, and it's questionable whether we would want to strip those numbers out if they are there. -- David Starner - [EMAIL PROTECTED]