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
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
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
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
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
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
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
>&
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
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
> 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
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
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
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
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
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
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
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
0 and neither of these options is available anymore. What
is the new way to do this?
--
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
x27;t seem to find it nor in books. How do people deal with this
situation?
--
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:
>
>
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
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
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:
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
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
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
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
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
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
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/
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.
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
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
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
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
36 matches
Mail list logo