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
Since Minetest was renamed Luanti in 5.10.0 of the program, I am interested to know if Mineunit
(a) Plans to change its name at all.
(b) When the documentation files will be updated to refer to the new name
(c) Whether any code changes are needed to support core and whether any refactoring will be done to the program in light of that being the new preferred name for the object that was previously often referred to as minetest (though not in builtin code but most mod code).
Thank you
The text was updated successfully, but these errors were encountered:
a)
No, probably wont be renaming Mineunit itself.
I've however renamed some of the minetest usages to core, this however does not have any real effect as those are both exactly same thing under the hood.
Also added Luanti name to the docs, still some work to be done with that..
b)
Some of it last week (not released yet) but few days ago opened PR for those changes too: #102
Wont get rid of Minetest name completely but rather adding it. For Lua namespace however I've planned to fade minetest a bit and increase visibility of core namespace.
c) core has always worked so that's no really high priority issue, minetest has always been just an alias for core (or other way round, doesn't matter from users perspective).
Mineunit could easily test if minetest or core is actually used in mod code and could easily throw errors based on configuration or based on --engine-version..
...but I think this test would be a lot better suited for Luacheck linter than actual integration/unit test framework.
So probably wont be adding checks like that, instead I could just integrate Luacheck into Mineunit container but not sure that's worth it really and might just complicate things in long run.
Since Minetest was renamed Luanti in 5.10.0 of the program, I am interested to know if Mineunit
(a) Plans to change its name at all.
(b) When the documentation files will be updated to refer to the new name
(c) Whether any code changes are needed to support
core
and whether any refactoring will be done to the program in light of that being the new preferred name for the object that was previously often referred to asminetest
(though not in builtin code but most mod code).Thank you
The text was updated successfully, but these errors were encountered: