Stream: announcements

Topic: ascii casing builtins


view this post on Zulip Norbert Hajagos (Jan 25 2025 at 19:33):

Hi all! This is quick one: 3 long-awaited functions have joined the Str builtins. Str.with_ascii_lowercased, Str.with_ascii_uppercased and Str.caseless_ascii_equals. Hope it'll make you a little happier to find those at your reach when needed.

view this post on Zulip Anton (Jan 27 2025 at 10:38):

Note: these will be available on nightly soon

view this post on Zulip Norbert Hajagos (Jan 27 2025 at 10:40):

I'm unaware how the releases are handled, just assumed it would be included automatically after a day. Thanks Anton.

view this post on Zulip Anton (Jan 27 2025 at 10:43):

just assumed it would be included automatically after a day

We wanted to include a bunch of breaking changes at once so we've frozen nightly for a bit, TESTING releases are now ahead and updated on a near daily basis.

view this post on Zulip Brendan Hansknecht (Jan 27 2025 at 16:33):

Yeah, our naming could use help. Is a bit confusing that nightly is not nightly,, instead testing is.


Last updated: Jul 26 2025 at 12:14 UTC