Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ensure stdlib is loaded once for //eval.eval (#249)
Previously, //eval.eval calls SafeStdScopeTuple function which rebuilds the stdlib. This is unnecessary as the function SafeStdScope uses sync.Once which avoids rebuilding the arrai stdlib. This commit ensures that //eval.eval loads stdlib once by calling SafeStdScope.
- Loading branch information