Skip to content

Fix EUI-64 conversion: store results, fix hex format, fix precedence, print output#1

Open
yeled wants to merge 1 commit into
masterfrom
claude/fix-issue-ZDglg
Open

Fix EUI-64 conversion: store results, fix hex format, fix precedence, print output#1
yeled wants to merge 1 commit into
masterfrom
claude/fix-issue-ZDglg

Conversation

@yeled

@yeled yeled commented Apr 24, 2026

Copy link
Copy Markdown
Owner
  • Assign results of delete/scan/join back to k (they return new values)
  • Use %02x (hex) instead of %02d (decimal) for byte formatting
  • Add parentheses around (k[0].hex ^ 0b10) to fix operator precedence
  • Use puts to actually output the result

https://claude.ai/code/session_019bMQDHMo6jZCE8P9LqATaS

… print output

- Assign results of delete/scan/join back to k (they return new values)
- Use %02x (hex) instead of %02d (decimal) for byte formatting
- Add parentheses around (k[0].hex ^ 0b10) to fix operator precedence
- Use puts to actually output the result

https://claude.ai/code/session_019bMQDHMo6jZCE8P9LqATaS
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