BrettMayson / HEMTT

Build System for Arma 3
https://brettmayson.github.io/HEMTT
GNU General Public License v2.0
109 stars 40 forks source link

`__FILE__` macro missing mainprefix (Version 1.11.0 RC 2) #616

Closed PabstMirror closed 9 months ago

PabstMirror commented 9 months ago

input: _msg = format ["%1: Invalid params type: %2", __FILE__, _this]; output: _msg = format ["%1: Invalid params type: %2", "cba\/addons/ui/flexiMenu/fnc_menu.sqf", _this]; expected: "/x/cba/addons/ui/flexiMenu/fnc_menu.sqf"

BrettMayson commented 9 months ago

The slashes have been fixed, but the lack of \x\ at the start is odd, I can't reproduce. It does require the mainprefix set in .hemtt/project.toml

BrettMayson commented 9 months ago

The mystery was I fixed it a week ago and forgot