Re: [Pharo-dev] Slot Questions

2018-03-25 Thread webwarrior
Sean P. DeNigris wrote > Sean P. DeNigris wrote >> Object subclass: #MyClass >> slots: { #var1 => MySlot adjustment: 10 } >> classVariables: { } >> category: '' >> … >> but when I open a new browser on the class definition of MyClass, the >> slots >> are truncated to: >> slots: { #v

Re: [Pharo-dev] [pharo-project/pharo] 21646 AbstractFileReference should use "utilities" protocol name (#1149)

2018-03-25 Thread Guillermo Polito
Hi Torsten, I like all this cleanups and recategorizations. But I have two requests, tell me what you think: - first and more important. I'd like that we define a convention document in a wiki page or pillar document for protocols. What are the correct protocols to use and why? This is importan

Re: [Pharo-dev] [pharo-project/pharo] 21646 AbstractFileReference should use "utilities" protocol name (#1149)

2018-03-25 Thread Stephane Ducasse
Thanks Guille for raising these points. I already raised the issues of producing many small actions that are damaging our infrastructure. I talked to christophe and he told me that it should not impact us but it does :). I changed the in-image categorizer to specify some given protocols (for exam

Re: [Pharo-dev] Slot Questions

2018-03-25 Thread Sean P. DeNigris
webwarrior wrote > That's because you need to redefine #= and #definitionString > (alternatively: > redefine #printOn:) in your slot class. Ah, okay. After this existing part of Slot's class comment: "For customizing a subclass can override the meta-object-protocol methods. See subclasses for exam

Re: [Pharo-dev] Released versions in Pharo Bootstrap

2018-03-25 Thread stephan
On 20-03-18 08:55, Stephan Eggermont wrote: Cyril Ferlicot D. wrote: Le 19/03/2018 à 18:49, Stephan Eggermont a écrit : Then why bother releasing? Hi, For people using Pharo 7 to not get the same bugs for more than 1 year, to get the new functionalities and to be able to detect new bugs in

Re: [Pharo-dev] Some segfault crashes and freezes when trying to re-run saved pharo 7 images

2018-03-25 Thread Eliot Miranda
Hi Holger, On Sat, Mar 24, 2018 at 9:09 PM, Holger Freyther wrote: > > > > On 24. Mar 2018, at 19:22, Eliot Miranda > wrote: > > > > Dear Eliot, > > > >> d.) Re-write FreeType with Alien and just use the Plugin to > conveniently link/load to freetype.. > > > > I wonder if there is sense in tryi

[Pharo-dev] DigitalSignatureAlgorithm and dsa.test.out

2018-03-25 Thread Torsten Bergmann
In DigitalSignatureAlgorithm>>testExamplesFromDisk uses a file called "dsa.test.out" Do we have it somewhere (to turn the method into a real test) or can we just delete the method ... Thx T.

Re: [Pharo-dev] DigitalSignatureAlgorithm and dsa.test.out

2018-03-25 Thread Torsten Bergmann
Answering myself: this file is generated from another method in the same class. Not obvious - we should clean this up ... > In DigitalSignatureAlgorithm>>testExamplesFromDisk uses a file called > "dsa.test.out" > > Do we have it somewhere (to turn the method into a real test) or can > we jus

Re: [Pharo-dev] Bloc: Simulating "Worlds"

2018-03-25 Thread Sean P. DeNigris
Sean P. DeNigris wrote > Looks like it's time for my annual Bloc Dream check in ha ha! [crickets chirping]… One year too many? - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html