ravikumar10 / genyris

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

Biscuit is Missing builtin class - fatal! #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
> defmacro sys:procedure-missing(&rest args)
:    quote
:       tempalate 
:          left
:             apply os!exec ,@args 
: 
<LazyProcedure: <http://www.genyris.org/lang/system#procedure-missing>> # 
LazyProcedure 
> ls -l
: 

What do you see?
 # Exception in thread "main" java.lang.Error: Biscuit is Missing builtin class - fatal!
    at org.genyris.core.ExpWithEmbeddedClasses.getClasses(Unknown Source)
    at org.genyris.interp.ExpressionEnvironment.lookupDynamicVariableValue(Unknown Source)
    at org.genyris.core.DynamicSymbol.lookupVariableValue(Unknown Source)

What is the expected output?
No crash

Original issue reported on code.google.com by birchb1...@gmail.com on 25 May 2013 at 8:33

GoogleCodeExporter commented 9 years ago
Fixed in 0.9.0-5

Original comment by birchb1...@gmail.com on 8 Mar 2014 at 8:44