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 3b63ea1 commit e3410b2Copy full SHA for e3410b2
langkit/compile_context.py
@@ -852,7 +852,8 @@ def actual_version(self) -> str:
852
def actual_build_date(self) -> str:
853
return self.build_date or "undefined"
854
855
- def lkt_context(self, lkt_node: L.LktNode) -> AbstractContextManager[None]:
+ @staticmethod
856
+ def lkt_context(lkt_node: L.LktNode) -> AbstractContextManager[None]:
857
"""
858
Context manager to set the diagnostic context to the given node.
859
0 commit comments