Re: monolithic-concatenate-source-op misses a few dependencies

2017-10-14 Thread Ben Vulpes
se it didn't have a good composable > meaning in presence of multiple build phases. The one that matters > here is the former. > > —♯ƒ • François-René ÐVB Rideau •Reflection• http://fare.tunes.org > All problems in computer science can be solved by another level of indirection > — David Wheeler > Almost all programming can be viewed as an exercise in caching > — Terje Mathisen, well-known programming optimization guru -- Ben Vulpes 503-313-5838 MAVN

monolithic-concatenate-source-op misses a few dependencies

2017-10-13 Thread Ben Vulpes
On SBCL 1.3.11, when producing a monolithic source concatenation with the library "Postmodern", asdf produces a file that needs a Lisp image to need manual calls to (require :usocket) and (require :md5) in order to load completely. Given: concatenatrix.asd as: (asdf:defsystem :concatenatrix