[Omake] [Ping Jason] Are we ready for 0.9.8?
Jason Hickey
jyh at cs.caltech.edu
Fri Dec 8 19:19:37 PST 2006
Last thing that bugs me (in the category for this release):
Should regex matches produce ValData or ValString?
match $"a b c"
case $'^\(.*\)$'
x[] = $1
printvln($x)
produces
<array "a" "b" "c">
This seems wrong to me. I would say to change the regex matches to
ValData uniformly (I'm too lazy now, but they all use a single
function from Omake_env, so it is easy to change). It needs testing,
but I would prefer it.
Jason
On Dec 8, 2006, at 5:28 PM, Aleksey Nogin wrote:
> Jason,
>
> I would like to release 0.9.8 over the weekend. Do you have
> anything that you would like to get in before I release?
>
> Aleksey
> _______________________________________________
> OMake-Devel mailing list
> OMake-Devel at metaprl.org
> https://lists.metaprl.org/mailman/listinfo/omake-devel
--
Jason Hickey http://www.cs.caltech.edu/~jyh
Caltech Computer Science Tel: 626-395-6568 FAX: 626-792-4257
More information about the OMake-Devel
mailing list