Skip to content

🎨 Small refactorings#145

Merged
elbeno merged 2 commits intointel:mainfrom
elbeno:refactorings
Feb 27, 2026
Merged

🎨 Small refactorings#145
elbeno merged 2 commits intointel:mainfrom
elbeno:refactorings

Conversation

@elbeno
Copy link
Contributor

@elbeno elbeno commented Feb 27, 2026

Problem:

  • child_t exists to support path resolution, but isn't actually needed.
  • STATIC_REQUIRE, like REQUIRE, causes a test to exit if it fails. In most cases this is not what is intended.

Solution:

  • Remove child_t.
  • Change STATIC_REQUIRE to STATIC_CHECK.

Problem:
- `child_t` exists to support path resolution, but isn't actually needed.

Solution:
- Remove it.
Problem:
- `STATIC_REQUIRE`, like `REQUIRE`, causes a test to exit if it fails. In most
  cases this is not what is intended.

Solution:
- Change `STATIC_REQUIRE` to `STATIC_CHECK`.
@elbeno elbeno merged commit 7d657c4 into intel:main Feb 27, 2026
56 of 58 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants