Skip to content

Fix: avoid u128 as debug doesn't support it#928

Merged
gbin merged 2 commits intomasterfrom
gbin/u128_bug
Mar 11, 2026
Merged

Fix: avoid u128 as debug doesn't support it#928
gbin merged 2 commits intomasterfrom
gbin/u128_bug

Conversation

@gbin
Copy link
Collaborator

@gbin gbin commented Mar 11, 2026

Summary

Just a quick fix for the example, as_millis went to u128 in Rust but we don't support it in cu29_value.

Related issues

  • Closes #

Changes

Testing

  • just fmt
  • just lint
  • just test
  • optional full just std-ci (if std/runtime paths are impacted)
  • optional full just nostd-ci (if embedded/no_std paths are impacted)
  • Other (please specify):

pro-tip: just with no parameters in the root defaults to just fmt, just lint, and just test.

Checklist

  • I have updated docs or examples where needed
  • I have added or updated tests where needed
  • I have considered platform impact (Linux/macOS/Windows/embedded)
  • I have considered config/logging changes (if applicable)
  • This change is not a breaking change (or I documented it below)

Breaking changes (if any)

Additional context

@gbin gbin added bug Something isn't working exclude from changelog labels Mar 11, 2026
@gbin gbin merged commit 3b16164 into master Mar 11, 2026
24 of 25 checks passed
@gbin gbin deleted the gbin/u128_bug branch March 11, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working exclude from changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant