RFC 0021: Percent String Array Literal with Interpolation

This RFC is about ready to be accepted: RFC 0021: Percent String Array Literal with Interpolation by straight-shoota · Pull Request #21 · crystal-lang/rfcs · GitHub

Here is the full proposal. It’s time for a final glance that everything is in order:

5 Likes

This is a good opportunity to fix Backslashes in `%w()` misbehave · Issue #12277 · crystal-lang/crystal · GitHub so %w and %W behave the same wrt backslashes.

(I hope the alternative way to make them behave the same is not taken :grinning_face_with_smiling_eyes:)

Thanks for the pointer to this old issue. I didn’t have that in my sight.
Fixing that seems feasible.
Question is still whether it’s an acceptable change because it might break existing usage. I believe it might be fine, though.