X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=bHi2/IN+Sxu57n4uMvRACfzK6M9YdpPZQpfCxtO5cxA=; b=RZfQ4JXHvlWlSDqo+aU56f6RQtLhhOHrUXuLwd2sol0pYiE7d1nz3QrgweTayXAL3i x8bmsGR2jqflZbnAfntMuaQUxn1HcTEj00M5GbNvawWTjGds1tz+2AfojHpizrz84FFD nT7tRZZTPTeZFKRz1VbpFENZsD4fzxEN3Z6rmOgrVU4IoLcLQKEhLZdZtkmvZnDrhmU6 3xwWw8Q+jQ5JE97wbQ8UrJeyH8bkRZzhdTwbfPqr0V7b3mtbFe9+377byxp7PabznrTL vbYvGGVZO28c4V6/O2IayhLc2wtpAkpeejP+eItZ4cDOIW31R+zOPm6WRamzPEvr4KQm SWiw== MIME-Version: 1.0 X-Received: by 10.194.223.68 with SMTP id qs4mr3993307wjc.38.1442961837050; Tue, 22 Sep 2015 15:43:57 -0700 (PDT) In-Reply-To: <55FFCE93.7070004@jump-ing.de> References: <55FFCE93 DOT 7070004 AT jump-ing DOT de> Date: Tue, 22 Sep 2015 14:43:57 -0800 Message-ID: Subject: Re: [geda-user] DRC violation discovery order fix options From: "Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=001a11c3ab7ab8d1ef05205dbb45 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk --001a11c3ab7ab8d1ef05205dbb45 Content-Type: text/plain; charset=UTF-8 On Mon, Sep 21, 2015 at 1:32 AM, Markus Hitter (mah AT jump-ing DOT de) [via geda-user AT delorie DOT com] wrote: > Am 20.09.2015 um 02:11 schrieb Britton Kerin: > > well reordering the DRC violations is hard due [...] > > I've looked at the commit you pushed. Difficult to review, because it > does at least three things in one commit: > > - Lots of whitespace editing (removal of whitespace at line ends). > I can go back and fix this, I agree it can be annoying. > - Change something in main.c. > > - Change something in the HID. > These changes are mostly connected. Without the hid change the other is broken, the hid change by itself is pointless. The change in lesstif/main.c documents the fact that the hid behavior isn't implemented there yet, so a fallback is used. The gui-drc-window.c could be considered separate, though without it things might not work gracefully at all in some window managers. I like small commits too but they must work right, and after some effort I think this is the smallest set of changes that solve this issue. It got the new hid option to avoid changing code visible to users as an Action (I'm pretty sure its not right but someone might be using it as it is). I guess the hid change could get its own commit but it wouldn't be one you would ever want to leave in as it would just add dead code. Besides fixing spaces how would you change it? --001a11c3ab7ab8d1ef05205dbb45 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Mon, Sep 21, 2015 at 1:32 AM, Markus Hitter (mah AT jump-ing DOT de) [via geda-user AT delorie DOT com] <geda-user AT delorie DOT com> w= rote:
Am 20.09.2015 um 02:11 schrieb Brit= ton Kerin:
> well reordering the DRC violations is hard due [...]

I've looked at the commit you pushed. Difficult to review, because it does at least three things in one commit:

- Lots of whitespace editing (removal of whitespace at line ends).

I can go back and fix this, I agree = it can be annoying.
=C2=A0
- Change something in main.c.

- Change something in the HID.

These changes are mostly connected.=C2=A0 Without the hid change the oth= er is broken, the hid change by itself is pointless.=C2=A0 The change in le= sstif/main.c documents the fact that the hid behavior isn't implemented= there yet, so a fallback is used.

The gui-drc-window.c could be considered separate, though without it= things might not work gracefully at all in some window managers.

I like small commits too but they mus= t work right, and after some effort I think this is the smallest set of cha= nges that solve this issue.=C2=A0 It got the new hid option to avoid changi= ng code visible to users as an Action (I'm pretty sure its not right bu= t someone might be using it as it is).=C2=A0 I guess the hid change could g= et its own commit but it wouldn't be one you would ever want to leave i= n as it would just add dead code.

Besides fixing spaces how would you change it?
--001a11c3ab7ab8d1ef05205dbb45--