Don't consolidate nets when loading files.
[geda-gaf/cesar.git] / gnetlist / BUGS
blob8fe63fdaaf85862aac173f77649a188178d22359
1 Bugs (no particular order): 
2 --------------------------
4         - If a component cannot be read, then this situation is not dealt 
5           with.  Technically at this point, gnetlist can't do anything so 
6           it really should exit.  Add code to do this later...
8         - Memory leaks (lots right now) A LOT MORE now!
10         - Ordering of pin outputs in spice netlist output for components like 
11           BJT transistors B C E.  This is wrong for now. (might be fixed now)
13         - (SPICE backend) It is possible to have named a net something (say 1)
14           and then have an unnamed net called 1 as well.  Obviously my
15           unnamed net naming is lame.
17         - gnetlist:get-toplevel-attribute only looks for the first occurrence
18           of the toplevel attribute.  Make this somehow better?
20         - Figure out why the post process screwed up net names when it was
21           done in the wrong place (after every sheet), low priority
22         
23         - gnetlist doesn't handle order very well on some machines?
24           non-linux only? 
26 Finished stuff:
27 ---------------
29 FIXED   Embedded schematics don't netlist at all.
31 OKAY    Infinite net connection loops.
33 FIXED   Attach a label to a net which is going to no pin and it won't
34         show up. (this is because mid point connections are not being
35         dealt with properly...)