Jess Perkins
Jess Perkins
Off the top of my head, I think max system version is only supported for macOS. Not sure how we would even do it for Windows? Does it have a...
That works if you run Premake on the same machine you build from, but that isn't always the case! We could perhaps add an API to expose that value though,...
I think your first inclination was correct: this should be handled by `os.realpath()`, rather than adding an entirely new API. Any chance you can integrate this fix with the existing...
How would that work? Would you have to scan every folder along Premake's search path looking for `_preload.lua` files on startup? We do it for core modules because a) we...
If you can come up with a better approach, I'm all for it. I felt having a preload script for the internal modules was a useful optimization. If it is...
Sorry, that slipped through: yes, `registermodule` sounds like a good approach.
Just a heads up that `register('module_name')` is now supported in v6.x (not much else is yet though). It looks for and runs a script called `_register.lua` in the module's folder.
I'm a little unclear on what exactly is being suggested in lieu of forks? Personally, I prefer forks over patching because I think it is more obvious and discoverable. Not...
We already have several changes to the Lua library.
> besides, you should already be able to do this: You can't actually filter projects (or any other kind of container) currently, because containers contain the filters and not the...