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
By using the --track parameter to encode three parameters into one, separated by commas, nimrod will have problems to parse paths with spaces or paths with commas. What would be better, to split the switch into three or fix the parsing problems as they crop up?
The text was updated successfully, but these errors were encountered:
After adding a echo repr(p) to the compiler's service.nim:ProcessCmdLine, running a problematic command shows that the parameters are not being mangled at the commandline level: https://gist.github.com/4288524.
By using the
--track
parameter to encode three parameters into one, separated by commas, nimrod will have problems to parse paths with spaces or paths with commas. What would be better, to split the switch into three or fix the parsing problems as they crop up?The text was updated successfully, but these errors were encountered: