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 member and object resolve with variants #1949

Merged
merged 4 commits into from
Apr 3, 2024

Conversation

chrjorgensen
Copy link
Collaborator

Changes

Fixes resolving members and objects having variant characters in their name.
Tests have been added to verify member and object resolve with variant characters.

Before this would not work:

billede

After this fix the member resolution now works:

billede

How to test this PR

  1. create a source member with variant characters in the name
  2. open another source member and add /COPY or /INCLUDE referencing the source member with variant characters
  3. Press Alt-F12 with the cursor in the referenced member name.
  4. Verify the referenced member content is shown.
  5. Run the test cases

Checklist

  • have tested my change

@chrjorgensen chrjorgensen added the bug A confirmed issue when something isn't working as intended label Mar 20, 2024
@chrjorgensen chrjorgensen self-assigned this Mar 20, 2024
@worksofliam worksofliam modified the milestones: 2.9.0, 3.0.0 Mar 26, 2024
@worksofliam
Copy link
Contributor

@chrjorgensen What's the state of this PR? It is assigned to you, but is it ready for review?

@chrjorgensen
Copy link
Collaborator Author

@worksofliam Yes, ready for review since I requested a review from you and Seb... 😉😘

@worksofliam
Copy link
Contributor

Code looks good and your new + previous tests are still passing. I also used your step to test the copy book and it's looking good to me. Let's merge for 2.9.0.

@worksofliam worksofliam merged commit 236d0eb into codefori:master Apr 3, 2024
1 check 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