-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Remove support for addr
#6375
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
base: trunk
Are you sure you want to change the base?
Remove support for addr
#6375
Conversation
jonmeow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This deletes functionality, but should it be making sure the equivalent functionality works with ref? What's the intent there?
This may just be a matter of clarifying the PR description, but why is some code migrated to ref but then, for example, most of the addr class tests are just deleted? Are there equivalent ref tests that you can point to, is the coverage no longer relevant for some reason, or is this just disabling support with an intent to re-add it later?
The corresponding |
Maybe note this in the PR description? It would've been really helpful for review.
I don't see any new tests, did you push them? |
OK, I've updated the description to try to clarify the mechanics of the transition.
I misspoke; I didn't add any new test files, I just migrated a few files from |
Every test that used
addrbefore #6283 should be usingrefafter this PR. In most cases that was done in #6283, but this PR transitions a few that I missed in that first pass. In addition, #6283 cloned the oldaddrtests fromfoo.carbontofoo_addr.carbonin order to maintain test coverage during the transition; this PR removes those cloned tests.