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

Fix handling of active bindings defined in packages #255

Merged
merged 2 commits into from
Sep 19, 2023

Commits on Sep 19, 2023

  1. Make unloading work with active bindings

    Active bindings in package namespaces should not be evaluated when
    forcing the bindings during the unloading step, because their
    side-effects may be undesirable.
    klmr authored and lionel- committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c5bc139 View commit details
    Browse the repository at this point in the history
  2. Replace loop by rlang tools

    lionel- committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    07c138a View commit details
    Browse the repository at this point in the history