SahilKang / cl-rdkafka

Common Lisp library for Kafka
Other
42 stars 7 forks source link

Impossible to clone on Windows #64

Closed lispnik closed 3 years ago

lispnik commented 4 years ago

produce->consume.lisp is an invalid filename on Windows, so it's not even possible to clone this repo there. I suggest removing the >.

(SB-IMPL::FILE-PERROR #P"C:/Users/parallels/quicklisp/dists/quicklisp/software/cl-rdkafka-20200715-git/test/high-level/produce->consume.lisp" 123 SB-INT:SIMPLE-FILE-ERROR :FORMAT-CONTROL "Error opening ~S" :FORMAT-ARGUMENTS (#P"C:/Users/mkennedy/quicklisp/dists/quicklisp/software/cl-rdkafka-20200715-git/test/high-level/produce->consume.lisp"))
SahilKang commented 3 years ago

Sorry for the long lead-time; happy cloning!

lispnik commented 3 years ago

Awesome thank you!