sqf
sqf copied to clipboard
Redefine import for relative in order to use as submodule
I use this repo as submodule and imports are a little mess from the outside.
Here a solution to this...
The init.py permit to not declare "sqf" in imports all the time
Coverage increased (+0.0002%) to 98.932% when pulling 408695a35e11865cf476489d7220c7228726ba53 on vincentBenet:master into a171ffef625ed1f51ff17ff7a83d9899240ae90b on LordGolias:master.
Hi, any how to get this working
for [{_i = 0}, {_i < (count _itemList) - 1 }, {_i = _i + 1}] do {
sqflint:error Binary operator "<" arguments must be [(Number,Number)] (lhs is Nothing, rhs is Number)