[squeak-dev] Undeclared 'nanos' in Cryptology extension to DateAndTime

Robert Withers robert.withers at pm.me
Fri May 29 20:21:46 UTC 2020


On 5/29/20 4:09 PM, tim Rowledge wrote:

>> On 2020-05-28, at 6:34 PM, Robert Withers
>> [<robert.withers at pm.me>](mailto:robert.withers at pm.me)
>> wrote:
>>  Please copy your version CryptographyCiphers-tpr.21 to 'Cryptography' and update ProCrypto-1-1-1 to reference it for composite loading. I added you as a User to Cryptography project, tim. Welcome aboard!
>
> OK; after a minor panic due to forgetting my SqS password, I've updated the  CryptographyCiphers package.
> I appear to have updated the mcm correctly so that it is now ProCrypto-1-1-1-tpr.14.mcm and since this is actually the first time I ever used that tool I'll be interested to know if I did it correctly.

Your code loaded fine. Whoops, a reproducible error! Blowfish class>>#decryptToString:with: throws MessageNotUnderstood: ByteString>>trimRight:

I just discovered .mcm files recently, myself, when I split the Cryptography monolith into these fragments: Load what you need. They are excellent and straightforwards, a difference from Metacello, IMHO. I strongly dislike the #baseline: and #configurationOf methods required in Metacello.

I really like MCMs! Montcello Configuration files link Repositories and Packages, with specific versions. Evidently, to my understanding, there is a way to set like a wildcard to always load the latest package specified, though I have not learned how to use that.

> I shall now attempt to restore the tests in some fashion, which seems to require loading the separate tests package. More later.

My apologies for failing to mention the parallel Tests packages. Please load those and the ParrotTalk/SSL stack, too.

> Installer ss
>     project: 'Cryptography'; install: 'ProCrypto-1-1-1';
>     project: 'Cryptography'; install: 'ProCryptoTests-1-1-1';
>     project: 'Cryptography'; install: 'SSLLoader'.

K, r

> tim
> --
> tim Rowledge;
> tim at rowledge.org
> ;
> http://www.rowledge.org/tim
> Useful random insult:- Proof that evolution CAN go in reverse.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200529/95691ecf/attachment.html>


More information about the Squeak-dev mailing list