Am 29.05.2013 22:44, schrieb Allin Cottrell:
On Wed, 29 May 2013, Sven Schreiber wrote:
> but it was strange that no error was triggered; I had the
> following assignment
>
> matrix m = <bundlename>.results
>
> but the bundle member's real name was "mresults" instead. As I said,
no
> error message made its way through to me.
Can you compare your package with the example I put up today?
[
http://users.wfu.edu/cottrell/pkg/ ] And/or send me your
package code?
I just tried introducing a similar error into the
"bundle-print" function for the "olsbundle" example (i.e.
calling for a non-existent bundle member) and the error
message came across loud and clear.
Ok, now I start to understand how these things fit together. There
wasn't any error message because the bundle-print function was never
actually called, since I didn't know how to specify that correctly.
(this) case closed
-- sven