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'
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
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
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
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
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
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
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
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)