| [#878] | project: compiler | priority: low | category: bug | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Nikolay | Lex | fixed | 2007-01-08 23:04:59.0 | |
| subject | [contrib #285] Compile server always uses /tmp for log files | |||
| code |
n/a |
|||
| what happened | The compile server always tries to create files /tmp/scala-compile-server-{err,out}.log, and dies if it can't. T\
his makes it impossible for multiple users to run fsc on the same system.
|
|||
| what expected | The server should have the same behaviour as it uses when locating the port file, and try to create files in $HOME/tmp first. | |||
| [back to overview] | ||||
| Nikolay edited on 2007-01-08 23:05:32.0 |
| contribution #285 |
| Lex edited on 2007-01-09 07:29:52.0 |
| Lex edited on 2007-03-07 23:12:11.0 |
| It now does so. |