fix: update TUI ASDF system from monolithic gateway-tui.lisp to 3-file split
Some checks failed
Deploy (Gitea) / deploy (push) Failing after 3s
Some checks failed
Deploy (Gitea) / deploy (push) Failing after 3s
This commit is contained in:
@@ -49,5 +49,8 @@ The TUI is a standalone system that depends on Croatoan (ncurses bindings) in ad
|
|||||||
#+begin_src lisp
|
#+begin_src lisp
|
||||||
(defsystem :passepartout/tui
|
(defsystem :passepartout/tui
|
||||||
:depends-on (:passepartout :croatoan :usocket :bordeaux-threads)
|
:depends-on (:passepartout :croatoan :usocket :bordeaux-threads)
|
||||||
:components ((:file "lisp/gateway-tui")))
|
:serial t
|
||||||
|
:components ((:file "lisp/gateway-tui-model")
|
||||||
|
(:file "lisp/gateway-tui-view")
|
||||||
|
(:file "lisp/gateway-tui-main")))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|||||||
@@ -18,4 +18,7 @@
|
|||||||
|
|
||||||
(defsystem :passepartout/tui
|
(defsystem :passepartout/tui
|
||||||
:depends-on (:passepartout :croatoan :usocket :bordeaux-threads)
|
:depends-on (:passepartout :croatoan :usocket :bordeaux-threads)
|
||||||
:components ((:file "lisp/gateway-tui")))
|
:serial t
|
||||||
|
:components ((:file "lisp/gateway-tui-model")
|
||||||
|
(:file "lisp/gateway-tui-view")
|
||||||
|
(:file "lisp/gateway-tui-main")))
|
||||||
|
|||||||
Reference in New Issue
Block a user