-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid reading active bindings when printing #38
Conversation
stop("Sorry this is a read-only variable.") | ||
else { | ||
# In "getter" role | ||
if (x < 0) stop("The requested value is not available.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should these be self$x
?
Thanks! I have just a few minor comments. |
yeah, there's more than one way to skin a cat (ugly proverb). Anyway, I am glad you like it. |
@oscardelama Once the comments are addressed (you can add another commit and push), I'll merge this PR. |
Oops. Sorry if I look rather slow. I am a noob in this matters. This is my first pull request and I didn't figure out what was the next step. I understand I should align my fork with your comments and that's it. Am I right? |
@oscardelama Update your code, commit and push. That's all you need to do. |
OK guys. Its ready. I love the palindromic commit number '111a111' !! |
Avoid reading active bindings when printing
Thanks! |
Thanks to you! |
Including the fix and extending a test case