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
mh: Carlo: would vars passed to train via -v be passed on different;y in included() scripts than those defined in the outer scriupt?
Carlo Kok: probably
mh: var developerFolder = "/Applications/Xcode44.app/Contents/Developer"; << this one makes it thru to the included script
include("$(GenerateTrainScript)"); << this one works form -v
processiOSSDK("5.1");
mh: ==
mh: try { if (hi); } catch(e) { hi = "./HeaderImporter.exe" } << this one gets overriden
try { if (developerFolder); } catch(e) { developerFolder="/Applications/Xcode.app/Contents/Developer" } << this one not
mh: that doesnt make sense, does it?
Carlo Kok: no it doesn't.
Carlo Kok: not at all
mh: trying to set hi inside the outer script now. if that makes a diff, we have a traun bug
mh: looks like it works, with hi set in script
mh: ie
mh: var hi = "/Users/mh/Code/git/oxygene/Source/HeaderImporter/bin/Debug/HeaderImporter.exe";
var developerFolder = "/Applications/Xcode46-DP4.app/Contents/Developer";
include("$(GenerateTrainScript)");
processiOSSDK("6.1");
mh: i'll log a train bug
The text was updated successfully, but these errors were encountered:
mh: Carlo: would vars passed to train via -v be passed on different;y in included() scripts than those defined in the outer scriupt?
Carlo Kok: probably
mh: var developerFolder = "/Applications/Xcode44.app/Contents/Developer"; << this one makes it thru to the included script
include("$(GenerateTrainScript)"); << this one works form -v
processiOSSDK("5.1");
mh: ==
mh: try { if (hi); } catch(e) { hi = "./HeaderImporter.exe" } << this one gets overriden
try { if (developerFolder); } catch(e) { developerFolder="/Applications/Xcode.app/Contents/Developer" } << this one not
mh: that doesnt make sense, does it?
Carlo Kok: no it doesn't.
Carlo Kok: not at all
mh: trying to set hi inside the outer script now. if that makes a diff, we have a traun bug
mh: looks like it works, with hi set in script
mh: ie
mh: var hi = "/Users/mh/Code/git/oxygene/Source/HeaderImporter/bin/Debug/HeaderImporter.exe";
var developerFolder = "/Applications/Xcode46-DP4.app/Contents/Developer";
include("$(GenerateTrainScript)");
processiOSSDK("6.1");
mh: i'll log a train bug
The text was updated successfully, but these errors were encountered: