[Pharo-project] Setting File>>serverMode
Hello, There is a setting Files serverMode 1) we now have two server mode settings, doing different things. 2) Do we actually *need* this setting? Server mode If enabled, then the contents of stdin, stdout and stderr are encoded/decoded using the system default text converter a) it's true, and we will ship it like that if nobody actively sets it to false. So it will just confuse people. b) why the heck would anyone *not* want system linenedings? Normal people would be the first that don't know how to convert line endings... on a server you do have gnu recode... So I vote for removing that preference. -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
On May 29, 2011, at 11:00 AM, Marcus Denker wrote:
So I vote for removing that preference.
It seems the code behind does nothing anyway. -> EncodeAndDecodeStdioFiles is only set to true in initialize. No other use. So we can clean up... Marcus -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
participants (1)
-
Marcus Denker