Jeremy Shoemaker
unread,May 1, 2015, 4:28:37 PM5/1/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clojur...@googlegroups.com
That's understandable. You build what you need when you need it.
I'm not sure what the contribution process is. From what I found, I thought it involved creating a ticket in the Clojure JIRA, but I'm having issues with it.
When I try to login, it throws an error saying that "user should not be null!". If I try to recover my password, it says I don't have an account with my email address, but if I try to create an account, it says one already exists with my email address. So, that's confusing. I use JIRA at work, so I know it can have weird issues at times.
Can I just submit a pull request on Github (after doing the whole contributor agreement thing)? Looks like it would be a one or two line code change, so it's not huge. Basically changing the conditional in nodejscli.cljs to not throw an error when *main-cli-fn* not set. It should probably only throw an error if it is set, but not set to a fn.
Thanks,
Jeremy