We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the following case I had compiled once with a --lib option and once after that without the --lib option:
--lib
getLoc2uid |file:///export/scratch1/jenkins/home/workspace/usethesource_rascal_master-S5ZKBVP7G6AAXOCX5AHV2IJ2QL35PDF5FJHTCPD6ZB5NPZDM4Q3Q/src/org/rascalmpl/library/util/Webserver.rsc|(711,93,<22,0>,<22,93>) error@/util/Webserver.rsc:1:0: Unexpected compiler exception EXCEPTION in translateFunctionDeclaration, compiling response: getLoc2uid: |file:///export/scratch1/jenkins/home/workspace/usethesource_rascal_master-S5ZKBVP7G6AAXOCX5AHV2IJ2QL35PDF5FJHTCPD6ZB5NPZDM4Q3Q/src/org/rascalmpl/library/util/Webserver.rsc|(711,93,<22,0>,<22,93>)
Perhaps a "symbol not found" error message, a link-time or compile-time error could be issues instead of the internal error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the following case I had compiled once with a
--lib
option and once after that without the--lib
option:Perhaps a "symbol not found" error message, a link-time or compile-time error could be issues instead of the internal error.
The text was updated successfully, but these errors were encountered: