Actions
Feature #121
closedaction_ui_name_default() switch-case to require all values
Start date:
01/03/2024
Due date:
% Done:
0%
Estimated time:
Description
action_ui_name_default() switch-case is with "int" type, so the compiler won't detect if some action value is not handled. Make the switch-value proper enum so compiler will warn about such problems.
Files
Updated by Marko Lindqvist 11 months ago
- Subject changed from action_ui_name_default() switct-case to require all values to action_ui_name_default() switch-case to require all values
Actions
#2
Updated by Marko Lindqvist 11 months ago
- File 0027-action_ui_name_default-Support-compile-time-check-of.patch 0027-action_ui_name_default-Support-compile-time-check-of.patch added
- File 0020-action_ui_name_default-Support-compile-time-check-of.patch 0020-action_ui_name_default-Support-compile-time-check-of.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
- Target version set to 3.1.0
Updated by Marko Lindqvist 11 months ago
- Status changed from In Review to Closed
Actions