We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300d804 commit 28b8bfaCopy full SHA for 28b8bfa
src/fluent_compiler/compiler.py
@@ -86,9 +86,12 @@
86
87
@dataclass
88
class CurrentEnvironment:
89
- # TODO make fields not optional, and the whole of `CurrentEnvironment` optional instead
90
# The parts of CompilerEnvironment that we want to mutate (and restore)
91
# temporarily for some parts of a call chain.
+
92
+ # MAYBE we shold make fields not optional, and the whole of
93
+ # `CurrentEnvironment` optional instead
94
95
message_id: str
96
ftl_resource: FtlResource
97
term_args: dict | None = None
0 commit comments