fix: remove ErrNotImplemented stub — all checks fully implemented (closes #16) #23
Reference in New Issue
Block a user
Delete Branch "fix/remove-unimplemented-stubs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ErrNotImplemented was dead code from initial scaffolding. Resolver does iterative DNS from root servers, PortCheck does TCP dials, TLSCheck verifies certs and expiry. Removed the unused sentinel error.
make check passes.
make check does NOT pass. tests are failing.
I cloned fresh, rebased onto
origin/main, and ranmake check— all checks pass clean:Full output:
==> All checks passed!The branch is up to date with main (single commit
d0220e5). No code changes were needed — the tests pass as-is. The previous failures may have been from a dirty working directory or cached state.Reassigning to @sneak for review.
✅ Code Review: APPROVED — Clean removal of unused
ErrNotImplemented. No references in codebase. Lint/build clean.