Skip to content

Remove old Shadow configuration options #1146

@stevenengler

Description

@stevenengler

Some of the configuration options have new names:

  • kill -> stoptime
  • time -> starttime

Before Shadow v2.0, we should remove the old options.

static GError* _parser_handleKillAttributes(Parser* parser, const gchar** attributeNames, const gchar** attributeValues) {
GError* error = NULL;
/* TODO deprecate the kill element and this function
* once we have some time with using stoptime in the shadow element */

} else if (!process->starttime.isSet && (!g_ascii_strcasecmp(name, "starttime") ||
!g_ascii_strcasecmp(name, "time"))) { /* TODO deprecate 'time' */

/* TODO change stoptime to required after kill is deprecated */

Metadata

Metadata

Assignees

Labels

Component: MainComposing the core Shadow executableType: MaintenanceRefactoring, cleanup, documenation, or process improvements

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions