-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modules/dsv/fsm/dsv-context: Validate row lengths
* modules/dsv/fsm/dsv-context.scm (add-row): When "validate?" option is set, check if rows have consistent lengths. * modules/dsv/rfc4180.scm (dsv->scm): Add "validate?" option. * modules/dsv/unix.scm (dsv->scm): Add "validate?" option. * modules/dsv/cli/common.scm (print-file): Validate input data. * modules/dsv.scm (dsv->scm): Handle "validate?" option. * NEWS: Update.
- Loading branch information
1 parent
6e23426
commit eee9d40
Showing
6 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,9 @@ Copyright (C) Artyom V. Poptsov <[email protected]> | |
are permitted in any medium without royalty provided the copyright | ||
notice and this notice are preserved. | ||
|
||
* Unreleased | ||
** Parsers now can check if the table rows have consistent lengths | ||
|
||
* Changes in version 0.7.1 (2023-10-22) | ||
** =dsv= now handles =--number= option | ||
This option allows to add numbers to rows and columns of a table. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters