Re: [Pharo-users] Flattr added to pharo.org

2015-09-09 Thread Marcus Denker
Yes, the whole setup is not good… we are thinking of how to improve. I will look at this bus later (else I do nothing else than things like this) Marcus > On 08 Sep 2015, at 21:25, Offray Vladimir Luna Cárdenas > wrote: > > Thanks! I now will update my profile...

[Pharo-users] [ANN] MessageFlowBrowser

2015-09-09 Thread Torsten Bergmann
A new tool to browse and dive deep into the flow of messages using a tree representation (messages, senders, implementors, ...) and further on. I know such a tool from Smalltalk/MT and it is really helpful to trace a message flow without running in the debugger. See the attached screenshot, the

[Pharo-users] Having a look at Git+Pharo

2015-09-09 Thread Damien Cassou
Hi, today I wanted to have a look at how git integrates with Pharo. This is what I found (mostly done by Thierry Goubier, thank you very much) and what I didn't find: - there is some documentation here:

Re: [Pharo-users] Having a look at Git+Pharo

2015-09-09 Thread Damien Cassou
something else I forgot: - what happens if a Metacello description loads a project hosted in git but I still want to be able to hack on this dependency. So, this dependency should not be read-only for me - where to put the git repositories when images are frequently deleted and downloaded

Re: [Pharo-users] [ANN] MessageFlowBrowser

2015-09-09 Thread Nicolai Hess
2015-09-09 14:07 GMT+02:00 Torsten Bergmann : > A new tool to browse and dive deep into the flow of messages > using a tree representation (messages, senders, implementors, ...) > and further on. I know such a tool from Smalltalk/MT and it is really > helpful to trace a message

Re: [Pharo-users] Having a look at Git+Pharo

2015-09-09 Thread Thierry Goubier
2015-09-09 16:29 GMT+02:00 Damien Cassou : > > something else I forgot: > > - what happens if a Metacello description loads a project hosted in git > but I still want to be able to hack on this dependency. So, this > dependency should not be read-only for me > Can you

Re: [Pharo-users] Having a look at Git+Pharo

2015-09-09 Thread Thierry Goubier
2015-09-09 16:04 GMT+02:00 Damien Cassou : > Hi, > > today I wanted to have a look at how git integrates with Pharo. This is > what I found (mostly done by Thierry Goubier, thank you very much) and > what I didn't find: > > - there is some documentation here: > >

Re: [Pharo-users] [Pharo-dev] [ANN] MessageFlowBrowser

2015-09-09 Thread Torsten Bergmann
Nicolai wrote: >You need to set the class this method belongs to: > >a smalltalkCode > smalltalkClass: [:each | each ]; > display: [:each | each sourceCode ]]. Yes - I know that. At least from the code I found in the image. But how do I do that in the context of Glamour where the tree is

Re: [Pharo-users] Having a look at Git+Pharo

2015-09-09 Thread Thierry Goubier
2015-09-09 16:43 GMT+02:00 Peter Uhnák : > - a discussion about moving a smalltalkhub repository to git while >> preserving history > > > I've migrated some time ago > > http://forum.world.st/moving-to-git-and-preserving-monticello-history-td4806386.html > > some (if not

[Pharo-users] Observing changes of regular attributes

2015-09-09 Thread Peter Uhnák
Hi, is there a mechanism for observing a change of regular variables? Normally I would use ValueHolder (or fire announcements manually), but this assumes I can change the code. For example imagine a method of someone else's package ~~~ FAMIXNamedEntity>>name: aString name :=

Re: [Pharo-users] Having a look at Git+Pharo

2015-09-09 Thread Peter Uhnák
> > - a discussion about moving a smalltalkhub repository to git while > preserving history I've migrated some time ago http://forum.world.st/moving-to-git-and-preserving-monticello-history-td4806386.html some (if not all) of the issues were resolved iirc, however since I didn't need to

Re: [Pharo-users] [Smalltalks 2015] --- Invitation

2015-09-09 Thread Offray Vladimir Luna Cárdenas
Wow! that's close, finally :-). A pair of questions: - Talks must be only in English? - There are some kind of scholarships? Hopefully I will be there :-) Offray On 18/08/15 19:55, Andres Valloud wrote: The Fundación Argentina de Smalltalk proudly invites you to one of the premier Smalltalk

Re: [Pharo-users] [Smalltalks 2015] --- Invitation

2015-09-09 Thread Andres Valloud
Hello, Generally we suggest talks are in English because it's an international conference, but it's not mandatory. What kind of scholarship are thinking of? Andres. On 9/9/15 18:13 , Offray Vladimir Luna Cárdenas wrote: Wow! that's close, finally :-). A pair of questions: - Talks must be

Re: [Pharo-users] [Moose-dev] [ann] brick on top of bloc - preview

2015-09-09 Thread Offray Vladimir Luna Cárdenas
Thanks Johan, I'm willing to test your Spec-Glamour integration and finally I have the time for that. Wait for questions ;-). Cheers, Offray On 09/09/15 15:33, Johan Fabry wrote: On Sep 9, 2015, at 14:16, Offray Vladimir Luna Cárdenas > wrote:

Re: [Pharo-users] [Moose-dev] [ann] brick on top of bloc - preview

2015-09-09 Thread Johan Fabry
> On Sep 9, 2015, at 14:16, Offray Vladimir Luna Cárdenas > wrote: > > Should I stick with Spec? Yes. It is the UI builder for Pharo. Technologies underneath may change but Spec is designed such that it can be adapted to them. ---> Save our in-boxes!

Re: [Pharo-users] [ANN] Multiple Desktop support for Pharo 5

2015-09-09 Thread Offray Vladimir Luna Cárdenas
Thanks a lot Torsten for this writing. In [1] you can find my annotated version using hypothesis[2] [1] https://via.hypothes.is/https://medium.com/concerning-pharo/multiple-desktops-for-pharo-5cbc46f3179f [2] https://hypothes.is/ Cheers, Offray On 26/08/15 20:19, Torsten Bergmann wrote:

Re: [Pharo-users] [ANN] MessageFlowBrowser

2015-09-09 Thread Alexandre Bergel
Hi Torsten, Can you make it available from the catalog browser ? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Sep 9, 2015, at 9:07 AM, Torsten Bergmann wrote: > >

Re: [Pharo-users] [Pharo-dev] [ANN] MessageFlowBrowser

2015-09-09 Thread Alexandre Bergel
Also, it would be great to have it accessible from the World/Tools menu. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Sep 9, 2015, at 9:07 AM, Torsten Bergmann

Re: [Pharo-users] Observing changes of regular attributes

2015-09-09 Thread Marcus Denker
Hello, The idea of Reflectivity is to be just that: a way to “hook” into code without changing the source… this is a similar use case like the one described yesterday: link := MetaLink new metaObject: MyNotifyer; selector: #notifyChangedVaNamed:; arguments: #(name).

Re: [Pharo-users] Observing changes of regular attributes

2015-09-09 Thread Thierry Goubier
Le 09/09/2015 21:00, Mariano Martinez Peck a écrit : If you can live with only intercepting setters (not assigments) , then you can run some code AFTER loading the code, to install some method wrappers or Marea CompiledMethod proxy that intercept the execution of the setter method and do

Re: [Pharo-users] Observing changes of regular attributes

2015-09-09 Thread Marcus Denker
> On 09 Sep 2015, at 21:26, Thierry Goubier wrote: > > Le 09/09/2015 21:00, Mariano Martinez Peck a écrit : >> If you can live with only intercepting setters (not assigments) , then >> you can run some code AFTER loading the code, to install some method >> wrappers or