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

Avoid incorrect filtering on the list in persp-read-persp when loading persps from file. #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

roife
Copy link
Contributor

@roife roife commented Nov 7, 2023

Fix #145 .

This bug arises when a persp-list is passed to persp-read-persp, causing the function to execute incorrect filtering operations on the list. These filtering operations rely on the assumption that the list contains perspectives that are active. However, when using persp-load-from-file-by-names, the perspectives within the list haven't been loaded, which leads to error.

@roife
Copy link
Contributor Author

roife commented Nov 7, 2023

I'm wondering if it is an elegant solution. Comments or suggestions are welcome.

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

Successfully merging this pull request may close these issues.

persp-load-from-file-by-names pops up an empty list
1 participant