Skip to content
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

link() to self #41

Closed
yihui opened this issue Jun 30, 2011 · 1 comment
Closed

link() to self #41

yihui opened this issue Jun 30, 2011 · 1 comment
Assignees
Milestone

Comments

@yihui
Copy link
Member

yihui commented Jun 30, 2011

it does not work at the moment; need to figure out how to avoid the infinite recursion

@ghost ghost assigned yihui Jun 30, 2011
@yihui
Copy link
Member Author

yihui commented Jul 14, 2011

I did not use listeners to solve this problem; instead, I added a new function link_type() to specify the type of linking; if it is self, we can call self_link() to update the .brushed column. This will avoid the infinite recursion. See commit 05acbfc above.

@yihui yihui closed this as completed Jul 14, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant