Request for information: Implementation-specific DEFPACKAGE extensions
@gefjon has proposed ASDF MR [!226](https://gitlab.common-lisp.net/asdf/asdf/-/merge_requests/226) that extends ASDF's package inferred system dependency groveler to handle SBCL's extension to the set of `defpackage` options, addressing [Issue #147](https://gitlab.common-lisp.net/asdf/asdf/-/issues/147). Before merging this, it would be nice to know of other implementations' extensions to `defpackage`. I'd be obliged if those in the know would post information about `defpackage` extensions their favored implementations have added, if any, or let us know if tfi leaves `defpackage` un-extended. That would make it quicker to get this fix merged and issued, and would help the community as a whole. Feel free to respond by email, or to post your answer in the comments to the merge request, whichever is most convenient. Thanks, R
On Mon, Jan 8, 2024 at 8:10 AM Robert Goldman <rpgoldman@sift.net> wrote:
Before merging this, it would be nice to know of other implementations' extensions to defpackage. I'd be obliged if those in the know would post information about defpackage extensions their favored implementations have added, if any, or let us know if tfi leaves defpackage un-extended.
FYI, cmucl doesn't define any extensions to defpackage. -- Ray
LispWorks has :add-use-defaults and :local-nicknames (see https://www.lispworks.com/documentation/lw80/lw/lw-common-lisp-12.htm). -- Martin Simmons LispWorks Ltd http://www.lispworks.com/
On Mon, 08 Jan 2024 10:09:54 -0600, Robert Goldman said:
@gefjon has proposed ASDF MR [!226](https://gitlab.common-lisp.net/asdf/asdf/-/merge_requests/226) that extends ASDF's package inferred system dependency groveler to handle SBCL's extension to the set of `defpackage` options, addressing [Issue #147](https://gitlab.common-lisp.net/asdf/asdf/-/issues/147).
Before merging this, it would be nice to know of other implementations' extensions to `defpackage`. I'd be obliged if those in the know would post information about `defpackage` extensions their favored implementations have added, if any, or let us know if tfi leaves `defpackage` un-extended.
That would make it quicker to get this fix merged and issued, and would help the community as a whole.
Feel free to respond by email, or to post your answer in the comments to the merge request, whichever is most convenient.
Thanks, R
participants (3)
-
Martin Simmons
-
Raymond Toy
-
Robert Goldman