brinevector
brinevector copied to clipboard
When running tests with busted, I get a "cannot change a protected metatable" error
I suspect it is because something in busted
is causing the library to be loaded twice. My code doesn't do dynamic require
s or anything.
If I comment out the setting of the metatype on line 276 then I don't get this error but, obviously, then I can't use a bunch of functions of the library.