unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: "Mikael Djurfeldt" <mikael@djurfeldt.com>
To: "Greg Troxel" <gdt@ir.bbn.com>
Cc: "Ludovic Courtès" <ludo@gnu.org>, guile-devel@gnu.org
Subject: Re: Heads up: Releasing 1.8.2
Date: Mon, 25 Jun 2007 14:42:10 +0200	[thread overview]
Message-ID: <66e540fe0706250542gfaf6effif30c55b81d1db5e3@mail.gmail.com> (raw)
In-Reply-To: <rmi4pkxhtmu.fsf@fnord.ir.bbn.com>

2007/6/25, Greg Troxel <gdt@ir.bbn.com>:
> > guile
> guile> (use-modules (ice-9 slib))
> WARNING: (guile-user): imported module (ice-9 slib) overrides core binding `provide'
> WARNING: (guile-user): imported module (ice-9 slib) overrides core binding `provided?'
> guile> (version)
> "1.8.1"
> guile>
>
> The problem is that native guile has provide/require, and so does slib.
> Guile used to use different words, and they were changed for some
> reason.  My view is that slib is a de facto reserved namespace :_)

Isn't the original and only purpose of Guile's provide/require to be
part of support for slib?  I think the idea was to tell slib (and
other code) what feature sets are already present in Guile.  My guess
is that the original was simply a clone of the corresponding parts of
slib, so that they could simply replace the slib version.

With time, however, slib has developed independently of Guile.  I
think what needs to be done is to come to an agreement with Aubrey
Jaffer of how the interface to slib should look like and how it should
be maintained.  When I last looked at it, slib's Guile interface was
based on heavily outdated assumptions.  Preferably, the Guile part of
slib should be minimal, giving larger freedom for development on both
sides.

When doing this, it is important that the result works well with
Guile's module system.


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


  parent reply	other threads:[~2007-06-25 12:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-23 15:43 Heads up: Releasing 1.8.2 Ludovic Courtès
2007-06-24 22:31 ` Greg Troxel
2007-06-25  8:11   ` Ludovic Courtès
2007-06-25 12:42   ` Mikael Djurfeldt [this message]
2007-06-26 12:19     ` Greg Troxel
2007-06-26 15:34       ` Mikael Djurfeldt
2007-08-15 23:08     ` Kevin Ryde

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=66e540fe0706250542gfaf6effif30c55b81d1db5e3@mail.gmail.com \
    --to=mikael@djurfeldt.com \
    --cc=gdt@ir.bbn.com \
    --cc=guile-devel@gnu.org \
    --cc=ludo@gnu.org \
    /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).