Skip to content

Commit

Permalink
Follow-up opting for short package names
Browse files Browse the repository at this point in the history
The systems

  ORG.MELUSINA.ATELIER, ORG.MELUSINA.RASHELL and ORG.MELUSINA.CONFIDENCE

use short package names instead of fully qualified package name,
while still retaining fully qualified system names.
  • Loading branch information
foretspaisibles committed Aug 13, 2024
1 parent 517af09 commit 6407785
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion libexec/lisp/development.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
(defpackage #:org.melusina.cid/development
(:use #:cl)
(:local-nicknames
(#:atelier #:org.melusina.atelier)
(#:cid #:org.melusina.cid)
(#:build #:org.melusina.cid/build)
(#:colima #:org.melusina.cid/colima))
Expand Down
1 change: 0 additions & 1 deletion libexec/lisp/operation.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
(defpackage #:org.melusina.cid/operation
(:use #:cl)
(:local-nicknames
(#:atelier #:org.melusina.atelier)
(#:docker #:org.melusina.cid/docker)
(#:cid #:org.melusina.cid))
(:export
Expand Down
1 change: 0 additions & 1 deletion libexec/lisp/user.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
(defpackage #:org.melusina.cid/user
(:use #:cl)
(:local-nicknames
(#:atelier #:org.melusina.atelier)
(#:cid #:org.melusina.cid)
(#:poc #:org.melusina.cid/poc)
(#:colima #:org.melusina.cid/colima)
Expand Down
2 changes: 0 additions & 2 deletions testsuite/package.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
(defpackage #:org.melusina.cid/testsuite
(:use #:common-lisp)
(:local-nicknames
(#:confidence #:org.melusina.confidence)
(#:rashell #:org.melusina.rashell)
(#:cid #:org.melusina.cid)
(#:poc #:org.melusina.cid/poc)
(#:console #:org.melusina.cid/console)
Expand Down

0 comments on commit 6407785

Please sign in to comment.