Re: Suddenly having trouble with update-dao

2014-01-23 Thread Zach Beane
Ralf Mattes writes: > On Thu, Jan 23, 2014 at 11:22:53AM -0500, Zach Beane wrote: >> >> It does use arbitrary checkouts for many projects. There are many useful >> projects for which that is the only way the software is made available. >> >> Most of the time it works ok, but sometimes it doesn'

Re: Suddenly having trouble with update-dao

2014-01-23 Thread Colin Carr
Thank you sir! - C (Eos:run! :postmodern) .. Did 65 checks. Pass: 65 (100%) Skip: 0 ( 0%) Fail: 0 ( 0%) On Jan 23, 2014, at 10:05 AM, Zach Beane wrote: > Marijn Haverbeke writes: > >> Yes, recently someone submitted a patch that broke a bunch of things

Re: Suddenly having trouble with update-dao

2014-01-23 Thread Ralf Mattes
On Thu, Jan 23, 2014 at 11:22:53AM -0500, Zach Beane wrote: > > It does use arbitrary checkouts for many projects. There are many useful > projects for which that is the only way the software is made available. > > Most of the time it works ok, but sometimes it doesn't. I'd like to > improve the

Re: Suddenly having trouble with update-dao

2014-01-23 Thread Ralf Mattes
On Thu, Jan 23, 2014 at 10:05:55AM -0500, Zach Beane wrote: > Marijn Haverbeke writes: > > > Yes, recently someone submitted a patch that broke a bunch of things. > > It has already been reverted in the git repository, but I guess > > quicklisp picked up the broken version (since it seems to assu

Re: Suddenly having trouble with update-dao

2014-01-23 Thread Zach Beane
Ralf Mattes writes: > On Thu, Jan 23, 2014 at 10:05:55AM -0500, Zach Beane wrote: >> Marijn Haverbeke writes: >> >> > Yes, recently someone submitted a patch that broke a bunch of things. >> > It has already been reverted in the git repository, but I guess >> > quicklisp picked up the broken ve

Re: Suddenly having trouble with update-dao

2014-01-23 Thread Sabra Crolleton
Thank you for the confirmation. I thought I was losing my mind. Sabra On Thu, Jan 23, 2014 at 2:56 AM, Marijn Haverbeke wrote: > Yes, recently someone submitted a patch that broke a bunch of things. > It has already been reverted in the git repository, but I guess > quicklisp picked up the bro

Re: Suddenly having trouble with update-dao

2014-01-23 Thread Zach Beane
Marijn Haverbeke writes: > Yes, recently someone submitted a patch that broke a bunch of things. > It has already been reverted in the git repository, but I guess > quicklisp picked up the broken version (since it seems to assume that > repositories are never broken). Update from git, I guess. I

Re: Suddenly having trouble with update-dao

2014-01-23 Thread Marijn Haverbeke
Yes, recently someone submitted a patch that broke a bunch of things. It has already been reverted in the git repository, but I guess quicklisp picked up the broken version (since it seems to assume that repositories are never broken). Update from git, I guess. On Thu, Jan 23, 2014 at 9:07 AM, Col

Re: Suddenly having trouble with update-dao

2014-01-23 Thread Colin Carr
is update-dao in postmodern broken? the strings are not being quoted Database error 42703: column "croatia" does not exist QUERY: (SELECT * FROM country WHERE (name = Croatia)) From the html quickstart (let ((croatia (get-dao 'country "Croatia"))) (setf (country-inhabitants croatia) 450)