From 339c60aa396820c22b20611f454d893b91bcd180 Mon Sep 17 00:00:00 2001 From: paulklint Date: Thu, 2 Apr 2026 15:15:46 +0200 Subject: [PATCH 1/2] Update to typepal-0.16.7 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f6b71401137..42a91866ea6 100644 --- a/pom.xml +++ b/pom.xml @@ -458,7 +458,7 @@ org.rascalmpl typepal - 0.16.6-RC2 + 0.16.7 compile From 2e36808c85489653d5131cd739347ddf721466c1 Mon Sep 17 00:00:00 2001 From: paulklint Date: Thu, 2 Apr 2026 20:36:12 +0200 Subject: [PATCH 2/2] Fix changed error message --- .../compiler/lang/rascalcore/check/tests/StaticTestingUtils.rsc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/org/rascalmpl/compiler/lang/rascalcore/check/tests/StaticTestingUtils.rsc b/src/org/rascalmpl/compiler/lang/rascalcore/check/tests/StaticTestingUtils.rsc index 641121e9b30..b08093c2d77 100644 --- a/src/org/rascalmpl/compiler/lang/rascalcore/check/tests/StaticTestingUtils.rsc +++ b/src/org/rascalmpl/compiler/lang/rascalcore/check/tests/StaticTestingUtils.rsc @@ -455,6 +455,7 @@ list[str] unexpectedDeclarationMsgs = [ "Invalid initialization of _", "Undefined _", "Double declaration of _", + "Duplicate declaration of _", "Multiple declarations of _ are applicable here", "Constructor _ overlaps with other declaration for type _, see _", "Incompatible field _ in _: _ in constructor _ clashes with _ in constructor _",