unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* (use-modules (oop goops describe))
@ 2008-03-12 16:10 David Pirotte
  2008-03-12 16:45 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: David Pirotte @ 2008-03-12 16:10 UTC (permalink / raw)
  To: guile-user

Hi Guilers,

For information to developers, (use-modules (oop goops describe)) adds
a string to the feature list [instead of a symbol?]

	Debian:	guile-1.8                            1.8.4+1-2

guile> guile> (use-modules (oop goops))
guile> (use-modules (oop goops describe))
guile> *features*
("describe" record defmacro array array-for-each random debug-extensions delay current-time values sort socket net-db regex EIDs posix inexact complex i/o-extensions i18n full-continuation char-ready? system)
guile> 




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: (use-modules (oop goops describe))
  2008-03-12 16:10 (use-modules (oop goops describe)) David Pirotte
@ 2008-03-12 16:45 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2008-03-12 16:45 UTC (permalink / raw)
  To: guile-user

Hi,

David Pirotte <david@altosw.be> writes:

> For information to developers, (use-modules (oop goops describe)) adds
> a string to the feature list [instead of a symbol?]
>
> 	Debian:	guile-1.8                            1.8.4+1-2
>
> guile> guile> (use-modules (oop goops))
> guile> (use-modules (oop goops describe))
> guile> *features*
> ("describe" record defmacro array array-for-each random debug-extensions delay current-time values sort socket net-db regex EIDs posix inexact complex i/o-extensions i18n full-continuation char-ready? system)

Good catch!  And `(provided? "describe")' was guaranteed to not work
given that it uses `memq'.

I'm committing a fix.  OTOH, it's not documented...

Thanks,
Ludovic.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-12 16:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-12 16:10 (use-modules (oop goops describe)) David Pirotte
2008-03-12 16:45 ` Ludovic Courtès

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).