Skip to content

Fix duplicate error_message symbol#22

Merged
Kyle-Ye merged 1 commit intomainfrom
fix/static-error-message
Feb 26, 2026
Merged

Fix duplicate error_message symbol#22
Kyle-Ye merged 1 commit intomainfrom
fix/static-error-message

Conversation

@Kyle-Ye
Copy link
Contributor

@Kyle-Ye Kyle-Ye commented Feb 26, 2026

Summary

  • Make error_message static in assert.cpp to use internal linkage, avoiding linker collision when both OpenRenderBox and OpenAttributeGraph are linked together

Test plan

  • Build passes when linked alongside OpenAttributeGraph

Use internal linkage for error_message to avoid linker collision
when both OpenRenderBox and OpenAttributeGraph are linked together.
@codecov-commenter
Copy link

codecov-commenter commented Feb 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (6dce9ce) to head (b21a3e2).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main     #22   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          4       4           
  Lines        123     123           
=====================================
  Misses       123     123           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Kyle-Ye Kyle-Ye merged commit ba06b06 into main Feb 26, 2026
4 checks passed
@Kyle-Ye Kyle-Ye deleted the fix/static-error-message branch February 26, 2026 17:06
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