dedmen / ArmaScriptCompiler

GNU General Public License v3.0
27 stars 12 forks source link

sqfc.json. Consistent slash direction in different sections. #7

Open severgun opened 3 years ago

severgun commented 3 years ago

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

dedmen commented 3 years ago

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

Dahlgren commented 3 years ago

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

dedmen commented 3 years ago

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

dedmen commented 9 months ago

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