Re: [Pharo-dev] Automatic Refactoring Disranging Seaside Rest Methods

2017-07-18 Thread lionelakue
Thank you all. The system was in fact missing the sources. I zipped my .image and .changes files together for the cloud. Lionel -- View this message in context: http://forum.world.st/Automatic-Refactoring-Disranging-Seaside-Rest-Methods-tp4955422p4955654.html Sent from the Pharo Smalltalk

Re: [Pharo-dev] Automatic Refactoring Disranging Seaside Rest Methods

2017-07-18 Thread Stephane Ducasse
Lionel when the system does find a source, it decompiles the method and this is why you get the code changed. Stef On Tue, Jul 18, 2017 at 7:22 AM, Max Leske wrote: > As Gabriel notes, it looks like your missing the .sources file. I don't know > what pharocloud supports,

Re: [Pharo-dev] Epicea applying multiple changes

2017-07-18 Thread Tim Mackinnon
I thought I had the same problem at Pharo Days, but actually I think it's just the UI is a bit confusing. Stephane E and I had a look and it seemed to be fine for the case I thought I had. Possibly it was that , it's easy to load in more than you think you should which gives weird outcomes.

Re: [Pharo-dev] Epicea applying multiple changes

2017-07-18 Thread Stephane Ducasse
Hi andrei this is strange because I recovered multiple time recently due to some hidden bugs and I did not face the one you report. Stef On Tue, Jul 18, 2017 at 10:48 AM, Andrei Chis wrote: > Hi, > > Is there some known bug in Epicea when applying multiple changes

Re: [Pharo-dev] [Ann] Keccak hashing algorithm

2017-07-18 Thread Esteban A. Maringolo
2017-07-18 17:33 GMT-03:00 Esteban A. Maringolo : > 2017-07-18 17:26 GMT-03:00 Eliot Miranda : >> imply moving to github? The Cryptography package has Squeak contributors >> too and moving to github implies a fork. > Last commit to Squeaksource repo

Re: [Pharo-dev] [Ann] Keccak hashing algorithm

2017-07-18 Thread Esteban A. Maringolo
2017-07-18 17:26 GMT-03:00 Eliot Miranda : > Norbert, > > On Tue, Jul 18, 2017 at 11:05 AM, Norbert Hartl wrote: >> >> Really great! I think we should move the Cryptography package from >> smalltalkhub to github, refactor it and add goodies like this.

Re: [Pharo-dev] [Ann] Keccak hashing algorithm

2017-07-18 Thread Eliot Miranda
Norbert, On Tue, Jul 18, 2017 at 11:05 AM, Norbert Hartl wrote: > Really great! I think we should move the Cryptography package from > smalltalkhub to github, refactor it and add goodies like this. We need a > strong crypto foundation. > I agree that refactoring and adding

Re: [Pharo-dev] [Pharo-users] [Ann] Keccak hashing algorithm

2017-07-18 Thread Santiago Bragagnolo
Hahahaha, Thanks for the feedback. Sven, I am quite new in this domain. I'll study your questions and come with solutions tomorrow :). Thanks, i really need this interaction. On Tue, 18 Jul 2017 at 20:28 Sven Van Caekenberghe wrote: > Great work. I love libraries like these. > > I

Re: [Pharo-dev] [Ann] Keccak hashing algorithm

2017-07-18 Thread Sven Van Caekenberghe
Great work. I love libraries like these. I am a bit confused though, in your #updateString: you seem to be implementing UTF-8 encoding, something we already have. Normally, hashing algorithms are defined on bytes and result in bytes (yours returns a plain Array, which is also strange). It

Re: [Pharo-dev] [Ann] Keccak hashing algorithm

2017-07-18 Thread Norbert Hartl
Really great! I think we should move the Cryptography package from smalltalkhub to github, refactor it and add goodies like this. We need a strong crypto foundation. Norbert > Am 18.07.2017 um 19:10 schrieb Esteban A. Maringolo : > > Great! > > I see you continue doing

Re: [Pharo-dev] [Ann] Keccak hashing algorithm

2017-07-18 Thread Esteban A. Maringolo
Great! I see you continue doing Ethereum related stuff ;-) Regards! Esteban A. Maringolo 2017-07-18 13:32 GMT-03:00 Santiago Bragagnolo : > Hi there! > > I am just releasing the first version of the Keccak-256 hashing algorithm. >

[Pharo-dev] [Ann] Keccak hashing algorithm

2017-07-18 Thread Santiago Bragagnolo
Hi there! I am just releasing the first version of the Keccak-256 hashing algorithm. https://en.wikipedia.org/wiki/SHA-3 You can find it at: https://github.com/sbragagnolo/Keccak This version is based on a javascript implementation: https://github.com/emn178/js-sha3 This implementation

Re: [Pharo-dev] Recursively downloading Pharo packages / Building images with Nix

2017-07-18 Thread Luke Gorrie
On 23 June 2017 at 18:58, Eliot Miranda wrote: > Workable? Yes. Fatal flaws? None. > There did seem to be a fatal flaw. Metacello doesn't seem to want to run without network access. Pre-populating the package cache with .mcz files doesn't seem to be sufficient. I'm

[Pharo-dev] Epicea applying multiple changes

2017-07-18 Thread Andrei Chis
Hi, Is there some known bug in Epicea when applying multiple changes at once in Pharo 6? I had a few crashes lately and each time when recovering the changes by selecting multiple changes at once some changes are skipped. If I apply manually each change it works. Cheers, Andrei