emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#24075: closed (tls/https support in Guile (through


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#24075: closed (tls/https support in Guile (through r6rs binary ports?))
Date: Mon, 07 Nov 2016 18:15:02 +0000

Your message dated Mon, 07 Nov 2016 12:14:52 -0600
with message-id <address@hidden>
and subject line Re: bug#24075: tls/https support in Guile (through r6rs binary 
ports?)
has caused the debbugs.gnu.org bug report #24075,
regarding tls/https support in Guile (through r6rs binary ports?)
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
24075: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24075
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: tls/https support in Guile (through r6rs binary ports?) Date: Tue, 26 Jul 2016 10:55:46 -0500 User-agent: mu4e 0.9.16; emacs 24.5.1
Guile lacks https support by default, which is a really glaring omission
in any modern language!  I've submitted some code adapted from Guix
previously as a step towards adding https support:

  https://lists.gnu.org/archive/html/guile-devel/2015-09/msg00031.html

While it can be pulled off through some gnutls hacks, these have
problems.  Unfortunately, it seems that the file descriptor is leaked:

  http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20145

I've been told on IRC that the "right solution" is to add r6rs style
binary ports:

  http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-9.html

So maybe that's what should be done?

Anyway, I think this is one of *the most important things* that Guile
currently lacks.  (It's held me back from considering Guile as a serious
choice for at least one project, myself!)  Hope it can be fixed!

 - Chris



--- End Message ---
--- Begin Message --- Subject: Re: bug#24075: tls/https support in Guile (through r6rs binary ports?) Date: Mon, 07 Nov 2016 12:14:52 -0600 User-agent: mu4e 0.9.16; emacs 25.1.1
Ludovic Courtès writes:

> I think ‘ensure-gnutls’ would be exactly as in this patch, and the
> autoload hack would be exactly as shown above.

Got it!  Done...

> @xref generates a “See” for the beginning of a sentence, so it should
> be:
>
>   … support.  @xref{…}, for more information.

... and done!

> Also, “HTTPS” and “GnuTLS”.  :-)

Ooops, misssed that bit in the first commit which I had pushed, so I
made two commits. :)

> The rest is all good for me, so the only remaining bits are the autoload
> thing and maybe the bug you observed?

Yep!  It's now done... as of 8f1db9f we now have HTTPS support
out-of-the-box in Guile!  Party time!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]