X-Git-Url: http://gitweb.michael.orlitzky.com/?p=list-remote-forwards.git;a=blobdiff_plain;f=doc%2FTODO;h=0e57166232841ba452664fb9fba26b3ad63f0144;hp=de516aebb5917324d9316c51eb68ead51dc80d12;hb=34d9cc7a2def43cb2d588ee3d1d405f0b9d4a1d0;hpb=d73de26c7c5a72da9d7d64f6c1ed91c3ea2b8dd0 diff --git a/doc/TODO b/doc/TODO index de516ae..0e57166 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1 +1,5 @@ -1. Make sure both aliases and forwards are found. +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.