
30 Apr
2009
30 Apr
'09
2:59 p.m.
Stas Boukarev <stassats@gmail.com> writes:
swank-compile-file on sbcl doesn't load compiled file if compile-file returns T for failure-p, i.e. if there is only one warning the whole file won't be loaded.
I find this behaviour undesirable, especially during development. And C-c C-c does load piece of code with such warning.
It seems that got fixed meanwhile. -T.