Mercurial > p > roundup > code
diff CHANGES.txt @ 8541:7a7f6ee0a09e
bug: import/importables fail to set newid correctly.
Looks like I broke import when I was fixing a scandir
issue. Overindented a couple of lines. This prevented the next used id
from being set properly.
It also resulted in wierd output when importing (bunches of newlines).
Also fixed the two export/import tests to verify the new nextid for
all the classes is equal or higher than the old one. Ideally they
should be equal, but there is a bug somewhere where we get a double
increment in the export/import cycle dropping a number or two.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 23 Mar 2026 22:22:24 -0400 |
| parents | e8d1da6e3571 |
| children | 1ffa1f42e1da |
line wrap: on
line diff
--- a/CHANGES.txt Mon Mar 23 13:18:41 2026 -0400 +++ b/CHANGES.txt Mon Mar 23 22:22:24 2026 -0400 @@ -62,6 +62,9 @@ provides the usage output. Also usage output starts with a newline to provide a blank line between the command and the output to improve readability. (John Rouillard) +- fix bug in 2.5.0 where roundup-admin import (or importtable) fails + to properly set the next available id for the class. (John Rouillard + broke it and fixed it 8-)) Features:
