mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TW-1320
- TW-1320 Provide output of malformed row if invalid Taskwarrior file format (thanks to Kost Harlan).
This commit is contained in:
parent
a97ce45cdf
commit
b6ca326707
2 changed files with 3 additions and 1 deletions
|
@ -54,6 +54,8 @@
|
||||||
Onion).
|
Onion).
|
||||||
- TW-1318 creating a UDA in the wrong sequence will cripple taskwarrior (thanks
|
- TW-1318 creating a UDA in the wrong sequence will cripple taskwarrior (thanks
|
||||||
to Onion).
|
to Onion).
|
||||||
|
- TW-1320 Provide output of malformed row if invalid Taskwarrior file format
|
||||||
|
(thanks to Kost Harlan).
|
||||||
- Removed deprecated 'echo.command' setting, in favor of the 'header' and
|
- Removed deprecated 'echo.command' setting, in favor of the 'header' and
|
||||||
'affected' verbosity tokens.
|
'affected' verbosity tokens.
|
||||||
- Removed deprecated 'edit.verbose' setting, in favor of the 'edit' verbosity
|
- Removed deprecated 'edit.verbose' setting, in favor of the 'edit' verbosity
|
||||||
|
|
|
@ -858,7 +858,7 @@ void Task::parseLegacy (const std::string& line)
|
||||||
message << "Invalid fileformat at line '"
|
message << "Invalid fileformat at line '"
|
||||||
<< line
|
<< line
|
||||||
<< "'";
|
<< "'";
|
||||||
context.debug (message.str());
|
context.debug (message.str ());
|
||||||
throw std::string (STRING_TASK_PARSE_UNREC_FF);
|
throw std::string (STRING_TASK_PARSE_UNREC_FF);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue