Age | Commit message (Collapse) | Author |
|
R/qtl2 bundles can contain more than one file, of the same type. When
errors are encountered in any of the files, we need to be able to
inform the user which file it is, in addition to the line and column
number.
|
|
|
|
Remove the old code that relied on exceptions to parse errors in the
uploaded files.
|
|
This commit adds a number of functions that return the error object
when an error is found, or `None` otherwise. It avoids the use of
exceptions as control flow constructs.
|
|
|
|
|
|
* Add tests to check for validity of the headers
* Add stubs for the tests
|