You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
evaluator.EvalContext has some points where it calls Eval, which then just calls EvalContext with a background context, thus dropping the original context passed to it. This should be fixed so it instead calls EvalContext with the provided context.
evaluator.EvalContexthas some points where it callsEval, which then just callsEvalContextwith a background context, thus dropping the original context passed to it. This should be fixed so it instead callsEvalContextwith the provided context.EG: https://github.com/skx/monkey/blob/master/evaluator/evaluator.go#L56