Re: [ANN] guile-curl 0.7

2021-01-04 Thread Aleix Conchillo Flaqué
On Mon, Jan 4, 2021 at 10:43 AM Aleix Conchillo Flaqué wrote: > > Another issue I found is that the tarball URL is sometimes flaky, see: > > https://github.com/aconchillo/homebrew-guile/pull/12/checks?check_run_id=1642592439#step:8:55 > Weirdly clicking http://lonelycactus.com/tarball/guile_curl

Re: reading symbols containing apostrophe

2021-01-04 Thread Tom Gillespie
Hi Taylan, Thank you for the explanation. Replies in line. Best! Tom > It's quite common for implementations to extend the standard, so > something that's "an error" in the standard might be allowed in an > implementation. In this instance I think the situation is worse than if the standard s

Re: [ANN] guile-curl 0.7

2021-01-04 Thread Aleix Conchillo Flaqué
On Mon, Jan 4, 2021 at 4:07 AM Mike Gran wrote: > > On Mon, Jan 04, 2021 at 12:42:34PM +0100, Ricardo Wurmus wrote: > > > > Hi Mike, > > > > > On Mon, Jan 04, 2021 at 10:02:57AM +0100, Ricardo Wurmus wrote: > > >> > > >> Aleix Conchillo Flaqu� writes: > > >> > > >> > I'm trying to add guile-curl

Re: Guile-zstd 0.1.1 released

2021-01-04 Thread Aleix Conchillo Flaqué
On Sun, Dec 27, 2020 at 7:01 AM Ludovic Courtès wrote: > > Ludovic Courtès skribis: > > > I’m pleased to announce the first release of Guile-zstd: > > Oops, a file was missing from the repo, so here’s a brand new release! > > git clone https://notabug.org/guile-zstd/guile-zstd > cd guile-zstd

Re: [ANN] guile-curl 0.7

2021-01-04 Thread Aleix Conchillo Flaqué
On Mon, Jan 4, 2021 at 3:36 AM Mike Gran wrote: > > On Mon, Jan 04, 2021 at 10:02:57AM +0100, Ricardo Wurmus wrote: > > > > Aleix Conchillo Flaqu� writes: > > > > > I'm trying to add guile-curl to homebrew-guile but ran into > > > compilation issues in type.c using the tarball from your email. >

Re: Guile-zstd 0.1.1 released

2021-01-04 Thread Ludovic Courtès
Hi, "Dr. Arne Babenhauserheide" skribis: > Looking at the readme I get the feeling that two little helpers could be > useful: > >(call-with-zstd-output-file "compressed.zstd" > (lambda (port) > (define data > ;; Read the input file in memory. > (call-with-in

Re: [ANN] guile-curl 0.7

2021-01-04 Thread Mike Gran via General Guile related discussions
On Mon, Jan 04, 2021 at 12:42:34PM +0100, Ricardo Wurmus wrote: > > Hi Mike, > > > On Mon, Jan 04, 2021 at 10:02:57AM +0100, Ricardo Wurmus wrote: > >> > >> Aleix Conchillo Flaqu� writes: > >> > >> > I'm trying to add guile-curl to homebrew-guile but ran into > >> > compilation issues in typ

Re: [ANN] guile-curl 0.7

2021-01-04 Thread Ricardo Wurmus
Hi Mike, > On Mon, Jan 04, 2021 at 10:02:57AM +0100, Ricardo Wurmus wrote: >> >> Aleix Conchillo Flaqu� writes: >> >> > I'm trying to add guile-curl to homebrew-guile but ran into >> > compilation issues in type.c using the tarball from your email. >> >> I can confirm this. (I just tried

Re: [ANN] guile-curl 0.7

2021-01-04 Thread Mike Gran via General Guile related discussions
On Mon, Jan 04, 2021 at 10:02:57AM +0100, Ricardo Wurmus wrote: > > Aleix Conchillo Flaqu� writes: > > > I'm trying to add guile-curl to homebrew-guile but ran into > > compilation issues in type.c using the tarball from your email. > > I can confirm this. (I just tried to upgrade the guile-

Re: [ANN] guile-curl 0.7

2021-01-04 Thread Ricardo Wurmus
Aleix Conchillo Flaqué writes: > I'm trying to add guile-curl to homebrew-guile but ran into > compilation issues in type.c using the tarball from your email. I can confirm this. (I just tried to upgrade the guile-curl package in Guix.) I’m getting this error output when building with Guile