You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(codegen): emit Sharpy.Bytes construction from byte string literals
Add GenerateBytesLiteral() that converts b"hello" to
new Sharpy.Bytes(new byte[] { 104, 101, 108, 108, 111 })
using SyntaxFactory. Add SharpyBytes constant to CSharpTypeNames
and bytes mapping to TypeSyntaxMapper. Update exhaustiveness test.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments