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
The R parser has a number of reserved words mentioned in the manual. Is there a similar list for R6?
I ask because I am generating an R client library for an API using OpenAPI Generator, and I am running into issues with R6 not allowing certain model property names as class items. I've filed an issue in their repo to address this, but I'm curious which words are reserved for use with R6.
The obvious ones are super, private, and self, specifically because there is an error message for those three. However, I've also seen an error message from initialize and very subtle errors with new.
Are there others?
The text was updated successfully, but these errors were encountered:
The R parser has a number of reserved words mentioned in the manual. Is there a similar list for R6?
I ask because I am generating an R client library for an API using OpenAPI Generator, and I am running into issues with R6 not allowing certain model property names as class items. I've filed an issue in their repo to address this, but I'm curious which words are reserved for use with R6.
The obvious ones are
super
,private
, andself
, specifically because there is an error message for those three. However, I've also seen an error message frominitialize
and very subtle errors withnew
.Are there others?
The text was updated successfully, but these errors were encountered: