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
Following the information about reference and pointer types in the first part of the tutorial and mixing it with the properties section of the second part of the tutorial I found out that the subscript notation doesn't work with the property methods which are meant to hide the real variables.
237: Enable debugging unreported errors r=Clyybber a=Clyybber
## Summary
Enabled with -d:nimDebugUnreportedErrors
Doesn't keep track of where the nodes were created yet.
Also fix semIf not handling nkError nodes correctly.
Also cleanup buildErrorList/walkErrors roundabout way
of doing post-visit DFS.
Also improve rsemTypeKindMismatch error message.
Co-authored-by: Clyybber <darkmine956@gmail.com>
Following the information about reference and pointer types in the first part of the tutorial and mixing it with the properties section of the second part of the tutorial I found out that the subscript notation doesn't work with the property methods which are meant to hide the real variables.
I'm writting these procs because I want to export them to C (see http://forum.nimrod-code.org/t/96), but it seems that I'm forced to use then the notation
object[].accesor
which is discouraged in the first part of the tutorial. See the coments in the test case I came up with at https://github.com/gradha/Nimrod/commit/fafb645265e0072bcd1b580ad129272540259ff4 where I would expect the code from both PNormal and PPrivate to work the same, but the compiler barks on the use of PPrivate.The text was updated successfully, but these errors were encountered: