This compiles in Clojure 1.9.0-alpha12 but not in Clojurescript 1.9.229: (ns free.matrix-arithmetic (:require [clojure.core.matrix :as mx :exclude [e*]]))
The error in Clojurescript is: clojure.lang.ExceptionInfo: Only :as, :refer and :rename options supported in :require / :require-macros; offending spec: [clojure.core.matrix :as mx :exclude [e*]] ... The code compiels in Clojurescript if I remove ":exclude [e*]". Is :exclude going away as an option to require and :require, and Clojurescript is ahead of Clojure? Is this a bug? -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
