[squeak-dev] simple squeak bug

Ralph Boland rpboland at gmail.com
Wed Feb 22 07:45:54 UTC 2023


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


More information about the Squeak-dev mailing list