Thomas Wood
Thomas Wood
> If you're creating a new plugin or modifying a plugin, you MUST update the wiki documentation of that plugin before making the PR Does this lead to confused users...
Apologies, didn't see this at the time. Seems like a good idea to me. Still would also be nice if we can automatically add the test cases to a subdirectory...
If anything, having them output somewhere less ephemeral will make it easier to configure a mode to debug failing test cases. I currently have to hack around with the cucumber...
@rseac Yes, that's what I currently do. Remembering to not accidentally commit the change is hard, etc. Making this configurable would be a code change made at the same time...
I generate my research group's website using the file repository feature and making use of the ability to associate multiple files with one publication, for example, [this publication][caper] has a...
I'll also skim the commit history to see if I can find why the change was made, so we don't repeat previous mistakes.
Also ran into this problem, made progress thanks to the previous comment. On an Arch linux system, installed llvm, ogdf-snapshot and soci from the AUR. Added [FindSQLite3.cmake](https://github.com/minetest/minetest/blob/0.4.17.1/cmake/Modules/FindSQLite3.cmake) (as linked previously),...