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 path splitting when opening a member on an IASP #1768

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

sebjulliand
Copy link
Collaborator

Changes

Fixes #1765

The path parsing was incorrect when opening a member located on an iASP. Since this kind of path begins with the iASP, it would return the iASP name as being the library.

This PR adds a method in Tools that will correctly parse the path in any case.

Checklist

  • have tested my change

Signed-off-by: Seb Julliand <sjulliand@arcadsoftware.com>
@sebjulliand sebjulliand added the bug A confirmed issue when something isn't working as intended label Jan 8, 2024
@sebjulliand sebjulliand self-assigned this Jan 8, 2024
Copy link
Contributor

@worksofliam worksofliam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sebjulliand works for me. My test was adding and removing items from the protected paths list and ensuring the item could be opened and editable when applicable.

@sebjulliand sebjulliand merged commit 715fa99 into master Jan 8, 2024
1 check passed
@sebjulliand sebjulliand deleted the fix/pathSplit branch January 8, 2024 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A confirmed issue when something isn't working as intended
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Source modification error: file always in read-only mode
2 participants