Skip to content
Snippets Groups Projects
Commit 61d72fdf authored by Lukas Stadler's avatar Lukas Stadler
Browse files

Merge pull request #500 in G/fastr from ~MICK.JORDAN_ORACLE.COM/fastr:feature/svm to master

* commit '999809b3':
  missing TruffleBoundary
parents 4a3c0753 999809b3
No related branches found
No related tags found
No related merge requests found
......@@ -148,6 +148,7 @@ public abstract class FastRPkgSource extends RBuiltinNode {
RError.warning(this, RError.Message.GENERIC, String.format("function '%s::%s' failed to deparse - ignoring", pkg, fname));
}
@TruffleBoundary
private static void saveSource(String pkg, String fname, String deparseResult) {
RSerialize.setSaveDeparse(false);
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment