chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] Convert (most) core units to modules


From: Evan Hanson
Subject: Re: [Chicken-hackers] [PATCH] Convert (most) core units to modules
Date: Mon, 3 Aug 2015 06:33:55 +1200

Hi Oleg,

Thanks, the testing is appreciated.

On 2015-08-02 17:05, Oleg Kolosov wrote:
> (c) 2008-2015, The CHICKEN Team
> (c) 2000-2007, Felix L. Winkelmann
> Version 5.0.0 (chicken-5) (rev a945073)
> macosx-unix-clang-x86-64 [ 64bit manyargs dload ptables ]
> compiled 2015-08-02 on ganymede.local (Darwin)
> 
> #;1> (use chicken.extras)

[...]

> Plain (use extras) works fine. The same with other namespaced modules.
> 
> It this a bug or a feature?

It's the start of a feature. :)

In other words, no, this isn't expected to work yet. As I mentioned way
back in February, the library names of the core units are unchanged (in
fact, the whole user-facing import/require API has remained the same, so
far). When support for `(import (list style library names))` is added,
those library names may be updated to match, and you'll be able to do
what you're trying to do as a side effect. But, that's only just been
started on at this point.

Cheers,

Evan



reply via email to

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