opentofu/internal/lang
James Humphries 129a33c445
Some checks are pending
build / Build for freebsd_386 (push) Waiting to run
build / Build for linux_386 (push) Waiting to run
build / Build for openbsd_386 (push) Waiting to run
build / Build for windows_386 (push) Waiting to run
build / Build for freebsd_amd64 (push) Waiting to run
build / Build for linux_amd64 (push) Waiting to run
build / Build for openbsd_amd64 (push) Waiting to run
build / Build for solaris_amd64 (push) Waiting to run
build / Build for windows_amd64 (push) Waiting to run
build / Build for freebsd_arm (push) Waiting to run
build / Build for linux_arm (push) Waiting to run
build / Build for linux_arm64 (push) Waiting to run
build / Build for darwin_amd64 (push) Waiting to run
build / Build for darwin_arm64 (push) Waiting to run
build / End-to-end Tests for linux_386 (push) Waiting to run
build / End-to-end Tests for windows_386 (push) Waiting to run
build / End-to-end Tests for darwin_amd64 (push) Waiting to run
build / End-to-end Tests for linux_amd64 (push) Waiting to run
build / End-to-end Tests for windows_amd64 (push) Waiting to run
Quick Checks / List files changed for pull request (push) Waiting to run
Quick Checks / Unit tests for linux_386 (push) Blocked by required conditions
Quick Checks / Unit tests for linux_amd64 (push) Blocked by required conditions
Quick Checks / Unit tests for windows_amd64 (push) Blocked by required conditions
Quick Checks / Unit tests for linux_arm (push) Blocked by required conditions
Quick Checks / Unit tests for darwin_arm64 (push) Blocked by required conditions
Quick Checks / Unit tests for linux_arm64 (push) Blocked by required conditions
Quick Checks / Race Tests (push) Blocked by required conditions
Quick Checks / End-to-end Tests (push) Blocked by required conditions
Quick Checks / Code Consistency Checks (push) Blocked by required conditions
Quick Checks / License Checks (push) Waiting to run
Website checks / List files changed for pull request (push) Waiting to run
Website checks / Build (push) Blocked by required conditions
Website checks / Test Installation Instructions (push) Blocked by required conditions
docs: clarify that uuid() function does not produce RFC 4122 compliant v4 uuids (#3763)
Signed-off-by: James Humphries <james@james-humphries.co.uk>
2026-02-13 09:09:31 +00:00
..
blocktoattr Fix typos (#1905) 2024-08-29 13:20:33 -04:00
eval planning: Sketch of even more managed resource instance actions 2026-02-10 07:07:01 -08:00
evalchecks Early return when having errors and additional tests (#3042) 2025-09-26 08:44:39 -03:00
exprs lang/eval: Clear some linter warnings 2025-10-27 10:15:41 -07:00
funcs docs: clarify that uuid() function does not produce RFC 4122 compliant v4 uuids (#3763) 2026-02-13 09:09:31 +00:00
globalref httpclient: Add OTel tracing automatically when needed (#2772) 2025-05-09 10:16:38 +01:00
grapheval execgraph: Most of the "compiler" machinery 2025-10-27 10:15:41 -07:00
lint lint: Include more source context in unused attribute diagnostics 2025-09-26 09:08:31 -07:00
marks Ephemeral variables (#3108) 2025-09-10 07:45:23 -04:00
testdata/functions-test Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
types Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
data.go lang: Data methods now take context.Context 2025-06-18 07:26:17 -07:00
data_test.go lang: Data methods now take context.Context 2025-06-18 07:26:17 -07:00
doc.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
eval.go Extract the provider functions references from the dynamic blocks (#3429) 2025-10-28 17:10:07 +02:00
eval_test.go Feature branch: Ephemeral resources (#2852) 2025-08-04 16:39:12 +03:00
functions.go Unify core functions address handling (#3445) 2025-10-31 08:41:52 +02:00
functions_descriptions_test.go Unify core functions address handling (#3445) 2025-10-31 08:41:52 +02:00
functions_test.go Unify core functions address handling (#3445) 2025-10-31 08:41:52 +02:00
references.go Fix typos (#1905) 2024-08-29 13:20:33 -04:00
references_test.go Bump our hcl fork to include fix for Provider defined functions in parentheses (#3402) 2025-10-22 10:40:53 +01:00
scope.go lang: hcl.EvalContext creation needs context.Context 2025-06-17 07:56:33 -07:00