Hi,
today I just got a weird issue (probably my fault). I'm trying to
write a very basic Guile cookbook for beginners, which is the ony
think I know in any case.
Anyway, I have this script:
#!/usr/bin/guile -s
!#
(simple-format #t "my first message with a new line~%")
(format #t "my first ~a m
Hi
I keep my blog using Andy's tekuti and I always update to latest
guile. Right now 2.0.7, since last week.
This morning I found out that the blog was not running and this is
what the terminal showed.
Aleix
In web/server/http.scm:
158:6 1 (http-write #< socket: # …)
In unknown file:
I think you can ignore this by now. It might be a server problem as
other services were having problems too.
Aleix
On Wed, Jan 16, 2013 at 9:30 AM, GNU bug Tracking System
wrote:
> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you
Hi,
I was doing a test using gnutls and connecting to twitter api
services. Example attached.
I successfully passed the TLS/SSL part, but then I got this HTTP bad
header issue. I am running Guile 2.0.5 from Debian/unstable but
current stable-2.0 branch also suffers from the safe problem (I
think)
On Wed, Apr 3, 2013 at 5:34 AM, Ludovic Courtès wrote:
> Daniel Hartwig skribis:
>
>> RFC 2616 _requires_ http date values have a suffix of " GMT"
>
> What about adding an exception for “UTC”? :-)
>
> It’s the same timezone, only with a different name, so it shouldn’t cost
> us much.
>
> WDYT?
>
On Wed, Apr 3, 2013 at 7:57 AM, Aleix Conchillo Flaqué
wrote:
>
> This is what I did locally so I could continue testing. But
> unfortunately, it's is very likely that there are more broken servers
> around. The permissive flag seems like an "all-or-nothing", so I thi
Hi there!
Trying to build 2.9.7 on OS X and getting the error below.
I'd be happy to try more things if you want.
Aleix
-
wrote `system/vm/elf.go'
BOOTSTRAP GUILEC system/vm/frame.go
wrote `system/vm/dwarf.go'
BOOTSTRAP GUILEC system/vm/linker.go
/bin/sh: line 1: 69110 Abort trap: 6
On Sun, Jan 12, 2020, 12:59 PM Andy Wingo wrote:
> On Sat 14 Dec 2019 07:16, Aleix Conchillo Flaqué
> writes:
>
> > BOOTSTRAP GUILEC system/vm/linker.go
> > /bin/sh: line 1: 69110 Abort trap: 6 GUILE_AUTO_COMPILE=0
> ../meta/build-env guild compil
* doc/ref/web.texi (Web Server): need quasiquote to in order to evaluate
AF_INET6.
---
doc/ref/web.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/ref/web.texi b/doc/ref/web.texi
index 93cd0214f..49a09d0ca 100644
--- a/doc/ref/web.texi
+++ b/doc/ref/web.texi
@@ -1,
Using INADDR_ANY instead of INADDR_LOOPBACK makes it convenient when
starting the web server inside containers without the need to having to
specify INADDR_ANY all the time. This is the default in most libraries
and languages.
This doesn't break backwards compatibility since INADDR_LOOPBACK is als
* libguile/vectors.c: add (vector-last) support.
* libguile/vectors.h: define scm_vector_last and scm_c_vector_last.
* doc/ref/api-data.texi (Vector Accessors): add documentation for
(vector-last).
---
doc/ref/api-data.texi | 10 ++
libguile/vectors.c| 30
On Mon, Jan 23, 2023 at 2:48 AM Ludovic Courtès wrote:
> Hi,
>
> Greg Troxel skribis:
>
> > lloda writes:
> >
> >> This looks like https://debbugs.gnu.org/60971 <
> https://debbugs.gnu.org/60971> on mac os.
> >
> > Yes, it does.
> >
> > My quick reaction is that if the POSIX-required macros ope
According to the documentation, the module-name in define-module is of
the form (hierarchy file).
However, one can do (define-module (foo)).
Whenever eof is reach in a port, a call to unread-char passing eof
triggers an error. I'm not sure what's the right behavior for this,
but I guess the way it is now is just as the user should be
responsible to check eof.
A note in the documentation would help in any case.
The links for "Normal Termination" and "Termination Internals" are
invalid. Should be, respectively:
http://www.gnu.org/savannah-checkouts/gnu/libc/manual/html_node/Normal-Termination.html
http://www.gnu.org/savannah-checkouts/gnu/libc/manual/html_node/Termination-Internals.html
On Fri, Jan 13, 2012 at 2:34 AM, Daniel Hartwig wrote:
>
> Suggestions welcome. Personally I find the documentation sufficiently
> clear on the usage of unread-char only accepting a character value and
> equally clear that an eof value is not a character.
I totally agree. However, I think the do
On Mon, Jan 16, 2012 at 7:31 PM, Daniel Hartwig wrote:
>
> Nor are type errors mentioned by most other functions, they are simply
> implied. This convention is mentioned in the revised report [1]:
>
> It is an error for an operation to be presented with an argument that it
> is not specified to
17 matches
Mail list logo