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
Avoid accessing RDoc objects through Store (#1308)
There's an unhealthy coupling between `RDoc` and `Store`, where they
hold reference of each other and access things both ways.
IMO, `RDoc` instances holding `Store` objects makes sense as `Store` is
a component of it. But `Store` shouldn't need to reference back to its
`RDoc` instance.
This PR is the first step of removing this coupling by dropping
`Store#rdoc` usages.
0 commit comments