[Cuis-dev] SSL Tests query
Gerald Klix
cuis.01 at klix.ch
Tue Oct 27 09:05:40 PDT 2020
On 2020-10-27 15:16, Juan Vuletich via Cuis-dev wrote:
> On 10/26/2020 7:55 PM, Douglas Brebner via Cuis-dev wrote:
>
...
>> 8. [bug?] Concatenating a String with a SmallInteger works in Squeak
>> but not Cuis. i.e. "'string', 1" fails on Cuis but returns 'string1'
>> on Squeak. (Breaks SqueakSSL checkCert: method)
I am inclined to add my 0.01€ of opinion here.
This `'123', 4.` evaluates to '1234' in Squeak.
This `1, '234'` leaves you with a pre-debugger.
IHMO, by the principle of least surprise:
Any sensible concatenation should be commutative.
NB: Pharo does not support `'123', 4.` either.
...
>> 10. Can we rename the package to Network-TLS? :)
>>
>>
>> I don't know what you want to do with the crlf & concatenation problems.
>>
>
> See comments above.
>
> Thanks,
>
Best Regards,
Gerald
More information about the Cuis-dev
mailing list