Skip to content

[FRAME] Enum UpgradeCheckSelect should be a bit flag #2015

Open
@ggwpez

Description

This enum could also get a new variant for the new DecodeState check. Then it becomes impractical to not use a bit flag:

pub enum UpgradeCheckSelect {
	None,
	All,
	PreAndPost,
	TryState,
}

(Easy issue good for newcomers.)

Metadata

Assignees

Labels

C1-mentorA task where a mentor is available. Please indicate in the issue who the mentor could be.D0-easyCan be fixed primarily by duplicating and adapting code by an intermediate coder.I4-refactorCode needs refactoring.T1-FRAMEThis PR/Issue is related to core FRAME, the framework.

Type

No type

Projects

  • Status

    Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions