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

Re-enable internal reference checking within a bundle on the file system #762

Merged
merged 6 commits into from
Nov 17, 2023

Conversation

al-niessner
Copy link
Contributor

🗒️ Summary

Found code that was purposely turned off and turned it back on. Increased filtering to hopefully fix the complaint enough that turned it off. Seems to be working now.

⚙️ Test Data and/or Report

Automated unit testing below should pass

♻️ Related Issues

Closes #308
#368
Closes #432

Al Niessner added 3 commits November 15, 2023 09:53
Through many of the tickets things had purposely been turned off due to a large amount of noise #368. When the reporting was turned on for this ticket got 8 warnings when the expectation was one or two. Found that the reference for some were not for this bundle. Added further filtering that the reference had to be contained in this bundle as well.

Found many of the lid/lidvid checks where contains() instead of startsWith(). Change to startsWith() to prevent some messed up thing where there is a match in the middle of the string when it clearly must startWith() for correctness. This too may have some cleanup to the output.
@al-niessner al-niessner requested a review from a team as a code owner November 17, 2023 18:01
Al Niessner added 3 commits November 17, 2023 10:08
The double check ignores many of the other possible problems so moved it to check if the bad ref should be reported because it is in the same bundle
@jordanpadams jordanpadams changed the title Clean up internal reference checking Re-enable internal reference checking within a bundle on the file system Nov 17, 2023
@jordanpadams jordanpadams merged commit 28c8ba3 into main Nov 17, 2023
@jordanpadams jordanpadams deleted the issue_432 branch November 17, 2023 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants