Actions
Bug #710
closedInvalid manifest string crashes the transpiler.
Start date:
03/31/2021
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
Description
I consider anything that crashes the transpiler as a high priority.
IMO, instead of crashing the compiler, this should just display a warning, and assume the default.
At the very least, an error message should be displayed: Unrecognized manifest name.
Example:
#manifest: "pc"
The result is some cryptic error message. (see snapshot)
Instead, it should read something like:
Unrecognized manifest name: pc
Files
Actions