Re: [q-lang-users] Proposal for two minor rearrangements
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2008-01-23 06:43:48
|
Albert Graef wrote: > John Cowan wrote: >> 1) Move the regex function (and possibly the low-level regex functions as well) >> back into qlib.c. Regular expressions are defined by Posix but aren't >> in any way system-dependent. > > Yes, in hindsight it seems much more convenient to have this in the > prelude. So I'm all for this change, but it's going to break existing > code. :( Does anyone object to this? This is in cvs now as well. Actually I moved both regex et al and fnmatch/glob back into clib. Note that this will break existing code doing a qualified import of these routines. I'm ready to release 7.11 RC1 now, stay tuned. -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |