[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH] A stupid but serviceable fix for #1110
From: |
Peter Bex |
Subject: |
[Chicken-hackers] [PATCH] A stupid but serviceable fix for #1110 |
Date: |
Sat, 28 Nov 2015 18:09:55 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Hi all,
We have a lot of smallish open tickets for CHICKEN 4.11, and I'm trying
to close some of them, one by one so we can make a release soon.
So here's another fix, this is an attempt to slightly improve the error
message you get when Henrietta returns an error. Henrietta is supposed
to return an s-expression (error "blabla") when something doesn't work
out well, but there's a mismatch between the code that tries to parse
the first line henrietta outputs and the code that READs the s-expression
it returns.
Detecting (error ..) on the line is an ugly fix, I know and not 100%
reliable, but it's slightly better than what we have now, and at least
the code that's supposed to be triggered gets triggered now. And we can
close another ticket :)
Cheers,
Peter
0001-Attempt-to-detect-server-errors-and-translate-them-t.patch
Description: Text Data
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Chicken-hackers] [PATCH] A stupid but serviceable fix for #1110,
Peter Bex <=