microsoft / microsoft/mu_basecore

[Feature]: Split AssertLib Functionality From DebugLib

Open
#559 0 comments 0 reactions 1 assignee Claimed by @os-d View on GitHub
impact:breaking-change state:backlog state:needs-triage type:feature-request urgency:medium
Dominant language
C
Stars
290
Forks
187
Avg merge
1d 7h
Merged PRs (30d)
37

Description

### Feature Overview

Today, assert functionality lives inside of DebugLib, which is mixing two separate features into one library and requires every DebugLib implementation to change in response to changes to assert functionality.

### Solution Overview

A cleaner and more maintainable architecture would be to split the assert functionality into an AssertLib with a well defined interface that can be consumed by DebugLib.

### Alternatives Considered

_No response_

### Urgency

Medium

### Are you going to implement the feature request?

I will implement the feature

### Do you need maintainer feedback?

No maintainer feedback needed

### Anything else?

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.