sqf icon indicating copy to clipboard operation
sqf copied to clipboard

Redefine import for relative in order to use as submodule

Open vincentBenet opened this issue 4 years ago • 2 comments

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

vincentBenet avatar Dec 04 '20 00:12 vincentBenet

Coverage Status

Coverage increased (+0.0002%) to 98.932% when pulling 408695a35e11865cf476489d7220c7228726ba53 on vincentBenet:master into a171ffef625ed1f51ff17ff7a83d9899240ae90b on LordGolias:master.

coveralls avatar Feb 08 '21 13:02 coveralls

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)

johnsmm avatar Nov 30 '21 05:11 johnsmm