Hi, Stephen: Thanks for your reply. I tried your suggestion, and that solved the issue. Also, I checked the hyper spec, it says:
Exceptional Situations: If any of the symbols is not accessible at all in package, an error of type package-error is signaled that is correctable by permitting the user to interactively specify whether that symbol should be imported. So the problem was in accordance to what the spec says. Maybe I am the first one to use the darcs repo? :-) Wanrong On Feb 27, 7:05 pm, Stephen Compall <[email protected]> wrote: > On Fri, 2010-02-26 at 22:26 -0800, Warren Lynn wrote: > > These symbols are not accessible in the CLSQL package: > > (CLSQL-SYS:FLUID-DATABASE) > > [Condition of type SB-KERNEL:SIMPLE-PACKAGE-ERROR] > > > Although this is a correctable error by choosing the restart 0 in: > > > Restarts: > > 0: [CONTINUE] IMPORT these symbols into the CLSQL package. > > > I just wonder whether this is a known bug in clsql-fluid, or I did > > something wrong on my side. > > No, it's [probably] wrong code, I just [probably] misread the EXPORT > documentation. Tell me what you think: > > > If [fluid-database] is accessible as an internal symbol via > > use-package, it is first imported into [clsql], then exported. > > What is confusing is that no one using the Darcs repo ran into a problem > before. I suppose it is one of those schroedinbugs. > > Could you add this line *between* the two exports and try it again from > scratch? > > (import 'fluid-database '#:clsql) > > Thanks for the bug report! > > -- > Sorry but you say Nibiru is a Hoax? Doesnt Exist? So maybe The > Sumerian people doesnt exist also! --Anonymous by way of SkI -- You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/weblocks?hl=en.
