Skip to content

Review and fix merge request build issues#12

Merged
oulrich1 merged 1 commit intomasterfrom
claude/fix-pr-build-issues-01FcsUVjzDeiUDTm4q2FCzDa
Nov 17, 2025
Merged

Review and fix merge request build issues#12
oulrich1 merged 1 commit intomasterfrom
claude/fix-pr-build-issues-01FcsUVjzDeiUDTm4q2FCzDa

Conversation

@oulrich1
Copy link
Copy Markdown
Owner

  • Fix SigGrad template function compilation error by using Diff(T(1), mat) instead of Diff(1, mat) to properly cast the literal
  • Fix printf format specifiers in matrix.cpp (%0.2l -> %ld, %0.2d -> %d, %0.2u -> %u)
  • Remove invalid precision specifiers from integer format strings

These changes resolve the compilation errors that were preventing the PR build from succeeding.

- Fix SigGrad template function compilation error by using Diff(T(1), mat)
  instead of Diff<T>(1, mat) to properly cast the literal
- Fix printf format specifiers in matrix.cpp (%0.2l -> %ld, %0.2d -> %d, %0.2u -> %u)
- Remove invalid precision specifiers from integer format strings

These changes resolve the compilation errors that were preventing the PR build from succeeding.
@oulrich1 oulrich1 merged commit bab9e8b into master Nov 17, 2025
1 check passed
@oulrich1 oulrich1 deleted the claude/fix-pr-build-issues-01FcsUVjzDeiUDTm4q2FCzDa branch November 17, 2025 02:17
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