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

2016-09-22 Thread Ronie Salgado
Hi Holger, Sorry for not noticing this thread before. Some months ago, I did some experiments myself using inotify and epoll, with the UFFI. I was creating a file system monitoring API similar in design to OSWindow. I just did some minor changes for making this usable along with making a

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

2016-09-22 Thread Holger Freyther
> On 22 Sep 2016, at 23:33, Mariano Martinez Peck wrote: > > Hi Holger, Hey! > > I just run all OSSubprocess tests and they all worked! (tested in Pharo 5.0). > > I guess I will commit this on the dev branch and hopefully when this is > integrated into the VM I can

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

2016-09-22 Thread Mariano Martinez Peck
Hi Holger, OK, I made a new VM with your PR after I reviewed it. Good news? It works!!! If you want to check OSSubprocess, I am using now the primCreatePipe from OSProcess because that would answer me directly the SQFiles of the pipe. Originally (before ending up doing that), I was trying to

[Pharo-users] strange cache behaviour for DSAdaptiveModel magritte description

2016-09-22 Thread Yanni Chiu
Does any one have any insight into the caching of magritte descriptions for DSAdaptiveModel? What I see is that there seem to be multiple copies of the description elements. A problem appears when a MACachedMemento seems to have a different description instance (a different hash value anyway),

Re: [Pharo-users] Spec: Class pop list code completion

2016-09-22 Thread Johan Fabry
Hi Brad, AFAIK there is nothing prebuilt, you will have to roll your own. -- Does this mail seem too brief? Sorry for that, I don’t mean to be rude! Please see http://emailcharter.org . Johan Fabry - http://pleiad.cl/~jfabry PLEIAD and RyCh labs - Computer Science Department (DCC) -

[Pharo-users] Spec: Class pop list code completion

2016-09-22 Thread Brad Selfridge
Is there a way in Spec to pop a list widget that contains class names when entering a partial class name in a test field, (like GTPlayground does)? p.s. I do not want to go down the Glamour route. - Brad Selfridge -- View this message in context:

Re: [Pharo-users] Sharing Seaside URLs between users (security) + what is actual way for session expiration page

2016-09-22 Thread Mariano Martinez Peck
OK, "TooMuchPressureExpcetion signal". I will do it. There is another open-source-task related to OSSubprocess that I must address first. Then will come to this one. Probably I can also put the code in github. Will let you know when ready. Cheers, On Thu, Sep 22, 2016 at 2:53 PM, stepharo

Re: [Pharo-users] Sharing Seaside URLs between users (security) + what is actual way for session expiration page

2016-09-22 Thread stepharo
Mariano It would be cool. Why don't you paste it on your blog? I hope to get back to the seaside book one of these days and I would like to add such tips and tricks Stef Le 21/9/16 à 18:00, Mariano Martinez Peck a écrit : On Wed, Sep 21, 2016 at 11:50 AM, Johan Brichau

Re: [Pharo-users] Pharo 3.0 Issue with instance variables

2016-09-22 Thread stepharo
Hi Pablo This is great to know that Cordoba is teaching OOP in Pharo. Let us know how we can help you. Why don't you move to Pharo 50 because we fixed a lot of issues in 3 years. And the mooc http://mooc.pharo.org (which has been evaluated to be worth 180 000 Euros - yes three salaries

Re: [Pharo-users] Non-Pharo IDE in Pharo

2016-09-22 Thread Alexandre Bergel
Glamour is a framework to create browser. You may want to have a look at that. Alexandre > On Sep 22, 2016, at 1:35 PM, Udo Schneider > wrote: > > All, > > I'm currently working on an interpreter for a non-Smalltalk(ish) language in > written Pharo. I'd like

[Pharo-users] Non-Pharo IDE in Pharo

2016-09-22 Thread Udo Schneider
All, I'm currently working on an interpreter for a non-Smalltalk(ish) language in written Pharo. I'd like to put some nice tools on top of that (like browsers, inspectors, debugger) but I'm not sure where to begin. Is there some "Meta-IDE" stuff somewhere which allows me to simply plugin

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

2016-09-22 Thread Mariano Martinez Peck
On Thu, Sep 22, 2016 at 12:12 PM, Holger Freyther wrote: > > > On 21 Sep 2016, at 15:09, Mariano Martinez Peck > wrote: > > > > > > > > Exactly. I have been wanting this a couple of times while doing > OSSubprocess. > > >

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

2016-09-22 Thread Holger Freyther
> On 21 Sep 2016, at 15:09, Mariano Martinez Peck wrote: > > > > Exactly. I have been wanting this a couple of times while doing OSSubprocess. https://github.com/pharo-project/pharo-vm/pull/108. Would be nice if you could review it and give it a try. It adds two

Re: [Pharo-users] Pharo 3.0 Issue with instance variables

2016-09-22 Thread Ben Coman
On Thu, Sep 22, 2016 at 9:58 PM, Pablo Frias wrote: > Hi all, > > We are teaching Smalltalk at the Universtity of Cordoba, Argentina with > Pharo, but we are having the following issue. > Sometimes y in different workstations, we notice that when instantiating an > object

Re: [Pharo-users] Pharo 3.0 Issue with instance variables

2016-09-22 Thread Nicolai Hess
2016-09-22 15:58 GMT+02:00 Pablo Frias : > Hi all, > > We are teaching Smalltalk at the Universtity of Cordoba, Argentina with > Pharo, but we are having the following issue. > Sometimes y in different workstations, we notice that when instantiating > an object and setting

[Pharo-users] Pharo 3.0 Issue with instance variables

2016-09-22 Thread Pablo Frias
Hi all, We are teaching Smalltalk at the Universtity of Cordoba, Argentina with Pharo, but we are having the following issue. Sometimes y in different workstations, we notice that when instantiating an object and setting values using the accesors methods, the values are added in the object, but

Re: [Pharo-users] Pharo not running with macOS Sierra

2016-09-22 Thread Esteban Lorenzano
yes, this is a known bug. we will fix this problem soon (is already fixed, just needs to be properly integrated). Esteban > On 22 Sep 2016, at 01:28, JupiterJones wrote: > > Starting from the cmdline I get the following output - which I guess is > correct since none