drakma-async icon indicating copy to clipboard operation
drakma-async copied to clipboard

No :drakma-async-test in Quicklisp

Open chrnybo opened this issue 9 years ago • 1 comments

Readme.md advices to call the following form to start testing:

(ql:quickload :drakma-async-test)

but quicklisp does not know of a package with that name.

chrnybo avatar Oct 05 '15 10:10 chrnybo

That's odd because the drakma-async-test.asd file is distributed with the library, so quicklisp should pick it up. For now, you might have to go into the drakma-async folder and QL the tests from there.

In general, this library is starting to fall behind in its maintenance, and I suggest switching to a more maintained one, like carrier, if at all possible. Although I understand if drakma-async is easier since it has a very similar API to drakma =].

orthecreedence avatar Oct 19 '15 16:10 orthecreedence