Bug report on QuantLib-Guile-0.3.3

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Bug report on QuantLib-Guile-0.3.3

Liguo Song
In the setup.scm, the usage message is still talking about mzscheme. It is a
good source of historical information, but need correction.

   (format #t "Usage: mzscheme -r setup scm command\n")
should be
   (format #t "Usage: guile -s estup.scm command\n")

Later.


Liguo (Leo)



Reply | Threaded
Open this post in threaded view
|

Re: Bug report on QuantLib-Guile-0.3.3

Ferdinando M. Ametrano-3
Liguo Song wrote:
>   (format #t "Usage: mzscheme -r setup scm command\n")
>should be
>   (format #t "Usage: guile -s estup.scm command\n")

Liguo, I could easily grant you CVS write privilege if you are comfortable
about committing such fixings by yourself

just let me know...

ciao -- Nando