testit icon indicating copy to clipboard operation
testit copied to clipboard

Work with ClojureScript

Open ikitommi opened this issue 9 years ago • 6 comments

Should be easy to port.

ikitommi avatar Dec 22 '16 22:12 ikitommi

@ikitommi how easy? I would be interested, do you know by any chance the possible roadblocks?

I think =eventually=> can be one after skimming the lib a bit :smile:

arichiardi avatar Aug 08 '18 16:08 arichiardi

Side question, are you folks using this lib? I am thinking that it could be useful for us as well :wink:

arichiardi avatar Aug 08 '18 16:08 arichiardi

Based on @kalekale's attempt to port this to ClojureScript, it was less easy than what it looked like. The code has significantly changed since then, though, and should probably be easier to port now.

We do use this internally in a couple of Metosin projects.

miikka avatar Aug 09 '18 10:08 miikka

I looked at the code and another place that has a lot of Java-specific stuff going on is =throws=>. That said, maybe => and =in=> could be ported first and it would still be useful.

miikka avatar Aug 09 '18 13:08 miikka

I am specifically looking for a better way to takle async testing in cljs..sooo I will check first if eventually can be ported. I am half tempted by falling into the lisp curse and bootstrap a lib with only better async wrappers though.

In any case thank you a lot for answering!

arichiardi avatar Aug 10 '18 02:08 arichiardi

Any chance to have the merge of this issue published on clojars with a new version? or the project to include tools.deps for us to reference it with a git reference? Big thanks for the lib that I found awesome, great work folks!

jgrodziski avatar Mar 29 '19 17:03 jgrodziski