in reply to Re: Passing coderefs across packages and calling them in the wrong package
in thread Passing coderefs across packages and calling them in the wrong package

I wasn't exporting the functions, since I was expecting the user to create them in main (or whatever package he is in). However that is an interesting idea. I'll see what happens if I create stub functions and let the user override them...

____________________
Jeremy
I didn't believe in evil until I dated it.

  • Comment on Re: Re: Passing coderefs across packages and calling them in the wrong package