On Mon, Apr 16, 2012 at 7:30 PM, Adam Markham <adamjmark...@gmail.com> wrote: > I actually made an error when typing the code out in my message, so I > had no 'ns' in front of the namespace name. The issue was as you said > Mark I used hyphens but they needed to be underscores. I went into the > project classes folder and found that the package had underscores in > its name. Something so trivial caused so much trouble.
This is causing a fair bit of lossage (including of pulled-out hair, it seems) and seems inelegant. It occurs to me that a hyphen is never seen in any Java class or package name. So it probably wouldn't break anything to make the import function convert all hyphens to underscores when processing each class or package name, and it would make this wart when importing defrecords go away. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en