From fd6de6391f19a49406562313f8ce31fe68835c5a Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Fri, 21 Feb 2020 16:17:57 -0500 Subject: [PATCH] Modified the TODO list, partly becuase it's outdated, and partly to force an update of the repository, which caused the script handling the tarball generation and mirror to github to be hosed, which I did not notice for three weeks. --- TODO | 20 ++++++++++++++------ VERSION | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/TODO b/TODO index 6cb60002..43a8972b 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,16 @@ -I. Bugs to fix (also in magic-7.5 [stable]): +I. Bugs to fix - 1. The "extresist" code only recognizes original "fet" types, not - the new "device" types in the extract file. + 1. The "extresist" code needs to extract substrate networks. Moreover, + the "extresist" code really needs to have the dependence on + ext2sim removed, and instead read directly from .ext files. The + .sim format has no substrate connections, so this cannot be properly + represented. Also, there is nothing that is read from the .sim file + that is not already present in the .ext file. - 2. "plow" has been broken for some time. It should derive its rules - from the DRC decks (using the new routines that are meant for just - that sort of thing). + 2. "plow" should derive its rules from the DRC decks (using the new + routines that are meant for just that sort of thing). + + 3. It is possible to trick the net selection into an infinite loop in + unusual geometry situations. That these situations would be DRC + errors does not excuse the infinite loop behavior. The geometry + required is unusual enough that this is not a high priority item. diff --git a/VERSION b/VERSION index 25e98fb9..407701ce 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.2.101 +8.2.183