it used to be possible to do h = 'a' how to do this now ?
That should still work
That said it isn't guaranteed to fit in a u8
» x = 'a'
97 : Int *
» b = '🎅'
127877 : Int *
ok it was just '$' is '\$' now
ah. Yeah makes sense given the new interpolation syntax will be "$(someExpr)"
. Though I guess that really shouldn't be need for single characters.
@Richard Feldman would you consider this a bug or should we just always require \$
? I thought the plan was that we almost never need \$
cause seeing $1.25
is clearly not interpolation.
oh yeah that's a bug
$
should still work the same as before
Opened #6390 as I couldn't find an existing issue for this
fixed in this PR!
Richard Feldman has marked this topic as resolved.
Last updated: Jul 06 2025 at 12:14 UTC