Re: System cleanup

2021-03-18 Thread Didier Verna
"Robert Goldman" wrote: > This one seems complex enough -- and so much trouble to make a MWE -- > that maybe you want to just change it and see if it breaks. Yup, that's what I did locally, with recent versions of all compilers I have. Those shipping with ASDF seem to all have 3.2.0 at least

Re: System cleanup

2021-03-18 Thread Didier Verna
François-René ÐVB Rideau écrivait: > What more, even Xach seems to have miraculously seen the light: one > months and one week ago, he updated the fallback ASDF in Quicklisp > from 2.26 to 3.2.1! That's also what made me think I could perhaps do some clean up! > That was the first update of A

Re: System cleanup

2021-03-18 Thread Faré
Considering that SBCL upgraded to 3.1.5 in July 2015, I think you should be pretty safe assuming that your users' ASDF is more recent than 3.1.4. What more, even Xach seems to have miraculously seen the light: one months and one week ago, he updated the fallback ASDF in Quicklisp from 2.26 to 3.2.

Re: System cleanup

2021-03-18 Thread Robert Goldman
On 18 Mar 2021, at 11:59, Didier Verna wrote: Hi, I would like to remove some old workaround code from a couple of systems, wrt to ASDF 3.1.4 bugs (see below). Is it safe to do so now, or are these "bugs" still lurking around? The relevant parts are as follows: :defsystem-depends-on (

System cleanup

2021-03-18 Thread Didier Verna
Hi, I would like to remove some old workaround code from a couple of systems, wrt to ASDF 3.1.4 bugs (see below). Is it safe to do so now, or are these "bugs" still lurking around? The relevant parts are as follows: :defsystem-depends-on (:net.didierverna.clon.setup/termio #+sbcl ;; B