Re: more define-inlinable-related breakage

2011-04-13 Thread Ludovic Courtès
Hey, Andy Wingo writes: > What should we do here? Here are a few options: > > 1) Require people to recompile all the time. Sucks. > > 2) Implement some sort of proper dependency management. Tricky, > because installing a new version of package A could force a > recompile of all

Re: more define-inlinable-related breakage

2011-04-13 Thread Mike Gran
> From:Andy Wingo > >     module/ice-9/boot-9.scm:118:20: In procedure module-lookup: Unbound > variable: %uri?-procedure FWIW, I got the same error while hacking one day.  I couldn't track it down so I did a make distclean and it went away.  Glad to know that it wasn't just me. -Mike