Conversation
|
Did I introduce a dep on glib to the failing lint tests? Not sure how I did that with the code I changed here. If anyone has ideas, lmk! |
No, the CI image |
e809b92 to
cd2aa6c
Compare
|
FYI, I have two more follow on branches to (1) globalize the DNS (limit its scope to the worker), and (2) rewrite the DNS in Rust and remove the C DNS and Address code. Let me know if you prefer I push those as separate PRs now, push them all together in 1 PR, or push them one at a time after the previous is merged. |
Whichever you prefer. It would probably be best to do either "push those as separate PRs now" or "push them all together in 1 PR", and then I can review them both this weekend. If you do the first option, I'll just ignore the duplicate commits from the first PR in the second PR. |
cd2aa6c to
42bafbc
Compare
Limit accesses to C
Addressstructures in preparation for removing the C Address and DNS code.