Skip to content

Commit

Permalink
Deprecate UNIT
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Oct 9, 2023
1 parent 66999dd commit 5e5e3cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scene.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
(defmethod unit (name (scene scene))
(gethash name (name-map scene)))

(trivial-deprecate:declaim-deprecated (function unit)
:software "trial"
:version "1.2.0"
:alternatives (node))

(defmethod node (name (scene scene))
(gethash name (name-map scene)))

Expand Down
1 change: 1 addition & 0 deletions trial.asd
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,5 @@
:simple-tasks
:lru-cache
:memory-regions
:trivial-deprecate
(:feature :windows :com-on)))

0 comments on commit 5e5e3cf

Please sign in to comment.