progress on asdf-dependency-grovel

2022-12-15 Thread Robert Dodier
I've managed to get asdf-dependency-grovel to load. There is a comment in adg/tests/grovel-test.lisp that ASDF 3.1 is required. Okay, I have ASDF 3.1.5 laying around so I loaded that. Now SBCL can load adg. The test script adg/tests/run-tests.sh runs (with modifications) but all of the tests fail

Re: Lisp file and/or ASDF dependency analysis; trying to load asdf-dependency-grovel

2022-12-15 Thread Robert Goldman
On 15 Dec 2022, at 14:48, Robert Dodier wrote: Robert, thanks for your reply. I have made some progress. Just performed compiling # but failed to mark it done It would help to get a backtrace here. I can't tell from this if the error is happening in ASDF or in ASDF-DEPENDENCY-GROVEL (which

Fwd: Lisp file and/or ASDF dependency analysis; trying to load asdf-dependency-grovel

2022-12-15 Thread Faré
-- Forwarded message - From: Faré Date: Thu, Dec 15, 2022, 04:02 Subject: Re: Lisp file and/or ASDF dependency analysis; trying to load asdf-dependency-grovel To: Robert Dodier asdf-dependency-grovel predates asdf 2, and probably bitrotted with asdf 3. My guess is that its

Re: Lisp file and/or ASDF dependency analysis; trying to load asdf-dependency-grovel

2022-12-15 Thread Robert Dodier
Robert, thanks for your reply. I have made some progress. >> Just performed compiling #> "test-serial-system" "package"> but failed to mark it done > It would help to get a backtrace here. I can't tell from this if the error is > happening in ASDF or in ASDF-DEPENDENCY-GROVEL (which probably

Re: Lisp file and/or ASDF dependency analysis; trying to load asdf-dependency-grovel

2022-12-15 Thread Robert Goldman
On 15 Dec 2022, at 1:07, Robert Dodier wrote: Hi, I'm interested in analyzing dependencies among a collection of Lisp files, or analyzing dependencies stated in a .asd file, or both. (1) Towards the goal of analyzing dependencies among Lisp files, I'm trying to load asdf-dependency-grovel, and