Skip to content
Snippets Groups Projects
Commit f21176e3 authored by Adam Welc's avatar Adam Welc
Browse files

While deparsing GNU R structures we need to expand attributes.

parent a1d2c576
Branches
No related tags found
No related merge requests found
......@@ -1061,7 +1061,7 @@ public class RDeparse {
root = list.getDataAtAsObject(0);
}
}
return new DeparseVisitor(false, 80, true, 0, -1, constants).process(root).getContents();
return new DeparseVisitor(false, 80, true, SHOWATTRIBUTES, -1, constants).process(root).getContents();
}
@TruffleBoundary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment