Arnout Roemers
Arnout Roemers
A small workaround for now, wrap your Strings in an Object: ``` clj (defn- string-object "Wraps a String in an Object that returns the given String when .toString is called....
Two reasons I can think of: 1. The `doc` directory is normally not packaged; 2. I don't want to generate the docs myself, having them generated already is quicker.
A standard (default) way of packaging the doc (sources) in `META-INF/doc` might be a good solution. I've put the my initial question/idea on [Clojure Google Groups](https://groups.google.com/forum/#!topic/clojure/-Ar6tTud7QE) as well, so we...
Hi @onetom, Thank you for your PR and clear description. Know that I am pondering about your idea. Something that comes to mind is maybe printing it as `#rmap/rval (inc...
> We were thinking about using rmap in ClojureScript too and not sure what complications would reader tags impose. Me neither, I don't use ClojureScript all that much. I don't...
@robhanlon22, are you still interested in updating this PR?
Hi Derek, Yes, for sure. That way many clj-kondo users benefit from better linting.