dakrone / itsy

A threaded web-spider written in Clojure
181 stars 30 forks source link

handler wrongfully called #1

Closed humanitiesNerd closed 12 years ago

humanitiesNerd commented 12 years ago

The handler is called with 2 arguments but is expecting just one.

So in the log you can find the error and a little stacktrace for every attempt to call it

I tried to change the handler to accept 2 arguments and extract what it needs in its internals. It worked

dakrone commented 12 years ago

Whoops, I've fixed this in 6e85638bc5c8b1affe3a2c62c23c07c8496d160f and released 0.1.1. Thanks for the catch!

humanitiesNerd commented 12 years ago

Would you update the release on Clojars too, please ?

Thanks

dakrone commented 12 years ago

Yep, I've pushed 0.1.1 to Clojars: https://clojars.org/itsy

humanitiesNerd commented 12 years ago

Ahem, excuse me, I also sent you an email.

Would you please check it and possibly reply ?

Thanks