Re: [Chicken-users] (hostinfo-addresses (hostname->hostinfo (get-host-name)))))) => returns only one address

2019-07-22 Thread Vasilij Schneidermann
One more time, with a patch for Jim. From 8db9d5d79e63e3a552e5ab2a8571d9deeb7fa8f3 Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Mon, 22 Jul 2019 22:49:30 +0200 Subject: [PATCH] C5 compatibility --- build-hostinfo | 2 ++ build-hostinfo.bat | 2 ++ hostinfo.egg | 7

Re: [Chicken-users] pdf: chicken 5 port

2019-07-22 Thread Mario Domenech Goulart
Hi Robert, On Mon, 22 Jul 2019 11:59:52 -0400 Robert Jensen wrote: > Following up - can this be added to the coop? Sure. Thanks for your egg. There's a small issue though: it tries to import srfi-69, but srfi-69 (an egg in C5) is not specified as a dependency in pdf.egg's `dependencies'

Re: [Chicken-users] (hostinfo-addresses (hostname->hostinfo (get-host-name)))))) => returns only one address

2019-07-22 Thread Vasilij Schneidermann
For some reason putting Jim into Cc didn't work, so I'm trying it the other way. Once again, a patch for porting hostinfo to C5. Vasilij From 8db9d5d79e63e3a552e5ab2a8571d9deeb7fa8f3 Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Mon, 22 Jul 2019 22:49:30 +0200 Subject: [PATCH] C5

Re: [Chicken-users] (hostinfo-addresses (hostname->hostinfo (get-host-name)))))) => returns only one address

2019-07-22 Thread Vasilij Schneidermann
Hello Matt, Turns out this wasn't that hard to port. I've added Jim to Cc so that he can take a look at the patch. Unfortunately I don't know much about this networking thing, so I can't help you with the bug, other than giving you debugging ideas. Take a look at how exactly the egg performs

Re: [Chicken-users] pdf: chicken 5 port

2019-07-22 Thread Robert Jensen
Hello, Following up - can this be added to the coop? On Thu, Jul 18, 2019 at 5:11 PM wrote: > > I got in touch with m...@gushee.net who indicated that he is no longer > > working on scheme. He was the last node in a chain of authors porting > this > > code from CL -> Racket -> Chicken. He did