Re: [Pharo-users] Bug? in Filein

2014-11-06 Thread p...@highoctane.be
Great. This platform is a joy to work with and becomes better all the time. 2015 will be a great Pharo4 year :-) Phil On Fri, Nov 7, 2014 at 7:47 AM, Marcus Denker wrote: > > On 06 Nov 2014, at 21:59, p...@highoctane.be wrote: > > Yes, this has been annoying for a long time. > > Does backp

Re: [Pharo-users] Bug? in Filein

2014-11-06 Thread Marcus Denker
> On 06 Nov 2014, at 21:59, p...@highoctane.be wrote: > > Yes, this has been annoying for a long time. > > Does backport means that it will be in the downloadable image of 3.0? > > Thanks a lot! > > Yes! It is already noted as “fix to include”, I will do an update for Pharo3 today.

Re: [Pharo-users] FileBrowser confusion

2014-11-06 Thread Peter Uhnák
> > Ok. Could you please open a bug report on that for the inspector? Since as Nicolai pointed out there is this "14250 Enable large file support on linux", there is probably no point in creating an extra one. I built custom VM with _FILE_OFFSET_BITS=

Re: [Pharo-users] FileBrowser confusion

2014-11-06 Thread Nicolai Hess
2014-11-06 23:25 GMT+01:00 Tudor Girba : > Hi, > > > On Thu, Nov 6, 2014 at 10:50 PM, Peter Uhnák wrote: > >> > It is indeed known that Pharo cannot open files larger than 4GB (even >> that after you setup the VM specifically). >> It seems like Pharo bug >> >> 1. FileReference>>gtInspectorItemsIn

Re: [Pharo-users] FileBrowser confusion

2014-11-06 Thread Tudor Girba
Hi, On Thu, Nov 6, 2014 at 10:50 PM, Peter Uhnák wrote: > > It is indeed known that Pharo cannot open files larger than 4GB (even > that after you setup the VM specifically). > It seems like Pharo bug > > 1. FileReference>>gtInspectorItemsIn: composite > ... > column: 'Size' evaluated: [:each |

Re: [Pharo-users] FileBrowser confusion

2014-11-06 Thread Peter Uhnák
The large file seems to return false on most things (also creationTime)... so this would need some tinkering. Also I am confused as to why this happens. Failing actual opening of the file would be understandable but these (size, creationTime) are just some inode data, but I could be (and probably a

Re: [Pharo-users] FileBrowser confusion

2014-11-06 Thread Peter Uhnák
> What do you mean by a lot? another problem I had was with privileges ... it shows folder of a root but when I click it it throws DirectoryDoesNotExist and not PermissionDenied (or something); but this is negligible issue - i clicked on the folder randomly to try the Inspector. Also as mentioned

Re: [Pharo-users] FileBrowser confusion

2014-11-06 Thread Peter Uhnák
> It is indeed known that Pharo cannot open files larger than 4GB (even that after you setup the VM specifically). It seems like Pharo bug 1. FileReference>>gtInspectorItemsIn: composite ... column: 'Size' evaluated: [:each | each humanReadableSize] width: 100; ... 2. FileReference>>humanReadable

Re: [Pharo-users] Bug? in Filein

2014-11-06 Thread stepharo
Yes, this has been annoying for a long time. Does backport means that it will be in the downloadable image of 3.0? probably. Thanks a lot! Phil Le 6 nov. 2014 20:16, "José Comesaña" > a écrit : Ok, thanks a lot for your work. Regards 2014-11

Re: [Pharo-users] FileBrowser confusion

2014-11-06 Thread Tudor Girba
Hi, On Thu, Nov 6, 2014 at 7:49 PM, Peter Uhnák wrote: > I checked out the file browser GT Inspector (I hope that is what you were > referring to), unfortunately it's crashing a lot for me (it seems it can't > figure out file size for large files (~4GB) and some other stuff > (sockets?)). > Wh

Re: [Pharo-users] Bug? in Filein

2014-11-06 Thread p...@highoctane.be
Yes, this has been annoying for a long time. Does backport means that it will be in the downloadable image of 3.0? Thanks a lot! Phil Le 6 nov. 2014 20:16, "José Comesaña" a écrit : > Ok, thanks a lot for your work. > > Regards > > 2014-11-05 20:12 GMT+01:00 Nicolai Hess : > >> 14405

Re: [Pharo-users] [ANN]: NewExternalWebBrowser

2014-11-06 Thread Tudor Girba
Actually, the ability to open a web browser is already present in the Pharo image out of the box through NativeBoost: NBMacShell open: 'http://pharo.org' NBWin32Shell shellBrowse: 'http://pharo.org' Cheers, Doru On Thu, Nov 6, 2014 at 6:11 PM, Sean P. DeNigris wrote: > On Nov 6, 2014, at 6:1

Re: [Pharo-users] Bug? in Filein

2014-11-06 Thread José Comesaña
Ok, thanks a lot for your work. Regards 2014-11-05 20:12 GMT+01:00 Nicolai Hess : > 14405 > (backport pharo3) FileOut creates invalid comment entries for classes with > class side methods > fix in pharo3inbox > > 2014-11-04 22:51 GMT+01:00 Nicolai He

Re: [Pharo-users] FileBrowser confusion

2014-11-06 Thread Peter Uhnák
I checked out the file browser GT Inspector (I hope that is what you were referring to), unfortunately it's crashing a lot for me (it seems it can't figure out file size for large files (~4GB) and some other stuff (sockets?)). However I don't know if Glamour is planning to turn it into full file br

