20220601a
NodeBase
- Implement Linux target for
RscLauncher. Closes #20. - Fix bug:
>restart rebootand>restart exitfailed becauseexit()invokes destructors, which eventually caused problems whenDebug::ftwas invoked.
CodeTools
- Fix bug: the keyword
virtualshould always be removed on an override. - Fix bug: the
overridetag could only be added after thevirtualkeyword was present so that it could be deleted. - Fix bug: warnings about
virtualandoverrideare detected during the compilation phase and were not preserved when the file was checked.
Known deficiencies
- Linux targets have not yet been tested.
- Windows bug that causes a stack overflow when trying to recover from
std::terminatein a release build has been reported.