You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Cu" is abbreviation for "Compilation Unit". It's set by the compiler, but never read (according to NetBeans' find usages).
The functionality might be valid for error reporting, but should probably live in an external Map<Node, source code pointer> so as not to burden runtimes that don't need it, such as the server.
The text was updated successfully, but these errors were encountered:
"Cu" is abbreviation for "Compilation Unit". It's set by the compiler, but never read (according to NetBeans'
find usages
).The functionality might be valid for error reporting, but should probably live in an external
Map<Node, source code pointer>
so as not to burden runtimes that don't need it, such as the server.The text was updated successfully, but these errors were encountered: