[Kicad-developers] Printing dangling flags

2019-04-04 Thread Jeff Young
SCH_BUS_ENTRY is the only item which prints its dangling flags. (Everything else only draws them on screen.) Is this an oversight or intentional? Thanks, Jeff.___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lis

Re: [Kicad-developers] Printing dangling flags

2019-04-04 Thread Jon Evans
I bet it's an oversight. Dangling flags are in the category of "live ERC warnings" in my opinion, and should never be printed. On Thu, Apr 4, 2019 at 1:11 PM Jeff Young wrote: > SCH_BUS_ENTRY is the only item which *prints* its dangling flags. > (Everything else only draws them on screen.) > >

Re: [Kicad-developers] Printing dangling flags

2019-04-04 Thread Wayne Stambaugh
It might be handy in debug builds to show the dangling state for development purposes but I don't see this being useful for users. On 4/4/2019 1:39 PM, Jon Evans wrote: > I bet it's an oversight.  Dangling flags are in the category of "live > ERC warnings" in my opinion, and should never be printe