WorldofBay

Results 6 comments of WorldofBay

`require` is just a `dofile` with memory (built-in lua) however, wrapping it in an internal function could work like ```lua function load_module(name) { assert(type(name) == "string", "module name is required!")...

on the modules extending `vstudio`: depends on how much they extend, vstudio module should not have to know what the callers want but maybe there is a good way to...

There has been another issue about the exact same thing: #1171 Sam made an attempted fix in #1228 that to some extent missed the point. 1. There is this function:...

I think that fixing the redundant labels fixes the other issues around it at the same time as it's all about wrong platform matching. Any unknown platform will end up...

well it could actually be sam's fix i mentioned that broke it by fixing one side of the equation and breaking the equation with that. now it's time to fix...

from the code it looks to me like xcodebuildsettings wants a hashtable with string keys instead of an array, at least it's merged into a hashtable. that error might rise...