Saw this in the Squeak mailing list , but since it concerns Pharo too
because World.st is the only thing close to a Pharo forum I decided to post
it here too
-- Forwarded message --
From: Geert Claes
Date: 12 September 2015 at 17:40
Subject: Search for world.st admin ...
Hello Sm
Hi,
I just noticed that in the most recent version of Pillar, the instvar #embedded
was removed from PRReference
This breaks Pier… though right before this change I could make Pier3 work with
Pillar just fine.
The embedded var is used to specify that component references are to be
embedded in
Le 13/09/2015 08:56, Marcus Denker a écrit :
On 12 Sep 2015, at 19:23, Peter Uhnák mailto:i.uh...@gmail.com>> wrote:
| rewriter |
rewriter := RBParseTreeRewriter new
replace: ' `#aLiteral `{:node | node value isCharacter}'
with: '`#aLiteral aMessage'; yourself.
rewr
2015-09-12 3:44 GMT-03:00 Sven Van Caekenberghe :
>
> > On 12 Sep 2015, at 01:43, Hernán Morales Durand <
> hernan.mora...@gmail.com> wrote:
> >
> > Hi,
> >
> > We are starting a project here which involves executing scripts in a
> (remote) CentOS HPC environment I have built. The stack is going t
Le 13/09/2015 10:28, Johan Brichau a écrit :
> Hi,
>
> I just noticed that in the most recent version of Pillar, the instvar
> #embedded was removed from PRReference
> This breaks Pier… though right before this change I could make Pier3 work
> with Pillar just fine.
>
> The embedded var is used
>
> Cool. Intriguing.
>
> I'm sure I can use it to:
> - patch problematic code on the fly without registering an override
> - change the semantics of some smalltalk statement (so that a := becomes self
> a: or anything else)
>
Yes, it is for “evil” experiments that can not be done else (short
Hi Johan,
Ferlicot Delbecque Cyril writes:
> Le 13/09/2015 10:28, Johan Brichau a écrit :
>> I just noticed that in the most recent version of Pillar, the instvar
>> #embedded was removed from PRReference This breaks Pier… though right
>> before this change I could make Pier3 work with Pillar j
Hi,
I'm living more and more inside Pharo, and as an experiment I would like
to use plan board to plan an event. For that my idea is to build the
event in plan board and export it in several formats:
- Json exportation to import the plan info in our website (powered by
web2py: http://web2py.
On 13-09-15 22:59, Offray Vladimir Luna Cárdenas wrote:
- Json exportation to import the plan info in our website (powered by web2py:
http://web2py.com ), so this is the most important part
- SVG (I think this is supported right now).
The SVG output is not in the PlanBoard example but should be