Skip to content

library unloading #5

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

Closed
netizen-a opened this issue Apr 23, 2023 · 3 comments
Closed

library unloading #5

netizen-a opened this issue Apr 23, 2023 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@netizen-a
Copy link
Owner

netizen-a commented Apr 23, 2023

Safe library unloading seems to be a wanted feature.
A good idea to do it is to reset all affected functions loaded by the library to it's default state, so if they are called again they can just load the library again.

@netizen-a netizen-a added enhancement New feature or request help wanted Extra attention is needed labels Apr 23, 2023
@netizen-a
Copy link
Owner Author

This may be possible, but isn't feasible when used with other crates, so this won't be implemented for the sake of everyone's sanity

@netizen-a netizen-a closed this as not planned Won't fix, can't repro, duplicate, stale May 7, 2023
@netizen-a
Copy link
Owner Author

netizen-a commented May 15, 2023

This needs to be looked at again. With the new internal semantics it should be easier to reset invalidated functions.

@netizen-a netizen-a reopened this May 15, 2023
@netizen-a
Copy link
Owner Author

closed in favor of #21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant