Index: read.c =================================================================== --- read.c (revision 28692) +++ read.c (revision 28693) @@ -903,7 +903,7 @@ TODO("{thermal} need to load thermals flags to set clearance; may in fact be more contactref related.") -TODO("this should be coming from the eagle file") +TODO("{clearance} this should be coming from the eagle file") clr = conf_core.design.clearance; ps = eagle_create_pstk(st, subc->data, x, y, EAGLE_PSH_SMD, dx, dy, clr, 0, roundness, rot, onbottom, 0); @@ -1124,6 +1124,8 @@ {NULL, NULL} }; + TODO("^^^ can polygon be in footprints?"); + return eagle_foreach_dispatch(st, CHILDREN(subtree), disp, subc, IN_SUBC); }