Re: [Pharo-users] [ANN]: NewExternalWebBrowser

2014-11-06 Thread Sean P. DeNigris
On Nov 6, 2014, at 6:19 AM, jannik laval [via Smalltalk] wrote: > Thank you Sean, I will integrate it in Phratch. Like that, I can remove > OSProcess. n.b. I only implemented Mac OS X. I assume it would be trivial to implement in Windows, but I’m not sure of a cross-Gnu+Lunix-flavor url open c

Re: [Pharo-users] [Oharo-users] Copy AST

2014-11-06 Thread Mark Rizun
P.S. I must have thought about fixing copy:) Don't know why I didn't 2014-11-06 17:54 GMT+02:00 Mark Rizun : > If I understand #postCopy is used to override standart copy. Each class > has(or may have) its own implementation of #postCopy. > When #copy is applied, #postCopy is called. > > 2014-11-

Re: [Pharo-users] [Oharo-users] Copy AST

2014-11-06 Thread Mark Rizun
If I understand #postCopy is used to override standart copy. Each class has(or may have) its own implementation of #postCopy. When #copy is applied, #postCopy is called. 2014-11-06 17:47 GMT+02:00 Marcus Denker : > > On 06 Nov 2014, at 16:24, Mark Rizun wrote: > > Normally #copy should copy the

Re: [Pharo-users] [Oharo-users] Copy AST

2014-11-06 Thread Marcus Denker
> On 06 Nov 2014, at 16:24, Mark Rizun wrote: > > Normally #copy should copy the AST. But it might not copy all the things > related to start/stop. > > Yes #copy, copies not all stuff. That's why I need #deepCopy but it just > crashes image. And #veryDeepCopy works vry slow. > I need anot

Re: [Pharo-users] FileBrowser confusion

