rascal
rascal copied to clipboard
de-debug rascal type-checker
Is your feature request related to a problem? Please describe.
The current type-checker prints a lot of debugging information,e.g:
getTPLReadLoc: DOES NOT EXIST
(run mvn clean compile in any Rascal project to see what is going on)
Describe the solution you'd like
Maybe it's time to turn this off such that VScode, Eclipse and the Maven plugin become a bit more quiet. It also has a small effect on run-time efficiency.
Maybe we should only print it if in the end it couldn't find a tpl? Since often it just shows where it's looking.
Perhaps, but not finding a tpl file is not a failure. That happens all the time as well. I think we have the path searching down to a science now, until we start playing around with target locations again.