Welcome! Please see the About page for a little more info on how this works.

+1 vote
in Docs by

These functions in the namespace clojure.java.process are mentioned in the doc string for the namespace, and have doc strings, but do not have metadata {:added "1.12"} as do other new public docstring'ed functions in that namespace:

  • stdin
  • stdout
  • stderr
  • exit-ref

I did not find any other such functions anywhere else that are new in Clojure 1.12.0 vs. Clojure 1.11.1.

1 Answer

0 votes
by
edited ago by

Thx, logged as https://clojure.atlassian.net/browse/CLJ-2906, just an oversight, they are all public API.

...