Re: [Pharo-users] Pharo 6 FileSystem>>changeDirectory: is missing

2017-09-06 Thread Andreas Sunardi
ry the same as image directory in Pharo? I wonder why we have these issues if they are separate things. I haven't dived into this, so I can't say much. -- Andreas On Wed, Sep 6, 2017 at 12:42 PM, Alistair Grant wrote: > On Wed, Sep 06, 2017 at 10:50:05AM -0700, Andreas Sunardi

Re: [Pharo-users] Pharo 6 FileSystem>>changeDirectory: is missing

2017-09-06 Thread Andreas Sunardi
an action around me for this change. > Do you have the definition in Pharo 50 at hand? > > Stef > > On Wed, Aug 30, 2017 at 11:09 PM, Andreas Sunardi > wrote: > > I found FileSystem class has changed from Pharo 5 to Pharo 6. I've been > > using FileSystem>>chan

Re: [Pharo-users] CodeImporter. 256 literals limit

2017-08-31 Thread Andreas Sunardi
for *-ui or not) > > $ yum install pharo6-32-ui.i686 or pharo6-32.i386 > > # Install 64bit packages > > $ yum install pharo6-64-ui.x86_64 pharo6-64.x86_64 > > that will install correct vm for your distribution. > > cheers, > Esteban > > > > On 29 Aug 2

[Pharo-users] Pharo 6 FileSystem>>changeDirectory: is missing

2017-08-30 Thread Andreas Sunardi
I found FileSystem class has changed from Pharo 5 to Pharo 6. I've been using FileSystem>>changeDirectory to make my program (Pharo 5) runs in the current working directory (thus able to find local files). This is now broken because #changeDirectory doesn't exist anymore. The change seems intentio

[Pharo-users] Engineering notation

2017-08-30 Thread Andreas Sunardi
d use them as in 1u, 1n and 1k. I don't know if this is intended or not, but I'm using it to my benefit. I want to share this in case some body finds this and thinks it should be fixed. I'm pleading to leave it as is. -- Andreas Sunardi

Re: [Pharo-users] CodeImporter. 256 literals limit

2017-08-29 Thread Andreas Sunardi
do so, go to: >>> World Menu > Settings > Compiler > Encoder >>> and pick SistaV1 instead of V3PlusClosures >>> Try to load your code. The default Pharo 6 VM supports both bytecode >>> sets. >>> >>> Alternatively you need to split your met

Re: [Pharo-users] CodeImporter. 256 literals limit

2017-08-29 Thread Andreas Sunardi
h less literals, which is usually quite tricky to do > right. > > On Tue, Aug 29, 2017 at 4:52 AM, Andreas Sunardi > wrote: > >> I have written a tool (Pharo5) where user gives an input file to it, >> where the content is a smalltalk code, a DSL. I used a subclass of >&

[Pharo-users] CodeImporter. 256 literals limit

2017-08-28 Thread Andreas Sunardi
ernative to evaluate a smalltalk file/script? The file is small, 27k, but the number of unique literals in it is > 256. Is it possible at all, seeing that the limit is related to byte code generator. Thank you in advance -- Andreas Sunardi

Re: [Pharo-users] Pharo starts completely minimized

2017-07-07 Thread Andreas Sunardi
Where did I see this pharo-ui? I thought I saw it before. I never used it, I always use 'pharo' script/executable, but now I can't find it. I checked windows(P5/P6). linux(P5/P6), mac(P6) and I don't find this pharo-ui. There's -iconic (Pharo 5) and --iconic (Pharo 6) options. $ pharo --help | gr

Re: [Pharo-users] Pharo6.0 for linux and PharoV60.sources location

2017-07-05 Thread Andreas Sunardi
> location > >> Hi Andreas, > >> > >> Yes, that was me. Unfortunately I did not get an answer. I solved this > by copying the sources file into the location where Pharo is looking for it. > >> > >> Due to the missing sources file, variables and a

[Pharo-users] Pharo6.0 for linux and PharoV60.sources location

2017-07-03 Thread Andreas Sunardi
Pardon me if this has been discussed before. I seem to recall somebody ran into this issue or related to this, but I don't remember what the solution was, if there was any. The linux Pharo 6 download package from Pharo web site has different VM directory structure than Pharo 5. The PharoV60.source

Re: [Pharo-users] Pharo command line, stdout and integrating with other tools?

2017-07-01 Thread Andreas Sunardi
If I'm not mistaken, this is Pharo's eval command line handler you're talking about. If so, it is not correct to say 'it also return the result of that method or yourself'. To return the result (and print it to stdout) of that method is the goal of eval command line handler. How about making your

