Update tengo vendor and load the stdlib. Fixes #789
This commit is contained in:
+3
@@ -6,3 +6,6 @@ import (
|
||||
|
||||
// ErrStackOverflow is a stack overflow error.
|
||||
var ErrStackOverflow = errors.New("stack overflow")
|
||||
|
||||
// ErrObjectAllocLimit is an objects allocation limit error.
|
||||
var ErrObjectAllocLimit = errors.New("object allocation limit exceeded")
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ import (
|
||||
// Frame represents a function call frame.
|
||||
type Frame struct {
|
||||
fn *objects.CompiledFunction
|
||||
freeVars []*objects.Object
|
||||
freeVars []*objects.ObjectPtr
|
||||
ip int
|
||||
basePointer int
|
||||
}
|
||||
|
||||
+341
-433
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user