Thanks Karel!
Btw, I just realized that I forgot to work around the missing
Fixnum#pred in ruby 1.8.6. It should be just a matter of changing it
to "- 1".
Paolo
> Btw, I just realized that I forgot to work around the missing
> Fixnum#pred in ruby 1.8.6. It should be just a matter of changing it
> to "- 1".
ah, that would be nice having a patch for ruby 1.8.6 - please could you
provide a diff to apply? (my knowledge of ruby is just that it exists :-)
K.
Sure, here it is:
http://github.com/pcapriotti/kaya/commit/4db7b2363532b582679895d0161ed8000ead5c3e
This will be in the next release, anyway.
Paolo
great! - I've updated the package, and it works now ... unfortunately, there
are some troubles with strings, I'll start a new thread about it
> This will be in the next release, anyway.
ruby 1.8.7 should be in Rawhide soon => making it into Fedora 14, so there's
no need to keep the patch, if you consider the original syntax better
I'm not sure about other distros though ...
K.