2014-11-06 Thread p...@highoctane.be
On Thu, Nov 6, 2014 at 3:55 PM, Peter Uhnák wrote: > Is anyone actually using FileBrowser? Because either no one does or I > doing something wrong. > > My problem is that it is very uncomfortable to navigate filesystem. There > is no way to quickly navigate to common folders (like roots of system

Re: [Pharo-users] FileBrowser confusion

2014-11-06 Thread Damien Cassou
On Thu, Nov 6, 2014 at 4:11 PM, Marcus Denker wrote: > The real question is if we invest in the current FileList code or better in > one based on the filesystem explore code in GT? I think that would make sense -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to

Re: [Pharo-users] [Oharo-users] Copy AST

2014-11-06 Thread Mark Rizun
> > Normally #copy should copy the AST. But it might not copy all the things > related to start/stop. > Yes #copy, copies not all stuff. That's why I need #deepCopy but it just crashes image. And #veryDeepCopy works vry slow. I need another solution. Any suggestions? Maybe there is some kind o

Re: [Pharo-users] FileBrowser confusion

2014-11-06 Thread Marcus Denker
> On 06 Nov 2014, at 15:55, Peter Uhnák wrote: > > Is anyone actually using FileBrowser? Because either no one does or I doing > something wrong. > I do not think it is used a lot... > My problem is that it is very uncomfortable to navigate filesystem. There is > no way to quickly navigate t

[Pharo-users] FileBrowser confusion

2014-11-06 Thread Peter Uhnák
Is anyone actually using FileBrowser? Because either no one does or I doing something wrong. My problem is that it is very uncomfortable to navigate filesystem. There is no way to quickly navigate to common folders (like roots of system drives and home directory). Also hidden files/folders are sho

Re: [Pharo-users] inria survey

2014-11-06 Thread Christophe Demarey
Le 6 nov. 2014 à 12:21, Bernat Romagosa a écrit : > What should I enter under "Establishment"? Is it the company/institution > where one works/studies? Yes, your company/institution where one works/studies smime.p7s Description: S/MIME cryptographic signature

Re: [Pharo-users] [ANN]: NewExternalWebBrowser

2014-11-06 Thread jannik laval
Thank you Sean, I will integrate it in Phratch. Like that, I can remove OSProcess. Cheers, Jannik 2014-11-05 9:15 GMT-03:00 Ben Coman : > Sean P. DeNigris wrote: > >> Tudor Girba-2 wrote >> >>> Nice :)... Thanks, >>> >> >> No problem! BTW let's not depend on NewExternalWebBrowser surviving as th

Re: [Pharo-users] inria survey

2014-11-06 Thread Bernat Romagosa
Hi Stef, What should I enter under "Establishment"? Is it the company/institution where one works/studies? Cheers! Bernat. 2014-11-06 11:45 GMT+01:00 stepharo : > Hi guys > > you can help us to improve our communication as a research center. Please > take some minutes to fill this little survey

[Pharo-users] inria survey

2014-11-06 Thread stepharo
Hi guys you can help us to improve our communication as a research center. Please take some minutes to fill this little survey. Stef -- VERSION FRANÇAISE -- Créé depuis 2002 à Lille, le centre de recherche Inria Lille - Nord Eur

Re: [Pharo-users] [Oharo-users] Copy AST

2014-11-06 Thread Marcus Denker
Hello, Normally #copy should copy the AST. But it might not copy all the things related to start/stop. I think we should fix it to do that, too. (sorry that I am a bit slow answering… lots of things to do) > On 06 Nov 2014, at 11:36, Mark Rizun wrote: > > Do you have any other suggestions ho

Re: [Pharo-users] [Oharo-users] Copy AST

2014-11-06 Thread Mark Rizun
Do you have any other suggestions how can I get completely indemendent copy of ast? 2014-11-06 12:19 GMT+02:00 Mark Rizun : > As I said, I used veryDeepCopy for copying ASTs, and it worked. But! It > takes time to copy:) > > 2014-11-06 11:59 GMT+02:00 Mark Rizun : > >> You see, when I alpply deep

Re: [Pharo-users] [Oharo-users] Copy AST

2014-11-06 Thread Mark Rizun
As I said, I used veryDeepCopy for copying ASTs, and it worked. But! It takes time to copy:) 2014-11-06 11:59 GMT+02:00 Mark Rizun : > You see, when I alpply deepCopy instead of copy, pharo image doesn't > respond:) > What I want is to get 100% independent new object ast2, with same > caracterist

Re: [Pharo-users] [Oharo-users] Copy AST

2014-11-06 Thread Mark Rizun
You see, when I alpply deepCopy instead of copy, pharo image doesn't respond:) What I want is to get 100% independent new object ast2, with same caracteristics as ast1. P.S. Uko, thanks veryDeepCopy works. Read the comments to both methods but still confused why deepCopy didn't work.