clojure-dev

Issues: https://clojure.atlassian.net/browse/CLJ | Guide: https://insideclojure.org/2015/05/01/contributing-clojure/
dominicm 2020-09-15T07:22:19.042500Z

Just curious, why doesn't clojure enable the :clj feature when reading data_readers.cljc?

dominicm 2020-09-15T12:22:48.043300Z

https://dev.clojure.org/ This has a title which indicates it should redirect, but it doesn't. Discovered when trying to make my way to some kind of home page. https://dev.clojure.org/jira/ gives a forbidden warning.

alexmiller 2020-09-15T12:35:31.045600Z

That’s the old jira/confluence site which no longer exists. There are redirects for the common jira issue patterns to the new site but I have not bothered to try to redirect every old link into the new site

alexmiller 2020-09-15T12:37:14.046Z

Is that read as edn?

dominicm 2020-09-15T14:35:45.046200Z

No, it's read with read

dominicm 2020-09-15T14:35:57.046400Z

Reader conditionals are allowed, but no features are enabled

alexmiller 2020-09-15T14:38:58.046600Z

probably just an oversight then

dominicm 2020-09-15T15:54:42.046800Z

Oh, that would fix problems I'm having writing readers for clojurescript and clojure!

dominicm 2020-09-15T15:55:00.047Z

Clojurescript should do the same I suppose. I'll open jiras.