[squeak-dev] simple squeak bug

Marcel Taeumel marcel.taeumel at hpi.de
Wed Feb 22 08:58:30 UTC 2023


Hi Ralph --

This is Etoys-only protocol. It hasn't changed substantially sinceĀ at leastĀ 2007. What do you think the correct behavior should be for #fromCamelCase? An extra empty string in the set?

Please use #findFeatures instead --- even though it has the same answer for 'AnExampleString', which you apparently do not agree with. :-)

Best,
Marcel
Am 22.02.2023 08:46:16 schrieb Ralph Boland <rpboland at gmail.com>:
I have found a simple bug in Squeak 6 (and 5.3)

'anExampleString' fromCamelCase returns: 'an example string' .
But
'AnExampleString' fromCamelCase returns: ' an example string' .
I assume the latter is wrong.

How do I report this bug?
Should I fix this bug and add the fix to the bug report
or leave it for someone else to fix?

My guess is I will need to fix this bug anyway because I will likely
need it fixed before a fix can be released.

Ralph Boland

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20230222/23c5d54f/attachment.html>


More information about the Squeak-dev mailing list