edicl / drakma

HTTP client written in Common Lisp
http://edicl.github.io/drakma/
249 stars 58 forks source link

fix up drakma for LispWorks 8.0 #129

Open tfiala opened 1 year ago

tfiala commented 1 year ago

This change fixes up the LispWorks checks that were looking for LispWorks 7.1 to look for LispWorks 7+, fixing drakma for LispWorks 8.x.

Tested against LW8.0 (macOS Ventura 13.1 arm64), LW7.1 (as much as possible under macOS 13.1 arm64, changes to SSL libs make that challenging), sbcl 2.2.10 (macOS 13.1 arm64).

tfiala commented 1 year ago

This is a minimally-invasive fix vs. some of the other PRs looking to do the same.

mdbergmann commented 9 months ago

I can confirm this PR works on macOS Sonoma 14.2.1 with LispWorks 8. Please merge.