Menu

SVN archive Commit Log


Commit Date  
[r18718] by bugman

Booleans are not numbers, so do not right justify them in lib.text.table.format_table().

2013-03-08 17:34:10 Tree
[r18717] by bugman

Merged revisions 18715-18716 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r18715 | bugman | 2013-03-08 18:28:35 +0100 (Fri, 08 Mar 2013) | 3 lines

Modified the test_format_table5() unit test of lib.text.table.format_table() to check bool types.
........
r18716 | bugman | 2013-03-08 18:30:47 +0100 (Fri, 08 Mar 2013) | 3 lines

The lib.text.table.format_table() function now handles boolean types.
........

2013-03-08 17:32:01 Tree
[r18716] by bugman

The lib.text.table.format_table() function now handles boolean types.

2013-03-08 17:30:47 Tree
[r18715] by bugman

Modified the test_format_table5() unit test of lib.text.table.format_table() to check bool types.

2013-03-08 17:28:35 Tree
[r18714] by bugman

Merged revisions 18709-18713 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r18709 | bugman | 2013-03-08 16:09:49 +0100 (Fri, 08 Mar 2013) | 3 lines

Added column number checks for the data input into lib.text.table.format_table().
........
r18710 | bugman | 2013-03-08 17:28:30 +0100 (Fri, 08 Mar 2013) | 6 lines

Created the test_format_table6() unit test for lib.text.table.format_table().

This test shows a problem with more than one multi-column cells defined, as well as problems when a
multi-column cell is wider than the sum of the widths of the columns it spans.
........
r18711 | bugman | 2013-03-08 17:30:20 +0100 (Fri, 08 Mar 2013) | 6 lines

Fix for lib.text.table.format_table() when more than one multi-column cell per row is encountered.

The algorithm for determining the total width of the multi-column cell in _table_line() was not
checking if the end of the span was being reached.
........
r18712 | bugman | 2013-03-08 18:15:27 +0100 (Fri, 08 Mar 2013) | 5 lines

Fix for the test_format_table6() unit test of lib.text.table.format_table().

The numbers of the last column were not properly right justified.
........
r18713 | bugman | 2013-03-08 18:17:45 +0100 (Fri, 08 Mar 2013) | 7 lines

The lib.text.table.format_table() function now handles overfull multi-column cells.

The _determine_widths() private function has been created to better handle the determination of the
table column widths. It will now extend the width of the last column to allow overfull multi-column
cells to fit.
........

2013-03-08 17:21:37 Tree
[r18713] by bugman

The lib.text.table.format_table() function now handles overfull multi-column cells.

The _determine_widths() private function has been created to better handle the determination of the
table column widths. It will now extend the width of the last column to allow overfull multi-column
cells to fit.

2013-03-08 17:17:45 Tree
[r18712] by bugman

Fix for the test_format_table6() unit test of lib.text.table.format_table().

The numbers of the last column were not properly right justified.

2013-03-08 17:15:27 Tree
[r18711] by bugman

Fix for lib.text.table.format_table() when more than one multi-column cell per row is encountered.

The algorithm for determining the total width of the multi-column cell in _table_line() was not
checking if the end of the span was being reached.

2013-03-08 16:30:20 Tree
[r18710] by bugman

Created the test_format_table6() unit test for lib.text.table.format_table().

This test shows a problem with more than one multi-column cells defined, as well as problems when a
multi-column cell is wider than the sum of the widths of the columns it spans.

2013-03-08 16:28:30 Tree
[r18709] by bugman

Added column number checks for the data input into lib.text.table.format_table().

2013-03-08 15:09:49 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.