Just tried nitra from binary distribution (without installer). It is just not work as expected or documented and fails with error:
Nemerle command line compiler 'C:\Program Files (x86)\Nemerle\Net-4.0\ncc64.exe' not found.
This happens because runInAppropriateProcess follow NemerleBinPathRoot environment variable, and fallback to predefined value (program files).
Also, note, that it is not deal with default search path, as it is documented in Install.
From user perspective, it should choose ncc what are located near nitra.exe, and only if it is not exist - fallback to other choices (NemerleBinPathRoot, default install location, or may be let system to search path).
Just tried nitra from binary distribution (without installer). It is just not work as expected or documented and fails with error:
This happens because runInAppropriateProcess follow NemerleBinPathRoot environment variable, and fallback to predefined value (program files).
Also, note, that it is not deal with default search path, as it is documented in Install.
From user perspective, it should choose ncc what are located near nitra.exe, and only if it is not exist - fallback to other choices (NemerleBinPathRoot, default install location, or may be let system to search path).