Skip to content

Fix generic library filter#3122

Merged
sebjulliand merged 3 commits intocodefori:masterfrom
chrjorgensen:fix/generic_lib_filter
Mar 21, 2026
Merged

Fix generic library filter#3122
sebjulliand merged 3 commits intocodefori:masterfrom
chrjorgensen:fix/generic_lib_filter

Conversation

@chrjorgensen
Copy link
Copy Markdown
Collaborator

Changes

This PR will fix an issue with retrieving libraries from filters with advanced generic names, e.g. starting with an asterisk.

Given this filter
image

the current code will return this:
image

With this PR the output is correct:
image

A regex filter is even worse - given this filter
image

you get no output:
image

but with this PR you get the correct list:
image

How to test this PR

  1. Make some advanced filters for libraries
  2. Open the filters in the current version - note the missing libraries in the list
  3. Open the filters in this version - the libraries in the list is correct

Checklist

  • have tested my change

@chrjorgensen chrjorgensen added this to the 3.0.0 milestone Mar 20, 2026
@chrjorgensen chrjorgensen self-assigned this Mar 20, 2026
@chrjorgensen chrjorgensen added the bug A confirmed issue when something isn't working as intended label Mar 20, 2026
@chrjorgensen chrjorgensen temporarily deployed to testing_environment March 20, 2026 22:26 — with GitHub Actions Inactive
Copy link
Copy Markdown
Member

@sebjulliand sebjulliand left a comment

Choose a reason for hiding this comment

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

Good fix, thanks!
I didn't know QSYS needed to be padded in this case. The more you know!

@sebjulliand sebjulliand merged commit de6827a into codefori:master Mar 21, 2026
2 checks passed
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.

2 participants