21:04:17Shinmerajmes: I don't like pulling in ASDF as a dependency in my sources, so I instead do something like this: https://github.com/Shirakumo/cl-vorbis/blob/master/low-level.lisp#L9-L10
3:21:59mfianoHey all. Can I get a second pair of eyes? I've been at this too long today to figure out if this COND is exhaustive or not: https://gist.github.com/mfiano/9f9e755a51db046dd12b1fa156a5ceab
3:23:31beachWhy do you test for TARGET-SNAPSHOTS being true in the second and third clauses?
3:23:55mfianoIndeed it is not needed, but it was to clarify my thinking
3:24:21beachBut now you are asking others to read it.
3:25:07mfianoIt should still be readable, just with more context as to not backtrack your eyes. Can you not filter that out, or pass it to someone else?