Fault in guile 2.9

2018-11-09 Thread Stefan Israelsson Tampe
Hi, I got this error, what's this error message? unhandled constant # So a with got a src meta informatoin in it's field somehow, a bug in guile's compiler for sure. This is for a real stress test, a compile of a huge file that used to take 10minutes to compile. So I ill not be able to track th

Re: Fault in guile 2.9

2018-11-09 Thread Stefan Israelsson Tampe
Stack trace: Backtrace: In ice-9/boot-9.scm: 838:4 19 (with-throw-handler _ _ _) In system/base/compile.scm: 59:11 18 (_) 155:11 17 (_ #) 224:14 16 (read-and-compile _ #:from _ #:to _ #:env _ #:opts _) 255:6 15 (compile _ #:from _ #:to _ #:env _ #:opts _) 183:32 14 (compile-fold _ _

posix: Add server example for IPv6, because it was not obvious to me

2018-11-09 Thread Arne Babenhauserheide
From 0ce11db4c224a99ef70835ee63792321eac038d6 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Sat, 10 Nov 2018 01:44:47 +0100 Subject: [PATCH] posix: Add server example for IPv6, because it was not obvious to me --- doc/ref/posix.texi | 23 +++ 1 file changed, 23