Re: [Pharo-users] Pharo6 bootstrap how to

2017-07-01 Thread Andreas Sunardi
I'm also interested in this topic. I've built some small tools but a bit troubled with the installation size. I'd like to reduce it, but still be able to go in and debug when there's problem and to restore a set of packages/classes to add back a removed feature if I later found I need it. I recent

Re: [Pharo-users] How to deploy headless app without changes and source files?

2017-06-06 Thread Andreas Sunardi
7;ll check those links and perhaps see if I can be helpful there, but I right now have delivery to make. And I can't wait to try Pharo 6 too. -- Andreas On Tue, Jun 6, 2017 at 6:37 PM, Ben Coman wrote: > > > On Wed, Jun 7, 2017 at 3:23 AM, Andreas Sunardi > wrote: > &g

Re: [Pharo-users] How to deploy headless app without changes and source files?

2017-06-06 Thread Andreas Sunardi
gt; - having sources and changes in a specific location > - having no source and no changes (even if it means lose your code). > - ... > > Stef > > On Tue, Jun 6, 2017 at 8:14 PM, Andreas Sunardi > wrote: > > Sorry to bring this up again. But it turns out that I h

Re: [Pharo-users] How to deploy headless app without changes and source files?

2017-06-06 Thread Andreas Sunardi
ot able to write to changes file. I guess I'm back to the problem how to deploy a tool without changes file. I have multiple users that will be running this tool, which is installed in a centralized site, so I can't have changes file bundled with the tool. On Mon, Jun 5, 2017 at 5:47

Re: [Pharo-users] How to deploy headless app without changes and source files?

2017-06-05 Thread Andreas Sunardi
is warning that pharo cannot locate the sources file. Including the sources file in the deployed tool is fine with me. So, I think that's my solution. Thanks! On Mon, Jun 5, 2017 at 5:07 PM, Andreas Sunardi wrote: > I found this StackOverflow question: > https://stackoverflow.com/que

[Pharo-users] How to deploy headless app without changes and source files?

2017-06-05 Thread Andreas Sunardi
0 and neither of these options is available anymore. What is the new way to do this? -- Andreas Sunardi

Re: [Pharo-users] Saving selected changes in Monticello

2017-06-05 Thread Andreas Sunardi
a écrit : > > > > > > > > > > > >> On Mon, Jun 5, 2017 at 10:12 AM, Andreas Sunardi > wrote: > > >> I have a half done changes in my image, but I need to distribute the > other changes that are done. I thought I was going to do this all at

[Pharo-users] Saving selected changes in Monticello

2017-06-04 Thread Andreas Sunardi
x27;t seem to find it nor in books. How do people deal with this situation? -- Andreas Sunardi

Re: [Pharo-users] Rectangle and Polygon classes' bugs?

2017-05-19 Thread Andreas Sunardi
I'm building something for layout geometry and these would be the wrong classes to use then. Question #2 would be a moot point. Thanks for the answer. You've saved me from going to the wrong path. -- Andreas Sunardi On Fri, May 19, 2017 at 9:53 AM, Ben Coman wrote: > >

[Pharo-users] Rectangle and Polygon classes' bugs?

2017-05-19 Thread Andreas Sunardi
r if I just misunderstood how these are supposed to be used. Can anybody help me understand if this is intentional or a bug? PS: I looked at RectangleTest and I'm not sure I understand why they are testing what they are testing. -- Andreas Sunardi

[Pharo-users] Is there a bind key to go to next argument?

2017-05-15 Thread Andreas Sunardi
Is there a bind key to jump to the next argument slot? After using TAB for method completion, I wonder if there's a key/command to jump to the next argument slot. I checked the keymap browser and either it isn't there or I missed it. The closest I've done so far is Meta + Right, but this needs to

Re: [Pharo-users] PetitParser installation fails in Pharo 5.0

2017-05-14 Thread Andreas Sunardi
It isn't glibc issue. Perhaps my wording makes it unclear. When I said 'linux' or 'linux with old glibc', I was referring to the image versions that come with those download options. I wasn't referring to glibc itself. -- Andreas Sunardi On Sun, May 14, 2017 at 3:

Re: [Pharo-users] PetitParser installation fails in Pharo 5.0

2017-05-14 Thread Andreas Sunardi
Hi Ben, It's the linux download page from Pharo website http://pharo.org/gnu-linux-installation -- Andreas On Sun, May 14, 2017 at 5:20 AM, Ben Coman wrote: > On Sun, May 14, 2017 at 8:03 AM, Andreas Sunardi > wrote: > > Hi Stephane, > > > > I shall read

