From: sera@... (Francis Hwang) Date: 2003-08-06T08:00:31+09:00 Subject: Re: Lafcadio: An object-relational mapping layer for Ruby "Dmitry V. Sabanin" wrote in message news:<200308052158.01542.sdmitry@lrn.ru>... > On Tuesday 05 August 2003 10:18, Francis Hwang wrote: > > Perhaps things would be clearer for people using your package if you > > simply listed Lafcadio as a requirement, and pointed them to where it > > can be downloaded. Being in alpha, Lafcadio might be a bit of a moving > > target in the short term, so it might be a bit of a hassle for you to > > constantly incorporate new changes. > > I placed it in the redist directory, and probably, i'll write it in my INSTALL > file, that user will be able to use another version of lafcadio. I just want > to have as little dependencies, as it is possible, to make everything working > out of box. But maybe i'm wrong, i have to think about this some time. That might work, too. Feel free to try out whatever you think will work for your project. BTW, Lafcadio is LGPL, too. > > > P.S. I'm now trying to make test-suites run without errors on 1.8, it > > > have a lot of "meth (bla)" code, that sometimes raises syntax errors. > > > > Oop! Been doing a lot more testing in 1.6.8 than in 1.8. I'll get on > > that right away, thanks. > > No problems, if you want i could mail you (or give you data for accessing CVS) > that have a lots of code fixed already. I went ahead and fixed all the syntax errors (mostly adding a lot of parenthesis) and all the tests run fine as of the last CVS checkin, but you have to suppress warnings or else the output's pretty messy. I'm planning on fixing all the warnings in the next day or so. If you want to email me code that fixes warnings, that'd be great. Otherwise I can just handle it on my own, too. > Btw, big thank you for a good library! :) You're welcome!