[asdf-devel] asfd:implementation-identifier is public on SBCL but private in CLISP

Hello. On SBCL I can access asff:implentation-identifier, but on CLISP i can't. Only asff::implentation-identifier works. Is it OK? ASDF 2.014.6. Best regards, - Anton

On Fri, Jun 1, 2012 at 11:51 AM, Anton Vodonosov <avodonosov@yandex.ru> wrote:
Hello.
On SBCL I can access asff:implentation-identifier, but on CLISP i can't. Only asff::implentation-identifier works. Is it OK?
ASDF 2.014.6.
Unhappily, clisp doesn't upgrade asdf as fast as sbcl does and is still using an ancient asdf 2.011 from Nov 2010. Your 2.014.6 is probably from Quicklisp. asdf::implementation-identifier is only exported in recent-enough versions of asdf. PS: You originally started the fuss that led to asdf-encodings. What do you think of the result? —♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org Once upon a time, there was a person whose life was so good there was no story to tell about it. — Foer

03.06.2012, 17:22, "Faré" <fahree@gmail.com>:
PS: You originally started the fuss that led to asdf-encodings. What do you think of the result?
Did I? It wasn't me I think. Anyway, I've just read the chapter 10.2 "Controlling source file character encoding" in the ASDF manual. It looks right to me: encodings other than :utf-8 or default are in separate extension, extension hooks are provided. I support making :utf-8 the default for .asd and lisp files. One thing is not clear from that chapter: is it possible to specify encoding in defsystem and have subcomponents inherit it. Best regards, - Anton

03.06.2012, 17:22, "Faré" <fahree@gmail.com>:
PS: You originally started the fuss that led to asdf-encodings. What do you think of the result?
Did I? It wasn't me I think.
You most definitely did with your message from 2011-01-29, even though things didn't go into motion until a year afterwards, at the prompt of Oriveg Desh's 2012-03-20 message.
Anyway, I've just read the chapter 10.2 "Controlling source file character encoding" in the ASDF manual. It looks right to me: encodings other than :utf-8 or default are in separate extension, extension hooks are provided.
I support making :utf-8 the default for .asd and lisp files.
Thanks. I'm glad you approve.
One thing is not clear from that chapter: is it possible to specify encoding in defsystem and have subcomponents inherit it.
Yes it is. I fixed the first paragraph to specify this behaviour. Thanks for your feedback! —♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org Don't tell me how hard you work. Tell me how much you get done. — James J. Ling
participants (2)
-
Anton Vodonosov
-
Faré