Skip to content

Commit 00eb903

Browse files
committed
Merge branch 'topic/langkit/913' into 'master'
Remove spurious @nullable on some parse fields after a Langkit bug fix See merge request eng/libadalang/langkit-query-language!436
2 parents 0def530 + 5ff2c91 commit 00eb903

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lkql/lkql.lkt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,6 @@ class ObjectLiteral: Expr {
966966
|" select ObjectDecl [child] AspectAssoc
967967
class Query: Expr {
968968
@parse_field
969-
@nullable
970969
unpack_from: Unpack
971970
@parse_field
972971
@nullable
@@ -988,7 +987,6 @@ class RecExpr: Expr {
988987
@parse_field
989988
recurse_expr: Expr
990989
@parse_field
991-
@nullable
992990
result_unpack: Unpack
993991
@parse_field
994992
@nullable

0 commit comments

Comments
 (0)