Fork me on GitHub
#cljdoc
<
2019-09-13
>
noprompt21:09:38

I ran into the error I encountered a couple weeks ago and opened a ticket for it: https://github.com/cljdoc/cljdoc/issues/349.

noprompt21:09:29

Today I’m busy with a few things but I want to collaborate on this issue. 🙂

noprompt21:09:01

With a little direction, I can submit a patch.

martinklepsch21:09:20

Thanks @noprompt, we’ll try to provide some pointers soon! :)

noprompt21:09:52

Yeah, just let me know what the shape of that data should be and I’ll put together a patch for it.

noprompt21:09:54

Essentially, any error that comes from Java or Clojure should be an error on behalf of cljdoc. If the user makes a mistake they shouldn’t hear it from Java or Clojure.

noprompt21:09:46

Just assume anything that comes from the user to be a hot mess. 🙂

martinklepsch21:09:44

Totally agree, we have error tracking in sentry but I guess time has been lacking to really address all language level exceptions 😬

noprompt22:09:41

No worries man! I wanna help.

noprompt22:09:20

I totally sympathize with the time thing. This seems like some low hanging fruit and I can make the time to pick it.