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

Path handling in pspm_init and pspm_quit #668

Open
dominikbach opened this issue Mar 19, 2024 · 0 comments
Open

Path handling in pspm_init and pspm_quit #668

dominikbach opened this issue Mar 19, 2024 · 0 comments
Labels
Good First Issue Good for newcomers

Comments

@dominikbach
Copy link
Contributor

dominikbach commented Mar 19, 2024

Summary

PsPM path handling during startup is opaque. Some folders are put on the path and not removed. It is unclear whether all required folders are put on the path.

  1. Collect all folders that need to be put on PsPM path on startup and list them here.
  2. In pspm_init check which of these folders are already on the path, and store them in settings.
  3. Put all folders on the path.
  4. in pspm_quit, remove those folders from the path that were not on the path when PsPM was started.
@dominikbach dominikbach added the Good First Issue Good for newcomers label Apr 25, 2024
@dominikbach dominikbach changed the title pspm_init does not put PsPM on the path Path handling in pspm_init and pspm_quite Apr 25, 2024
@dominikbach dominikbach changed the title Path handling in pspm_init and pspm_quite Path handling in pspm_init and pspm_quit Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant