This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Missing Code Attribute with module-export


I've checked in various fixes for this.

Chris Dean wrote:
I'd export the class if I knew how! ;-).

(module-export <Bar>) should now work. However, it probably won't make much difference, because the way <Bar> works: It first searches the lexical scope, and it then looks for a class named Bar. So even if the <Bar> isn't found the former (because it is non-exported) it still gets found by searching the class path. A solution might be to implement <Bar> using some "secret" name, like the PRIVATE_PREFIX Kawa uses for non-exported bindings that still needs to be public. -- --Per Bothner per at bothner dot com http://per.bothner.com/



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]