Re: [Pharo-users] PetitParser installation fails in Pharo 5.0

2017-05-13 Thread Andreas Sunardi
e from linux version. Thanks again. If you hadn't replied about Metacello, I'd have never taken another look and found this. -- Andreas Sunardi On Sat, May 13, 2017 at 12:45 AM, Stephane Ducasse wrote: > You should read the beginning of the chapter on metacello. > Metacello is a

Re: [Pharo-users] PetitParser installation fails in Pharo 5.0

2017-05-12 Thread Andreas Sunardi
but maybe my version is outdated. Thanks again, Stephane. -- Andreas Sunardi On Fri, May 12, 2017 at 12:48 PM, Stephane Ducasse wrote: > Sorry I meant the catalogBrowser. > Using the catalogBrowser on a given version of Pharo you should access the > configuration for this version (i

[Pharo-users] PetitParser installation fails in Pharo 5.0

2017-05-12 Thread Andreas Sunardi
ge version that works with my image/pharo version? Or is this an issue with PetitParser package itself and should I ask/report this to Moose team? -- Andreas Sunardi

Re: [Pharo-users] Pharo5 download for linux - interpreter cannot read image file

2016-10-13 Thread Andreas Sunardi
no > wrote: > >> I made a new version of http://files.pharo.org/platfor >> m/Pharo5.0-linux-oldLibC.zip, based on Yan's VM... They should work >> fine. >> >> Now... I need a CentOS compatible VM :P >> >> Esteban >> >> On 10 Oct 20

Re: [Pharo-users] Pharo5 download for linux - interpreter cannot read image file

2016-10-11 Thread Andreas Sunardi
ed on Yan's VM... They should work fine. > > Now... I need a CentOS compatible VM :P > > Esteban > > On 10 Oct 2016, at 08:29, Esteban Lorenzano wrote: > > > On 10 Oct 2016, at 05:47, Andreas Sunardi wrote: > > Hello Stef, > > IMHO, since the 'GNU/L

Re: [Pharo-users] Pharo5 download for linux - interpreter cannot read image file

2016-10-09 Thread Andreas Sunardi
wrote: > Hi > > I would like a list of > > - links > > - actions (unix commands) > > so that we can add it to the web site so that other people using the same > version than you > > can install and run pharo simply. > > > Stef > > > Le 7/10/

Re: [Pharo-users] Pharo5 download for linux - interpreter cannot read image file

2016-10-07 Thread Andreas Sunardi
e you referring to my digging through the error? On Thu, Oct 6, 2016 at 11:08 PM, stepharo wrote: > Hi andreas > > could you write a little how to so that we can put it on the web site? > > Stef > > Le 7/10/16 à 06:20, Andreas Sunardi a écrit : > > Thanks, Bernardo.

Re: [Pharo-users] Pharo5 download for linux - interpreter cannot read image file

2016-10-07 Thread Andreas Sunardi
ind it here http://files.pharo.org/sources/) and put it in > the same folder as your VM. It should solve the problem. > > Best, > > Clement > > > On Fri, Oct 7, 2016 at 6:20 AM, Andreas Sunardi > wrote: > >> Thanks, Bernardo. That fogbugz case is exactly the pr

Re: [Pharo-users] Pharo5 download for linux - interpreter cannot read image file

2016-10-06 Thread Andreas Sunardi
ing/ > > https://swing.fit.cvut.cz/jenkins/view/All/job/pharo-vm-spur-swing/ > lastSuccessfulBuild/artifact/pharo-vm-spur-swing.zip > > that i have used in debian wheezy with the old libc for quite a while. i > don't use it anymore because im in jessie. > > > > On Thu

Re: [Pharo-users] Pharo5 download for linux - interpreter cannot read image file

2016-10-06 Thread Andreas Sunardi
ease tell me which one worked if you >> try. >> >> Thanks & Regards >> >> Clement >> >> On Thu, Oct 6, 2016 at 8:44 PM, Bernardo Ezequiel Contreras < >> vonbecm...@gmail.com> wrote: >> >>> i already submitted a similar issue >&g

[Pharo-users] Pharo5 download for linux - interpreter cannot read image file

2016-10-06 Thread Andreas Sunardi
I'm on CentOS 6.5 and I downloaded Pharo 5 for GNU/Linux w. libc < 2.15 and for CentOS. Both won't start (I have no problem with Windows version): $ pharo This interpreter (vers. 6505) cannot read image file (vers. 6521). Press CR to quit... I'm unable to find report or information about this iss