Home
Phorge
Search
Configure Global Search
Log In
Transactions
D25691
Change Details
Change Details
Old
New
Diff
When using `arc diff`, this crash should not fire anymore on non-English shells: Undefined array key "Repository UUID" The historical behavior of `ExecFuture` is to inherit environment variables. It may have sense, to have the user home, etc. So, the approach is to just clear the incompatible specific environment variable. Closes T15855
When using `arc diff`, this crash should not fire anymore on non-English shells: Undefined array key "Repository UUID" The error message comes to this line: https://we.phorge.it/source/arcanist/browse/master/src/repository/api/ArcanistSubversionAPI.php;f7fcf31c7e23475e345cb3cd4abf0474ba6fd9cf$606 Look at the parser of `svn info` that expects English language: https://we.phorge.it/source/arcanist/browse/master/src/repository/api/ArcanistSubversionAPI.php;f7fcf31c7e23475e345cb3cd4abf0474ba6fd9cf$326-375 The historical behavior of `ExecFuture` is to inherit environment variables. It may have sense, to have the user home, etc. So, the approach is to just clear the incompatible specific environment variable that alters the output language. Closes T15855
When using `arc diff`, this crash should not fire anymore on non-English shells: Undefined array key "Repository UUID"
The error message comes to this line: https://we.phorge.it/source/arcanist/browse/master/src/repository/api/ArcanistSubversionAPI.php;f7fcf31c7e23475e345cb3cd4abf0474ba6fd9cf$606 Look at the parser of `svn info` that expects English language: https://we.phorge.it/source/arcanist/browse/master/src/repository/api/ArcanistSubversionAPI.php;f7fcf31c7e23475e345cb3cd4abf0474ba6fd9cf$326-375
The historical behavior of `ExecFuture` is to inherit environment variables. It may have sense, to have the user home, etc.
So, the approach is to just clear the incompatible specific environment variable
that alters the output language
. Closes T15855
Continue