ArmaScriptCompiler icon indicating copy to clipboard operation
ArmaScriptCompiler copied to clipboard

sqfc.json. Consistent slash direction in different sections.

Open severgun opened this issue 4 years ago • 4 comments

Is there any reason why excludeList have different path representation? I think would be nice to have it consistent.

severgun avatar May 17 '21 07:05 severgun

Don't know if it makes a difference, shouldn't. need to check.. maybe it does, might depend on executing OS...

dedmen avatar May 18 '21 11:05 dedmen

Some hardcoded slash checks such as https://github.com/dedmen/ArmaScriptCompiler/blob/701f54dd1cdd7540640033cbe5254907dd718828/src/scriptCompiler.cpp#L633 needs to be fixed first

Dahlgren avatar Jul 13 '21 14:07 Dahlgren

That include folder absolute path with drive letter mess needs to be fixed anyway

dedmen avatar Aug 18 '21 15:08 dedmen

Slash direction inside config shouldn't matter, because after reading config everything is normalized

dedmen avatar Feb 12 '24 18:02 dedmen