luis changed the topic of #slime to: SLIME, the Superior Lisp Interaction Mode for Emacs | https://common-lisp.net/project/slime | https://irclog.tymoon.eu/freenode/%23slime | https://irclog.whitequark.org/slime
scymtym has quit [Ping timeout: 246 seconds]
makomo has joined #slime
frgo has quit [Remote host closed the connection]
scymtym has joined #slime
frgo has joined #slime
frgo has quit [Remote host closed the connection]
frgo has joined #slime
frgo has quit [Remote host closed the connection]
frgo has joined #slime
frgo has quit [Remote host closed the connection]
frgo has joined #slime
frgo has quit [Read error: Connection reset by peer]
frgo has joined #slime
frgo has quit [Ping timeout: 268 seconds]
frgo has joined #slime
frgo has quit [Remote host closed the connection]
frgo has joined #slime
frgo has quit [Remote host closed the connection]
frgo has joined #slime
frgo has quit [Remote host closed the connection]
frgo has joined #slime
frgo has quit [Remote host closed the connection]
frgo has joined #slime
frgo has quit [Remote host closed the connection]
frgo has joined #slime
<fiddlerwoaroof> luis: yeah, my thought was that it should load all the system definitions in the project but only try to run LOAD-SYSTEM on the "main" system
<fiddlerwoaroof> You need all the ASDs because the main system might depend on any of the project's ASDs
makomo has quit [Quit: WeeChat 2.4]
scymtym has quit [Ping timeout: 245 seconds]
scymtym has joined #slime
<luis> fiddlerwoaroof: ah OK, asdf:load-asd doesn't do what I thought it did. Maybe it could ask for confirmation before loading the main system (or offer multiple choices with the main one as default)? Just a thought.