[Pharo-users] Bloated image again. Memory leak?

2017-06-19 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi guys, I have this problem (http://forum.world.st/Huge-image-td4876854.html), now the image grow about 100MB per week and the suggestions shown on http://forum.world.st/Huge-image-td4876854.html don't work I'm on Pharo 5 on a mac. I suspect it is something related to GLMPa

Re: [Pharo-users] Bloated image again. Memory leak?

2017-06-19 Thread p...@highoctane.be
Check https://gist.github.com/philippeback/39c63bb5aa26b79098511cdfea4fea7e Phil On Mon, Jun 19, 2017 at 8:45 AM, Davide Varvello via Pharo-users < pharo-users@lists.pharo.org> wrote: > > > -- Forwarded message -- > From: Davide Varvello > To: pharo-users@lists.pharo.org > Cc:

Re: [Pharo-users] Finding files in Pharo

2017-06-19 Thread Alistair Grant
Hi Hernan, On Sat, Jun 17, 2017 at 11:59:59PM -0300, Hern??n Morales Durand wrote: > I would like to find files in Pharo like the UNIX find command: > > find . -iname "*.txt" -type f -print > > find . \( -iname "*.txt" -o -iname "*.csv" \) -print > > find . -maxdepth 2 -name "example*" -type f

Re: [Pharo-users] UUIDGenerator

2017-06-19 Thread Tim Mackinnon
It is in the Pharo help - however I have noticed that Help doesn’t have a convenient search box and the new Welcome screen that launches with Pharo possibly should have a shortcut to useful navigational features…. Sounds like something I can contributed. Tim > On 19 Jun 2017, at 00:39, horrido

Re: [Pharo-users] Bloated image again. Memory leak?

2017-06-19 Thread Davide Varvello via Pharo-users
--- Begin Message --- Thank you very much Phil, Your code works! The image went from 600MB to 80MB I'm wondering why there is no bug record about GLMPanePort on https://pharo.fogbugz.com/f/search/?sSearchFor=GLMPanePort nor a fix. Nobody has this issue, but you and me? I'm puzzled. Anyway Thank

Re: [Pharo-users] Bloated image again. Memory leak?

2017-06-19 Thread Esteban Lorenzano
> On 19 Jun 2017, at 11:52, Davide Varvello via Pharo-users > wrote: > > > From: Davide Varvello mailto:varve...@yahoo.com>> > Subject: Re: Bloated image again. Memory leak? > Date: 19 June 2017 at 11:52:08 GMT+2 > To: pharo-users@lists.pharo.org > > > Th

Re: [Pharo-users] UUIDGenerator

2017-06-19 Thread p...@highoctane.be
That being said, maybe one can do a spotter extension that looks into the help topics. I did one with windows (should be in Pharo7). So one would ho to spotter and put a word followed by #help or #he Maybe this is in already! Phil On Mon, Jun 19, 2017 at 10:43 AM, Tim Mackinnon wrote: > It is

Re: [Pharo-users] Bloated image again. Memory leak?

2017-06-19 Thread p...@highoctane.be
On Mon, Jun 19, 2017 at 11:52 AM, Davide Varvello via Pharo-users < pharo-users@lists.pharo.org> wrote: > > > -- Forwarded message -- > From: Davide Varvello > To: pharo-users@lists.pharo.org > Cc: > Bcc: > Date: Mon, 19 Jun 2017 02:52:08 -0700 (PDT) > Subject: Re: Bloated image a

Re: [Pharo-users] Saving to local git and "Loading all file names from http://...pharo5/inbox"

2017-06-19 Thread Peter Uhnak
Hi, there was an issue with presumably gitfiletree, that when checking a code against its repo (to commit or show changes), every single repository would be refreshed, which took quite a while (on the order of seconds to tens of seconds, but it was quite annoying as it happened frequently).. so

Re: [Pharo-users] Regression with PNGReaderWriter in P6

2017-06-19 Thread Hilaire
Hi David, Steph, The fix works fine on P6 64 bits too! Thanks Hilaire Le 19/06/2017 à 08:10, Stephane Ducasse a écrit : > Thanks David. > Once hilaire confirms it can you create a bug entry in pharo bug tracker? > > S. -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] Regression with PNGReaderWriter in P6

2017-06-19 Thread David T. Lewis
I opened new issue 20167 for this. Dave On Mon, Jun 19, 2017 at 08:10:20AM +0200, Stephane Ducasse wrote: > Thanks David. > Once hilaire confirms it can you create a bug entry in pharo bug tracker? > > S. > > On Sun, Jun 18, 2017 at 9:37 PM, David T. Lewis wrote: > > Hi Hilaire, > > > > I con

Re: [Pharo-users] Teapot session

2017-06-19 Thread horrido
I've added an attribute to the session called #user... req session attributeAt: #user ifAbsentPut: user This is used to *determine if I'm logged in*. On logout, I would like to *remove* this attribute, but I can't figure out how to do it. Suggestion? Sven Van Caekenberghe-2 wrote > If you are

Re: [Pharo-users] Teapot session

2017-06-19 Thread Sven Van Caekenberghe
> On 19 Jun 2017, at 15:40, horrido wrote: > > I've added an attribute to the session called #user... > > req session attributeAt: #user ifAbsentPut: user > > This is used to *determine if I'm logged in*. On logout, I would like to > *remove* this attribute, but I can't figure out how to do it

Re: [Pharo-users] Teapot session

