unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Andy Wingo <wingo@pobox.com>
To: Stefan Israelsson Tampe <stefan.itampe@gmail.com>
Cc: Andy Wingo <wingo@pobox.com>, guile-devel <guile-devel@gnu.org>
Subject: Re: GNU Guile 2.9.8 Released [beta]
Date: Tue, 07 Jan 2020 22:42:48 +0100	[thread overview]
Message-ID: <871rsb54fb.fsf@pobox.com> (raw)
In-Reply-To: <CAGua6m0TNt4udw_B95i7M5i=5rVaq5oN=2GBus6knBbqS1fa6g@mail.gmail.com> (Stefan Israelsson Tampe's message of "Tue, 7 Jan 2020 21:00:00 +0100")

On Tue 07 Jan 2020 21:00, Stefan Israelsson Tampe <stefan.itampe@gmail.com> writes:

> Bump!
>
> Great, but loading an extension like:
>
> (catch #t
>   (lambda ()
>     (throw #t)
>     (load-extension "libguile-persist" "persist_init") (pk 1))
>   (lambda x      
>     (let ((file  
>            (%search-load-path "src/.libs/libguile-persist.so")))
>       (if 
>        file
>        (catch #t
>          (lambda ()          
>            (load-extension file "persist_init"))
>          (lambda x
>            (warn
>             "libguile-persist is not loadable!")))
>        (warn 
>         "libguile-persist is not present, did you forget to make it?")))))
>
> And then have  line like
>
> (pk 5 serialize-vm-ra)
>
> Loading this module prints
> (5 #f)
>
> Worked in releases before.

Surely this test case can be shortened?  All the load-extension bits
appear to not be necessary, right?

Andy



  reply	other threads:[~2020-01-07 21:42 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-02 13:36 GNU Guile 2.9.8 Released [beta] Andy Wingo
2020-01-02 14:32 ` Matt Wette
2020-01-03  5:34 ` Nala Ginrut
2020-01-03  9:02   ` tomas
2020-01-05 10:41   ` Andy Wingo
2020-01-07 20:00 ` Stefan Israelsson Tampe
2020-01-07 21:42   ` Andy Wingo [this message]
2020-01-08 14:22     ` Nala Ginrut
2020-01-11 10:32       ` Andy Wingo
2020-01-13 16:32         ` Stefan Israelsson Tampe
2020-01-14  8:49         ` Nala Ginrut
2020-01-18 19:43           ` Nala Ginrut
2020-01-26  3:16             ` Nala Ginrut
2020-01-09 21:14 ` Stefan Israelsson Tampe
2020-01-11 10:25   ` Andy Wingo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871rsb54fb.fsf@pobox.com \
    --to=wingo@pobox.com \
    --cc=guile-devel@gnu.org \
    --cc=stefan.itampe@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).