2018-03-25 Update

I am still working on the Twitter retriever. There is not much too else to tell right now. I am just working on some tests.

You’re welcome.

Addendum:

I got this message in the tests:

ERROR in (test-create-in-reply-str) (Util.java:153)
testing creation of 'in reply to' str
expected: (= 0 (compare result-string function-str))
  actual: java.lang.ClassCastException: clojure.lang.Var$Unbound cannot be cast to java.base/java.lang.Comparable
 at clojure.lang.Util.compare (Util.java:153)

I had a var called “result-str”, and I had misstyped “result-string” in the comparison. Usually that is what the cause when you get a stack trace with “clojure.lang.Var$Unbound” in it somewhere.

I do agree that sometimes the stack traces can be hard to read.