-
Notifications
You must be signed in to change notification settings - Fork 204
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
clean up uses of require_dependency #14688
Comments
This PR is part of the work, department-of-veterans-affairs/vets-api#5787 Probably makes sense to do a PR for each module in the modules directory. |
Out sick but am addressing this on my return. |
From the docs: https://guides.rubyonrails.org/classic_to_zeitwerk_howto.html#new-features-you-can-leverage
grep -r --exclude="*.html" "require_dependency" . | wc -l Deleting instances and confirming those deletions don't break anything by running the test suite. |
This work is completed; expecting approval on remaining PRs today. |
Work is completed and merged; search of codebase shows no remaining instances of 'require_dependency'. |
Oh @gia-lexa, I guess we are kind of cheating by assigning story points after the fact, but what would you estimate the points at for this task? My estimate would be something like 5 points. |
That sounds reasonable, I went ahead updated the Estimate section of this ticket with "5". |
Issue Description
require_dependency
is no longer meaningful whenzeitwerk
loading is enabled. It should be removed throughout the app.The text was updated successfully, but these errors were encountered: