All our tests pass at World Singles Networks with Beta 6 – and we’re already started using `symbol` on keywords and the new `requiring-resolve` (thank you for that!).
Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ________________________________ From: [email protected] <[email protected]> on behalf of Alex Miller <[email protected]> Sent: Friday, November 16, 2018 12:04:00 PM To: Clojure Subject: [ANN] 1.10.0-beta6 1.10.0-beta6 is now available. You can try it with clj using: clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version "1.10.0-beta6"}}}' Changes in 1.10.0-beta6: * The metadata protocol extension added in 1.10.0-beta5 now requires opt-in when the protocol is defined, using :extend-via-metadata. * The JavaReflector under clojure.reflect has been datafied * CLJ-2432<https://dev.clojure.org/jira/browse/CLJ-2432> - Added clojure.core/requiring-resolve which is like `resolve` but will `require` the symbol's namespace if needed. * CLJ-2427<https://dev.clojure.org/jira/browse/CLJ-2427> - fix bug in CompilerException.toString() that could cause a secondary exception to be thrown while making the exception string, obscuring the original exception. * CLJ-2430<https://dev.clojure.org/jira/browse/CLJ-2430> - more work on error phases, ex-triage, and allowing prepl to better use the new error reporting infrastructure You can read the full 1.10 changelog here: https://github.com/clojure/clojure/blob/master/changes.md -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
