[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-user: refdes_renum anomaly



There's a bug in refdes_renum.  I think it will modify a refdes even 
though there's no question mark at the end.  It appears to not update if 
the final character is a number.  I noticed this on in-1.sym and 
out-2.sym since they use the refdes attribute to bring the signals in 
through the hierarchy.

For example using "refdes_renum --pgskip 100 some_schem.sch":
Example 1:
before:
  refdes = bob?
after
  refdes = bob101

Example 2:
before
  refdes = bob1
after
  refdes = bob1

Example 3:
before:
   refdes = bob
after:
   refdes = bob101

Example 3 isn't correct.

regards,

gene


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user