2017-06-19 Thread horrido
Interesting. Auto-complete doesn't show #removeAttribute: as an option. Another question: After I've logged out, I can still click on Backpage in the browser to get to a page that should no longer be authorized. Is there a way to prevent this? Is there a way to invalidate the page? Sven Van Cae

Re: [Pharo-users] Teapot session

2017-06-19 Thread Sven Van Caekenberghe
> On 19 Jun 2017, at 17:11, horrido wrote: > > Interesting. Auto-complete doesn't show #removeAttribute: as an option. > > Another question: After I've logged out, I can still click on Backpage in > the browser to get to a page that should no longer be authorized. Is there a > way to prevent th

Re: [Pharo-users] UUIDGenerator

2017-06-19 Thread Tim Mackinnon
Damnit your right…. #help keyboard gives you the business… nice I think the prompt to use Spotter should be in the welcome text though, as its a bit hidden - maybe is should be in the “Explore” section. Tim > On 19 Jun 2017, at 11:30, p...@highoctane.be > wrote: >

Re: [Pharo-users] Teapot session

2017-06-19 Thread p...@highoctane.be
Try Ctl-q or Cmd-q after having typed a few chars. Continue until you get a match. Works in 6.0 Phil On Mon, Jun 19, 2017 at 5:11 PM, horrido wrote: > Interesting. Auto-complete doesn't show #removeAttribute: as an option. > > Another question: After I've logged out, I can still click on Backp

Re: [Pharo-users] UUIDGenerator

2017-06-19 Thread p...@highoctane.be
Spotter rulez :-) On Mon, Jun 19, 2017 at 6:02 PM, Tim Mackinnon wrote: > Damnit your right…. #help keyboard gives you the business… nice > > I think the prompt to use Spotter should be in the welcome text though, as > its a bit hidden - maybe is should be in the “Explore” section. > > Tim > > >

Re: [Pharo-users] Finding files in Pharo

2017-06-19 Thread Hernán Morales Durand
I took the time to review FileSystemDirectoryEntry. UNIX has 3 types of timestamps -The access time is the last time when the content was accessed. -The modification time is last time when the content was modified. -The change time is the last time when the metadata was modified. FileSystemDirec

Re: [Pharo-users] Anonymous classes performances

2017-06-19 Thread Ben Coman
@all, Is there some way to disable garbage collection during such benchmarks? cheers -ben On Sun, Jun 18, 2017 at 3:51 AM, Steven Costiou wrote: > I spent my day testing and comparing execution speed between classes and > anonymous subclasses when i tried to compare two sets of values between

Re: [Pharo-users] Regression with PNGReaderWriter in P6

2017-06-19 Thread Ben Coman
On Mon, Jun 19, 2017 at 8:00 PM, David T. Lewis wrote: > 20167 Thanks Dave. I've cherry-picked those into an integration slice, but I don't have 64-bit to test on. @Hilaire, could you test the slice? cheers -ben

Re: [Pharo-users] Regression with PNGReaderWriter in P6

2017-06-19 Thread Stephane Ducasse
Thx guys! We will tag it for a port back to Pharo60. On Tue, Jun 20, 2017 at 5:05 AM, Ben Coman wrote: > > On Mon, Jun 19, 2017 at 8:00 PM, David T. Lewis wrote: >> >> 20167 > > > Thanks Dave. I've cherry-picked those into an integration slice, but I > don't have 64-bit to test on. > @Hilaire,

Re: [Pharo-users] Finding files in Pharo

2017-06-19 Thread Alistair Grant
Hi Hernan, On Mon, Jun 19, 2017 at 09:23:35PM -0300, Hern??n Morales Durand wrote: > I took the time to review FileSystemDirectoryEntry. > > UNIX has 3 types of timestamps > > -The access time is the last time when the content was accessed. > -The modification time is last time when the content

Re: [Pharo-users] Bloated image again. Memory leak?

2017-06-19 Thread Stephane Ducasse
What is the more general problem esteban? On Mon, Jun 19, 2017 at 12:10 PM, Esteban Lorenzano wrote: > > On 19 Jun 2017, at 11:52, Davide Varvello via Pharo-users > wrote: > > > From: Davide Varvello > Subject: Re: Bloated image again. Memory leak? > Date: 19 June 2017 at 11:52:08 GMT+2 > To: p

Re: [Pharo-users] WrapAthen, World coordinate?

2017-06-19 Thread Stephane Ducasse
:( Hi nicolai I really hope that github support and bootstrap will help for that With the bootstrap we are reloading code so we should reload Athens from the Pharo folder and people will be able to load this code too. For now I would consider that the code in the image is the latest "working" one

Re: [Pharo-users] Saving to local git and "Loading all file names from http://...pharo5/inbox"

2017-06-19 Thread Stephane Ducasse
Ahh tx I understand now. I can tell you that I'm eager to do integration with git to avoid to get MC checking all the repo from earth and merging :) Stef On Mon, Jun 19, 2017 at 1:09 PM, Peter Uhnak wrote: > Hi, > > there was an issue with presumably gitfiletree, that when checking a code > aga

Re: [Pharo-users] Bloated image again. Memory leak?

2017-06-19 Thread Esteban Lorenzano
> On 20 Jun 2017, at 08:16, Stephane Ducasse wrote: > > What is the more general problem esteban? what *was* the general problem: there was a leak on glamour :) Esteban > > On Mon, Jun 19, 2017 at 12:10 PM, Esteban Lorenzano > wrote: >> >> On 19 Jun 2017, at 11:52, Davide Varvello via Ph