scymtym_ has quit [Remote host closed the connection]
scymtym has joined #slime
frgo has joined #slime
frgo_ has quit [Ping timeout: 265 seconds]
frgo has quit [Remote host closed the connection]
frgo has joined #slime
<luis>
Oh man, updating travis scripts is such a pain. :-)
<Shinmera>
it really is
<Shinmera>
I find github actions to be slightly better, but it's still such an arduous remote debugging task.
edgar-rft has quit [Ping timeout: 265 seconds]
<luis>
Travis jobs for SLIME should be in better shape now.
edgar-rft has joined #slime
edgar-rft has quit [Remote host closed the connection]
edgar-rft has joined #slime
edgar-rft has quit [Ping timeout: 256 seconds]
frgo has quit [Ping timeout: 246 seconds]
edgar-rft has joined #slime
<Shinmera>
luis: I just had some very frustrating minutes of slime compiling things in cl-user despite an in-package at the beginning of the file. Turns out that was because a space snuck itself in front of the form
<Shinmera>
should slime really be that brittle about this?
scymtym has quit [Ping timeout: 260 seconds]
scymtym has joined #slime
<luis>
Shinmera: try changing the first chunk of regex in slime-search-buffer-package to begin with ^[ \t]*
<luis>
I don't understand the \\> in that regex. 🤔
<luis>
\\> "matches the end of a word" hmm, ok.
<luis>
Shinmera: let me know if that fixes things for you and I'll commit it