opentofu/internal/repl
Martin Atkins 6522f73249 tofu: Context.Eval now takes a context.Context
This continues our ongoing effort to get a coherent chain of
context.Context all the way from "package main" to all of our calls to
external components.

Context.Eval doesn't yet do anything with its new context, but we'll
plumb this deeper in future.

All of the _test.go file updates here are purely mechanical additions of
the extra argument. No test is materially modified by this change, which
is intentional to get some assurance that isn't a breaking change.

Signed-off-by: Martin Atkins <mart@degeneration.co.uk>
2024-11-19 10:15:21 -08:00
..
testdata/config-fixture Move repl/ to internal/repl/ 2021-05-17 14:09:07 -07:00
format_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
format.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
repl.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
session_test.go tofu: Context.Eval now takes a context.Context 2024-11-19 10:15:21 -08:00
session.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00