Re: Joy of Clojure errata: Chapter 2

2011-05-16 Thread Alan
The :rename option is not supported in that context. The :reload option is unsupported in that context. I mention this to make it clear that some options are supported, and :rename is not one of them. The fact that :rename is supported in another context does not make it a bug for this message to

Re: Joy of Clojure errata: Chapter 2

2011-05-16 Thread Ken Wesson
On Mon, May 16, 2011 at 3:41 AM, Alan a...@malloys.org wrote: The :rename option is not supported in that context. It didn't say it was unsupported in that context; it said it was unsupported period. That is misleading. And am I the only one bothered by the syntaxy behavior of the ns related

Joy of Clojure errata: Chapter 2

2011-05-15 Thread Ken Wesson
Instance one is right near the end of section 2.9.1: This is because report-ns exists in the joy.ch1 namespace and ... The correct namespace name is joy.ch2. Instance two is in 2.9.4: It should be noted that :rename also works with the :use directive. This doesn't seem to be true, at least

Re: Joy of Clojure errata: Chapter 2

2011-05-15 Thread Alan
On May 15, 7:26 pm, Ken Wesson kwess...@gmail.com wrote: Instance one is right near the end of section 2.9.1: This is because report-ns exists in the joy.ch1 namespace and ... The correct namespace name is joy.ch2. Instance two is in 2.9.4: It should be noted that :rename also works with

Re: Joy of Clojure errata: Chapter 2

2011-05-15 Thread Ken Wesson
On Sun, May 15, 2011 at 11:27 PM, Alan a...@malloys.org wrote: On May 15, 7:26 pm, Ken Wesson kwess...@gmail.com wrote: Instance one is right near the end of section 2.9.1: This is because report-ns exists in the joy.ch1 namespace and ... The correct namespace name is joy.ch2. Instance two