hunchentoot icon indicating copy to clipboard operation
hunchentoot copied to clipboard

rewrite system definitions for simplicity, style and to avoid warnings

Open gefjon opened this issue 3 years ago • 1 comments

I've tested that it behaves the way I expect on my SBCL-macos-arm64 system, but I don't have access to Lispworks, Windows, or a bunch of other combinations, so I'd greatly appreciate sanity checks from anyone who does before I merge.

gefjon avatar Jan 10 '22 16:01 gefjon

I can confirm that LispWorks is able to load hunchentoot with this .asd file.

It seems that loading hunchentoot/test is broken because the test code uses package usocket. But it was broken even without this patch. You can fix it by adding :usocket to the :depends-on list of the hunchentoot/test system.

fjl avatar Jan 21 '22 19:01 fjl

@gefjon can this be merged now?

fjl avatar Mar 14 '23 09:03 fjl

Oh, sure. Sorry, I've been busy and forgot about this.

gefjon avatar Mar 14 '23 15:03 gefjon