[asdf-devel] defsystem behaviour
Serhiy Yakovyn
syakovyn at gmail.com
Mon Sep 13 13:05:02 UTC 2010
Hello all,
I have discovered defsystem names systems in a bit opposite way defpackage
does:
(defsystem :some-system .) and (defsystem "some-system" .) define the same
system, when (defsystem "SOME-SYSTEM" .) defines the other system.
In contradiction, (defpackage :some-package .) and (defpackage
"SOME-PACKAGE" .) define the same package, when (defpackage "some-package"
.) defines the other package.
Is this done intentionally?
It would be good to point this difference in the documentation.
Serhiy Y
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20100913/677b0fba/attachment.html>
More information about the asdf-devel
mailing list