]> gitweb.michael.orlitzky.com - list-remote-forwards.git/blobdiff - doc/TODO
Change some doctest examples into unit tests.
[list-remote-forwards.git] / doc / TODO
index 663f403ea32464aab7fc17bba39799132e523a04..0e57166232841ba452664fb9fba26b3ad63f0144 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,2 +1,5 @@
-1. The --exclude-mx option doesn't work!
-
+1. Use the type system to prevent all the bugs that arise from
+  (de)normalization of domain names. We should use newtype wrappers
+  around string domain names that we can only create by using a
+  normalize_foo constructor. That way we can make sure that we never
+  do a comparison on a denormalized name.