You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set up a stub object and assign a fxn as property. But when other part of the code try to compare the stub object with some given atomic value, ludibrio will try to call the given atomic value, and hence the stub object will throw an exception because the atomic value from the external library code is not callable. I fork ludibrio and fixed it, please pull. Thanks.
I have set up a stub object and assign a fxn as property. But when other part of the code try to compare the stub object with some given atomic value, ludibrio will try to call the given atomic value, and hence the stub object will throw an exception because the atomic value from the external library code is not callable. I fork ludibrio and fixed it, please pull. Thanks.
https://github.com/grapemix/ludibrio
The text was updated successfully, but these errors were encountered: