Re: [Pharo-users] Using a Unix filedescriptor in a FileStream?

2016-09-20 Thread Holger Freyther
> On 20 Sep 2016, at 20:38, Mariano Martinez Peck wrote: > > Hi Holger, Good Morning, thank you for your reply. > | reader | > reader := OSSAttachableFileStream name:'myStream' attachTo: aFileID writable: > false. > reader setNonBlocking "optional" the only issue is that i have a "int fd"

[Pharo-users] Synectique is recruiting

2016-09-20 Thread stepharo
Synectique provides comprehensive and sophisticated analysis tools to improve the quality of software, reduce maintenance costs, and thus enable easier software evolution. The company was created in 2013 and already got some renowned customers. To sustain our growth we are looking for a full-time

Re: [Pharo-users] GLMPanePort hold instances of my classes?

2016-09-20 Thread Tudor Girba
Hi, You should close the respective Glamour browser. Could it be that you have an opened inspector? If so, try closing it and see what happens. Doru > On Sep 21, 2016, at 3:28 AM, Bernardo Ezequiel Contreras > wrote: > > Hi, > is there a way to tell to GLMPanePort to release my stupid obj

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Tudor Girba
Hi, > On Sep 21, 2016, at 3:16 AM, Johan Fabry wrote: > > > Sorry, I don’t mean to sound like a smartass, but apparently the data shows > that this is not sufficient. Otherwise people would not ask on the mailing > list, like Esteban did originally (and as I remember other people asking). >

[Pharo-users] GLMPanePort hold instances of my classes?

2016-09-20 Thread Bernardo Ezequiel Contreras
Hi, is there a way to tell to GLMPanePort to release my stupid objects and classes? because i want to change a class and i can't. there's another bug when migrating instances (not easy to reproduce). so im trying to release all the references. is it possible?? thanks. example: Port (pane=#evalu

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Johan Fabry
Sorry, I don’t mean to sound like a smartass, but apparently the data shows that this is not sufficient. Otherwise people would not ask on the mailing list, like Esteban did originally (and as I remember other people asking). Speaking for myself, I honestly would not think about clicking on the

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Esteban A. Maringolo
2016-09-20 17:49 GMT-03:00 Tudor Girba : >>> Could you please open an issue with your request? >> Sure, Where? > https://pharo.fogbugz.com Done. Esteban A. Maringolo

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Tudor Girba
> On Sep 20, 2016, at 10:46 PM, Esteban A. Maringolo > wrote: > > Esteban A. Maringolo > > > 2016-09-20 17:41 GMT-03:00 Tudor Girba : >>> It doesn't work, everything works with Ctrl as command modifier. >> >> What version do you use? What operating system? > > 'Pharo5.0 of 16 April 2015 upd

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Esteban A. Maringolo
Esteban A. Maringolo 2016-09-20 17:41 GMT-03:00 Tudor Girba : >> It doesn't work, everything works with Ctrl as command modifier. > > What version do you use? What operating system? 'Pharo5.0 of 16 April 2015 update 50761' Ubuntu Linux 16.04 64 bit. > Could you please open an issue with your re

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Tudor Girba
Hi, > On Sep 20, 2016, at 10:37 PM, Esteban A. Maringolo > wrote: > > 2016-09-20 17:30 GMT-03:00 Tudor Girba : >> >> Hi, >> >> Could you try with Alt+M? > > It doesn't work, everything works with Ctrl as command modifier. What version do you use? What operating system? >> About the wish to

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Esteban A. Maringolo
2016-09-20 17:30 GMT-03:00 Tudor Girba : > > Hi, > > Could you try with Alt+M? It doesn't work, everything works with Ctrl as command modifier. > About the wish to open the Message Browser, this is indeed not supported. > What we miss is a category action. In this case, the Implementors would op

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Tudor Girba
Hi, Could you try with Alt+M? About the wish to open the Message Browser, this is indeed not supported. What we miss is a category action. In this case, the Implementors would open the Message Browser. So, in this case, the use case would be: #mySelector Cmd+m Cmd+Shift+Enter Would this addre

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Tudor Girba
We tried to address this with the help? Please let me know if some parts need updates or more explanations. Doru > On Sep 20, 2016, at 9:03 PM, Johan Fabry wrote: > > > I repeat my comment from before: The discoverability of UI of Spotter is much > too low. Please please please add a bit of

Re: [Pharo-users] UK Smalltalk User Group Meeting - Monday, September 26th

2016-09-20 Thread stepharo
Hi giovanni I hope you are going well.. Say hello to everybody from us. I wish I could join. Going to teach to Lviv. BTW we are looking for a smalltalker willing to taste beers at Lille. Stef Hi, The next meeting of the UK Smalltalk User Group Meeting will be on Monday, September 26th. We

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Johan Fabry
I repeat my comment from before: The discoverability of UI of Spotter is much too low. Please please please add a bit of explanation to the spotter window to show all these cool things with the hashtags and the keyboard shortcuts. There is *no way* for a normal Pharo user to discover this. --

Re: [Pharo-users] Using a Unix filedescriptor in a FileStream?

2016-09-20 Thread Mariano Martinez Peck
Hi Holger, I took some the AttacheableFileStream from OSProcess and I changed it a bit for OSSubprocess. If you load OSSubprocess into Pharo 5.0 [1] you can try the following: | reader | reader := OSSAttachableFileStream name:'myStream' attachTo: aFileID writable: false. reader setNonBlocking "op

[Pharo-users] Using a Unix filedescriptor in a FileStream?

2016-09-20 Thread Holger Freyther
Hi, I explored to use the Linux inotify API using UFFI. The inotify_init/inotify_init1 routine will me a Unix filedescriptor and I would like to a.) monitor it for being readable b.) read from it with a stream For a.) I have found the AioEventHandler and think I will be able t

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Tudor Girba
You can also press do: mySelector Cmd+m Cheers, Doru > On Sep 20, 2016, at 8:18 PM, Esteban Lorenzano wrote: > > mySelector #impl > >> On 20 Sep 2016, at 20:00, Esteban A. Maringolo wrote: >> >> Hi, >> >> How can I open the implementors list from Spotter? >> >> I want to browse through th

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Esteban Lorenzano
mySelector #impl > On 20 Sep 2016, at 20:00, Esteban A. Maringolo wrote: > > Hi, > > How can I open the implementors list from Spotter? > > I want to browse through the code of the different implementors as I > do by selecting a selector and searching an implementor (or Ctr+M). > > Regards, >

[Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Esteban A. Maringolo
Hi, How can I open the implementors list from Spotter? I want to browse through the code of the different implementors as I do by selecting a selector and searching an implementor (or Ctr+M). Regards, Esteban A. Maringolo

[Pharo-users] UK Smalltalk User Group Meeting - Monday, September 26th

2016-09-20 Thread Giovanni Corriga
Hi, The next meeting of the UK Smalltalk User Group Meeting will be on Monday, September 26th. We'll meet at our usual venue The Counting House ( http://www.the-counting-house.com/) at 7pm. If you'd like to join us, you can just show up at the pub. You can also sign up in advance at the meeting'