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
hi, I made a mistake, accidentally specifying the class itself as inherit, which resulted in an infinite loop. I was surprised to see that is actually even allowed for the class definition:
>MyClass=R6::R6Class(inherit=MyClass)
I actually got no output (success) from the above line of code.
I would have expected/liked an error when running the above code, something like below:
It was easy how to fix this issue, but it would have been even more obvious/user friendly if the error happens earlier (on R6Class definition), would that be possible please?
Thanks
The text was updated successfully, but these errors were encountered:
hi, I made a mistake, accidentally specifying the class itself as inherit, which resulted in an infinite loop. I was surprised to see that is actually even allowed for the class definition:
I actually got no output (success) from the above line of code.
I would have expected/liked an error when running the above code, something like below:
However I only got an error message later, shown below
It was easy how to fix this issue, but it would have been even more obvious/user friendly if the error happens earlier (on R6Class definition), would that be possible please?
Thanks
The text was updated successfully, but these errors were encountered: