Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fix CIB_FATAL #680

Merged
merged 1 commit into from
Jan 14, 2025
Merged

🐛 Fix CIB_FATAL #680

merged 1 commit into from
Jan 14, 2025

Conversation

elbeno
Copy link
Contributor

@elbeno elbeno commented Jan 14, 2025

Problem:

  • Calling CIB_FATAL with stack variables fails because it uses a lambda to scope its action, without capturing stack variables.

Solution:

  • Use the arguments outside the lambda expression.

Problem:
- Calling `CIB_FATAL` with stack variables fails because it uses a lambda to
  scope its action, without capturing stack variables.

Solution:
- Use the arguments outside the lambda expression.
@elbeno elbeno merged commit 608d3c7 into intel:main Jan 14, 2025
22 checks passed
@elbeno elbeno deleted the fix-log-fatal branch January 17, 2025 14:34
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