[Pharo-project] assertion failed using NBFFI call

2012-07-26 Thread Lawson English
I'm getting an assertion failed error in NBFFICallout The debugger is point to this line: self assert: type loader notNil. ==AssertionFailure:AssertionFailed ^ type when I run this code: +++ myBytes := ByteArray new: 20. (GMPfrWrapper new) test4: myBytes

Re: [Pharo-project] assertion failed using NBFFI call

2012-07-26 Thread Lawson English
Doh, as you point out, I renamed the parameter... Thanks. L On 7/26/12 9:47 AM, Igor Stasenko wrote: On 26 July 2012 18:22, Lawson English lengli...@cox.net wrote: I'm getting an assertion failed error in NBFFICallout The debugger is point to this line: self assert: type loader