guile-devel
[Top][All Lists]
Advanced

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

Re: Heads up: Releasing 1.8.2


From: Greg Troxel
Subject: Re: Heads up: Releasing 1.8.2
Date: Sun, 24 Jun 2007 18:31:21 -0400
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/21.4 (berkeley-unix)

Sounds good, and it would be really nice to fix the slib support.


> 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 :_)






reply via email to

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