summaryrefslogtreecommitdiff
path: root/dev-ada/langkit/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-10 21:21:18 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-10 21:21:18 +0000
commitb118032096b3380de251b5de2466f5198fd2930a (patch)
tree992376912dd2522e0078f8350735c14bd0b77149 /dev-ada/langkit/files
parent177349fb1459039cc30cb8e3936af4117d038c16 (diff)
gentoo auto-resync : 10:12:2022 - 21:21:18
Diffstat (limited to 'dev-ada/langkit/files')
-rw-r--r--dev-ada/langkit/files/langkit-23.0.0-gentoo.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-ada/langkit/files/langkit-23.0.0-gentoo.patch b/dev-ada/langkit/files/langkit-23.0.0-gentoo.patch
new file mode 100644
index 000000000000..cbae758013e2
--- /dev/null
+++ b/dev-ada/langkit/files/langkit-23.0.0-gentoo.patch
@@ -0,0 +1,10 @@
+--- a/langkit/parsers.py 2022-12-08 23:09:42.178267815 +0100
++++ b/langkit/parsers.py 2022-12-08 22:33:40.755660102 +0100
+@@ -1306,6 +1306,7 @@
+ # ... and we want to memoize the result.
+ self.cached_type = None
+
++ @property
+ def can_parse_token_node(self) -> bool:
+ return all(p.can_parse_token_node for p in self.parsers)
+