kobo / groovyserv

Groovy's startup acceralator.
http://kobo.github.io/groovyserv/
Other
98 stars 10 forks source link

CWD is accidentally ovewritten by another session #16

Closed nobeans closed 13 years ago

nobeans commented 13 years ago

console A:

$ cd /tmp/a
$ groovyclient -e  "org.codehaus.groovy.tools.shell.Main.main(args)"
Groovy Shell (1.7.6, JVM: 1.6.0_22)
Type 'help' or '\h' for help.
groovy:000> 

console B:

$ cd /tmp/b
$ groovyclient -e  "org.codehaus.groovy.tools.shell.Main.main(args)"
$

===> immediately return to prompt (Cannot change current directory because another session is running on different directory)

$ groovyclient -e  "org.codehaus.groovy.tools.shell.Main.main(args)"
Groovy Shell (1.7.6, JVM: 1.6.0_22)
Type 'help' or '\h' for help.
groovy:000> 

===> at 2nd time, you can successfully start a shell...

nobeans commented 13 years ago

fixed at 8dcc0ddce892c3e63c3543f42be87ebac1060fa2 it will be release at v0.6