From 0fd1fd87412d0205bd9b45259f8461c663153b78 Mon Sep 17 00:00:00 2001 From: "Jurgen J. Vinju" Date: Wed, 31 Jan 2024 19:59:48 +0100 Subject: [PATCH] re-enabled the tutor inside the rascal project locally. This only works because the standard library that the tutor uses itself is the same code as now being analyzed (and run) by the tutor. If you add a new builtin, for example, to Prelude, then this breaks again and you have to through a bootstrap cycle with rascal-tutor and rascal-maven-plugin before you can re-enable the tutor build here. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 80c1380c277..4c35859f288 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.rascalmpl.shell.RascalShell 2 11 - 0.22.0-RC2 + 0.25.0-RC2-SNAPSHOT @@ -155,7 +155,7 @@ package - +