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

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

bug#44371: closed (Missing 'get-bytevector-some!' in Guile 2.2)


From: GNU bug Tracking System
Subject: bug#44371: closed (Missing 'get-bytevector-some!' in Guile 2.2)
Date: Sun, 01 Nov 2020 21:40:02 +0000

Your message dated Sun, 01 Nov 2020 22:39:01 +0100
with message-id <8d9316d34afa0bc9ec361d3988dd0980d94f67e7.camel@gnu.org>
and subject line Re: bug#44371: Missing 'get-bytevector-some!' in Guile 2.2
has caused the debbugs.gnu.org bug report #44371,
regarding Missing 'get-bytevector-some!' in Guile 2.2
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
44371: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44371
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Missing 'get-bytevector-some!' in Guile 2.2 Date: Sun, 01 Nov 2020 15:41:52 +0100 User-agent: Evolution 3.38.1 (3.38.1-1.fc33)
Dear Guix,

I installed guile-2.2 on Debian 10.6 and I seem to missing the "get-
bytevector-some!" procedure from "(ice-9 binary-ports)":

----------
# guile
GNU Guile 2.2.4
Copyright (C) 1995-2017 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)> ,use (ice-9 binary-ports)
scheme@(guile-user)> get-bytevector-some!
;;; <unknown-location>: warning: possibly unbound variable `get-
bytevector-some!'
ERROR: In procedure module-lookup: Unbound variable: get-bytevector-
some!

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
scheme@(guile-user) [1]> ,q
scheme@(guile-user)> get-bytevector-some
$1 = #<procedure get-bytevector-some (_)>
----------

Kind regards,
Roel Janssen




--- End Message ---
--- Begin Message --- Subject: Re: bug#44371: Missing 'get-bytevector-some!' in Guile 2.2 Date: Sun, 01 Nov 2020 22:39:01 +0100 User-agent: Evolution 3.38.1 (3.38.1-1.fc33)
On Sun, 2020-11-01 at 18:40 +0000, dsmich@roadrunner.com wrote:
> You have 2.2.4.  It was added in 2.2.5.
> 
> From the NEWS file:
> 
> Changes in 2.2.5 (since 2.2.4):
> ....
> ** New 'get-bytevector-some!' I/O primitive.
> 
> 
> -Dale

Thanks Dale, I should've looked more carefully.

Closing this bug report.

Kind regards,
Roel Janssen



--- End Message ---

reply via email to

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