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:from:date:message-id:subject:to; bh=q7Isd/BFseXsrhB+1w41NrQzdGfuqsRmx+aVrbkhevU=; b=O5qbqBF53U2D6qSo+ukdSUCW7EReQXirXxMV4XYLLcE417p4meMRBMdQuKOVd76F82 a/6FZfAnH3QkCk2wt3rSACRY34vnb/Ho8bPKW2nOIC+MUpCEJKFtAYA7CfeUN9aSg2zt rnB/Q6JA9nhm7G8Sio7+Z55FJ3zxjdLzCU74oicAorveEm1EuGnhH4fo+WgUi8evSXT5 RhsjUZMM8+sxXW/eY8ByEdwYDwWTaW+rm4Uy2Cxp2L66FDpqV9yUoLWcGHqI1SRrQQn/ cQNOpvnlEDlSSsh9NSSS3TGGORWUbTTB94hJlx6qU0UwJ02/5xBaGNWzBiyzUTIrkul4 C+Hg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=q7Isd/BFseXsrhB+1w41NrQzdGfuqsRmx+aVrbkhevU=; b=RoEmluwDEWVnXB/az4+2w/TKFgTI/YTuMsuJ3thDQxO7qHJA5QyFOuBF24p6ewivGL xEjI7coBcCdMHN1OnJdGLxEXBQQ/1MsvUK/cn+btEFY9h/phlrPvTY8kUv7dXaiGjy3k Tu/JnjE6UTKiSrJ1/f7sVCjzUY9DFwqZ/DC+nJNbXuoLQPVG42w3sm57WCdyIcmcOlR8 VFP/8d4LLE9FsdeHj77s99viGERNMOl8vJA5Szu1Ejux62ndhsaN0+bdv+lHa/SVAQNG 8nWkK9EvbfuOXC8jCc8oBXWBXeOspO8UGywKFDeAdx9D11/Yoe754pKa7ai25piIj1FJ QZpQ== X-Gm-Message-State: AEkoouu2Pqpm3IiAtxvUjsZECq43qWOA9bd7Ocuy6pT+auS8Uria0A8sbWGB4u6yoIhFGml1AweeFuDIrH97kA== X-Received: by 10.194.169.39 with SMTP id ab7mr13418243wjc.0.1471736597137; Sat, 20 Aug 2016 16:43:17 -0700 (PDT) MIME-Version: 1.0 From: "Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Sat, 20 Aug 2016 15:43:16 -0800 Message-ID: Subject: [geda-user] cleaned up drc/geometry fix branch pushed To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-user AT delorie DOT com I just pushed: home/bkerin/fix_drc_violation_locations_clean_tested home/bkerin/old_drc_failures The former branch is a cleaned up version of fix_drc_violation_locations, with tests. It fixes some intersection test bugs, and gives correct position diagnostic feedback for DRC violations. The latter branch features the test commits back-ported to the original code, in case anyone wants to look at failure cases there. So far as I know this addresses all the issues with my original DRC fix branch that I was asked to address. Reassuringly, no new bugs were discovered during the addition of all these tests. This isn't too surprising, since I already tested everything incrementally by hand during devel of the branch, as I originally reported. It's still nice to have another cross-check though. Please let me know if anything else is required. Britton