ravikumar10 / genyris

Automatically exported from code.google.com/p/genyris
Other
0 stars 0 forks source link

load with true for output to stdout exits process. Since 0.9.1 #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
[bbirch1@centos65 genyris]$ genyris
*** Welcome bbirch1, Genyris version 0.9.1-6, home 
/home/bbirch1/workspace/genyris is listening...
> load "org/genyris/load/boot/pair.g" true
:
[bbirch1@centos65 genyris]$ genyris

What do you see?

Calling load with true parameter exits the process.

What is the expected output?

Exit should not happen.

Original issue reported on code.google.com by birchb1...@gmail.com on 7 Aug 2014 at 6:58

GoogleCodeExporter commented 9 years ago
Problem is in class LoadFunction

Original comment by birchb1...@gmail.com on 7 Aug 2014 at 7:02

GoogleCodeExporter commented 9 years ago
Fixed:
birchb@hp6730b:~/workspace/genyris$ genyris
*** Welcome birchb, Genyris version 0.9.1-1-g4f4098f-0, home 
/home/birchb/workspace/genyris is listening...
> load "org/genyris/load/boot/pair.g" true
: 
'jar:file:/home/birchb/workspace/genyris/dist/genyris-bin-0.9.1-1-g4f4098f-0.jar
!/org/genyris/load/boot/pair.g' # String 
> 

Original comment by birchb1...@gmail.com on 16 Oct 2014 at 11:04