Describe the bug
[ERROR] Users/jurgenv/git/rascal/src/org/rascalmpl/library/lang/box/util/Tree2Box.rsc:28:0: Code execution failed:
[ERROR] |std:///ParseTree.rsc|(5736,12,<143,0>,<143,12>):143:0: Extend/import cycle detected:
* |std:///ParseTree.rsc|
* |std:///String.rsc|
* |std:///List.rsc|
Advice: |https://www.rascal-mpl.org/docs/Rascal/Errors/CompileTimeErrors/CyclicImportExtend|
This is on the rascal-formatter branch running mvn compile and during the tutor execution. While executing this on the commandline shell, I get the same error on:
import lang::box::\syntax::Box;
Describe the bug
This is on the
rascal-formatterbranch runningmvn compileand during the tutor execution. While executing this on the commandline shell, I get the same error on: