Robert Andrew Ditthardt
Robert Andrew Ditthardt
Right now there's no documented way for you to do this. ...but, if you just require busted.core, manually set up the options you would like just like busted.runner does, and...
I'm not sure I follow, what env causes the loaders to break?
Unfortunately, we have a hard requirement on LFS for this case since we need to be able to discover test files. Lua does not provide this functionality out of the...
This is a little bit of a complicated problem. That error message string is generated by luassert, rewritten by moonscript, and then output to the console. The way that errors...
If you could, mock a screenshot of what you think it should look like? Or at least explain it better. There is not enough information here to implement this.
@Tieske wrote some tests in https://github.com/Olivine-Labs/busted/pull/583 that show that not working. It's on my list to go in and fix that =) As long as you have test insulation enabled...
I've tested and confirmed that on normal VM termination, all objects are finalized appropriately. ``` 2020-12-27 15:34:53,578 WARNING libqtile manager.py:setup_eventloop():L254 importing dbus/gobject failed, dbus will not work. 2020-12-27 15:35:27,264 ERROR...
Back! I should be able to start contributing to things again soon. also...context managers? O.o
PS:: lgi is latest master, as is awesome This also happens in 9.0 and 4.3, respectively
after leaving the code running overnight, there doesn't seem to be any memory leaking or any ill effects aside from the log spam.