Index: trunk/doc/TODO =================================================================== --- trunk/doc/TODO (revision 37336) +++ trunk/doc/TODO (revision 37337) @@ -9,14 +9,14 @@ - BUG: pcb_pixmap_alloc_insert_transformed() breaks above 90 and below 0 deg; use propedit to rotate a long narrow pixmap like doc/resources/header_600.png [report: Igor2] + BUG: CAM: bug_files/TODO/emptyfab.rp, -x cam gerber:JLC_PCB emptyfab.rp -> no .fab file; layer is considered empty because draw_fab is a side effect [report: Bdale] - BUG: bug_files/TODO/uc.rp, drag&drop move selected twice then {u c} -> valgrind log! [report: aron] - - happens when subc is removed from pcb_removelist - - subc line is probably added but not removed from pcb_removelist's rtrees + -> happens when subc is removed from pcb_removelist + -> subc line is probably added but not removed from pcb_removelist's rtrees - BUG: thermal: bug_files/TODO/thermal.lht: remove an intern layer group the double click poly -> thermal is lost [report: cuvoodoo] - we should display layer IDs somewhere: useful for debugging and for the user for query() - same bug: DRC: removing bottom-power unrelated layer without any objects turns insufficient overlap into net to close to other net in bug_files/TODO/overlap3.lht [report: cuvoodoo] -> changes thermal on the via - - pcb_layer_move_delete_() doesn't do anything to update thermals - - see swap_one_thermal() on how to fix this - - probably won't break on new layers or layer moves as those won't change LIDs of existing layers + -> pcb_layer_move_delete_() doesn't do anything to update thermals + -> see swap_one_thermal() on how to fix this + -> probably won't break on new layers or layer moves as those won't change LIDs of existing layers - BUG: multiple coils in intnoconn-bug.rp using intnoconn-bug-actual.net reflecting partion of circuit intnoconn-bug.rs should behave like intnoconn-net-desired.net. shorts being declared with no connections apparent. Coils use different intonoconn groups, and different UIDs to no avail [report: Erich] -> the bug is that the rat line end falling at the endpoint of the line at the boundary of two intnoconn sections shorts the two sections - BUG: erratic intnoconn {c r} behaviour. See intnoconn-test.rs, exported intnoconn-test-net.net and intnoconn-test.rp using imported net. load the .rp and use {c r}. note shorts flagged by intnoconn sections. move resistor from layout margins onto layout area and use {c r}. shorts no longer found. Seems to be a failure to allocate intnoconn groups to terminals outside the layout area when there is more than one of the same subc using an intnoconn group. Does not happen with intnoconn-test2.rp which uses different coil subcs; see also intnoconn-test-net2.rp; also identical coils but with different intnoconn group numbers seem to behave properly [report: Erich]