Re: summary: lilypond, lambda, and local-eval

2011-12-17 Thread Mark H Weaver
I wrote: >> Most passes of the compiler will pretend that (the-environment) is >> replaced by tree-il code corresponding to the following standard scheme >> code: > > I should also mention that perhaps, instead of simply "pretending", it > might make sense to actually replace (the-environment) with

Re: Testing Functions Internal to a Module

2011-12-17 Thread Ian Price
Noah Lavine writes: > Is there a standard way of handling this? > > This seems like a place where perhaps a helper procedure would be > useful, because lots of test suites will face this issue. Something > like "import all of this module's private definitions". What does > everyone else do in thi

Testing Functions Internal to a Module

2011-12-17 Thread Noah Lavine
Hello Guile developers, I have recently hit an issue and I wish I knew a standard way to handle it. I want to write tests for a module of mine. Because I like being paranoid, I'd like to test almost every function in the module. But a lot of these functions are internal to the module - there's no