You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While arma is indeed, case-insensitive, doing it with SQF-VM would require additional muscle work and double the memory footprint for certain things (eg. config tree, assembly size)
needs to be decided wether to implement this (and potentially fail on unix systems with the same code) or not
Describe the bug
--virtual
's virtual path is case-sensitiveTo Reproduce
test.cpp
, containing#include "\A3\3den\ui\macros.inc"
sqfvm.exe --parse-only --virtual "P:\a3|a3" --input-config test.cpp
Failed to include '\A3\3den\ui\macros.inc'
sqfvm.exe --parse-only --virtual "P:\a3|A3" --input-config test.cpp
Expected behavior
Virtual path to be case-insensitive.
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: