Re: Why is load-locally.lisp required for the CL library?

2018-12-01 Thread Allen George
I think I puzzled through a lot of it, though it’s definitely unexpected. >From what I can tell, ensure-externals.sh: 1. Creates and sets up a quicklisp environment in "lib/cl" 2. Downloads all the dependencies for the CL thrift library into a subdirectory called “externals” 3. Downloads the _act

Re: Why is load-locally.lisp required for the CL library?

2018-12-01 Thread James E. King III
Recommended contacting the original authors for insight. On Sat, Dec 1, 2018, 1:03 PM Allen George I’m trying to fix the spurious build failures in the CL tutorial > build. I don’t know anything about CL, so I’m confused about a couple > of things: > > 1. What is load-locally.lisp? > 2. What is e

Why is load-locally.lisp required for the CL library?

2018-12-01 Thread Allen George
I’m trying to fix the spurious build failures in the CL tutorial build. I don’t know anything about CL, so I’m confused about a couple of things: 1. What is load-locally.lisp? 2. What is ensure-externals.sh? (AFAICT it’s downloading the required lisp libraries; can’t that be done during docker ima