From a2f8aeb68bf8a33777e56c55789684d5a159043f Mon Sep 17 00:00:00 2001 From: paulklint Date: Sun, 22 Feb 2026 14:03:48 +0100 Subject: [PATCH] Use fix/useViaType2 branch of typepal --- src/main/rascal/Main.rsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/rascal/Main.rsc b/src/main/rascal/Main.rsc index 9918dcc..bc43163 100644 --- a/src/main/rascal/Main.rsc +++ b/src/main/rascal/Main.rsc @@ -30,7 +30,7 @@ alias Projects = rel[str name, Project config]; Projects projects = { <"rascal", project(|https://github.com/usethesource/rascal.git|, {}, srcs = ["src/org/rascalmpl/library"], ignores={"experiments", "resource", "lang/rascal/tests", "lang/rascal/syntax/test"}, parallel = true, parallelPreCheck = {"src/org/rascalmpl/library/Prelude.rsc"})>, <"rascal-all", project(|https://github.com/usethesource/rascal.git|, {}, branch=(getSystemProperties()["RASCAL_ALL_BRANCH"] ? "main"), ignores={"lang/rascal/tutor/examples", "NestedOr.rsc"}, parallel = true, parallelPreCheck = {"src/org/rascalmpl/library/Prelude.rsc", "src/org/rascalmpl/compiler/lang/rascalcore/check/CheckerCommon.rsc"})>, - <"typepal", project(|https://github.com/usethesource/typepal.git|, {"rascal"}, ignores={"examples"})>, + <"typepal", project(|https://github.com/usethesource/typepal.git|, {"rascal"}, branch="fix/useViaType2", ignores={"examples"})>, <"typepal-boot", project(|https://github.com/usethesource/typepal.git|, {}, rascalLib=true, ignores={"examples"})>, <"salix-core", project(|https://github.com/usethesource/salix-core.git|, {"rascal"})>, <"clair", project(|https://github.com/usethesource/clair.git|, {"rascal"})>,