ravikumar10 / genyris

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

Backtrace has too many lines following error in include? #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. provoke an error in include
2. provoke an ordinary error
What do you see?
1. too many lines in the stack trace.

> +
:
*** Error - 'Too few arguments to +'
~ '<LazyProcedure: cond>'
~ '<EagerProc: eval>'
~ '<LazyProcedure: <define>>'
~ '<LazyProcedure: catch>'
~ '<LazyProcedure: <define>>'
~ '<LazyProcedure: catch>'
> sys:search-path 'examples/www-demo.gs'
:
nil # NilSymbol SimpleSymbol
> +
:
*** Error - 'Too few arguments to +'
~ '<LazyProcedure: cond>'
~ '<EagerProc: eval>'
~ '<LazyProcedure: <define>>'
~ '<LazyProcedure: catch>'
~ '<LazyProcedure: cond>'
~ '<LazyProcedure: while>'
~ '<EagerProc: <|http://www.genyris.org/lang/system#search-path|>>'
~ '<EagerProc: eval>'
~ '<LazyProcedure: <define>>'
~ '<LazyProcedure: catch>'
What is the expected output?
*** Error - 'Too few arguments to +'
~ '<LazyProcedure: cond>'
~ '<EagerProc: eval>'
~ '<LazyProcedure: <define>>'
~ '<LazyProcedure: catch>'
~ '<LazyProcedure: <define>>'
~ '<LazyProcedure: catch>'

Original issue reported on code.google.com by birchb1...@gmail.com on 15 Apr 2013 at 7:20

GoogleCodeExporter commented 9 years ago
Fixed in 0.6.12.

Original comment by birchb1...@gmail.com on 18 Apr 2013 at 2:53