On 10 Nov 2010, at 10:14, Benjamin wrote:
> The last version is in !.2, and I'm still working on killing MethodReference
> references (I've done a ChangeSorter, I'm still playing with it, expecting
> for explosions ^^ If you want to play with it too, just say it to me)
Ok Ben, consider this a
On 11.11.2010 00:39, Levente Uzonyi wrote:
> On Thu, 11 Nov 2010, Levente Uzonyi wrote:
>
>> On Tue, 9 Nov 2010, Philippe Marschall wrote:
>>
>>> On 09.11.2010 07:58, Schwab,Wilhelm K wrote:
What does your patch do?
>>>
>>> It replaces the #& with and #and: swaps receiver and argument to
>>>
On Wed, Nov 10, 2010 at 3:09 PM, Daniel Klein wrote:
> I just discoverd the 'noTimeout' message in the 'configuration' protocol,
> so that solves my persistence problem.
>
> But the question remains: When this process is running, it blocks until it
> completes. How can I fire it up so that I can
2010/11/10 Stéphane Ducasse
>
> On Nov 9, 2010, at 10:57 PM, Igor Stasenko wrote:
>
> > I think identity is better. It forcing more strict rules: no more than
> > one method reference
> > in system necessary for representing same method.
>
> I'm not sure I understand exactly what you mean.
> In t
On Thu, Nov 11, 2010 at 12:34:44AM +0100, Levente Uzonyi wrote:
> On Wed, 10 Nov 2010, Stefan Marr wrote:
>
> >Hi all:
> >
> >From your experience, what are the important VM plugins to gain a snappy
> >and responsive Pharo image.
> >
> >Stef mentioned the Font plugin, but will this improve the us
As I wrote, this is not an OB issue. Propose a change to Morphic.
Lukas
On 10 November 2010 22:39, Schwab,Wilhelm K wrote:
> Lukas,
>
> That explains it, but the very fact that I ran across this suggests that
> there is a reason to compile code as-is, so perhaps the check should be
> removed.
On 11 November 2010 02:01, HwaJong Oh wrote:
>
> I have a hibbit of saving new version of images when i feed unsecure about
> something. So i end up a lot of disk space taken by them. I felt it is time
> for me to clean up the redundance in my disk. I wanted to have a sense of
> family tree of the
Lukas,
That explains it, but the very fact that I ran across this suggests that there
is a reason to compile code as-is, so perhaps the check should be removed.
Bill
From: pharo-project-boun...@lists.gforge.inria.fr
[pharo-project-boun...@lists.gforge
Hi Ken,
On Wed, Nov 10, 2010 at 10:20 AM, Ken Treis wrote:
> What's the status of Alien in the new Cog VM? I was able to load Alien into
> Pharo 1.1.1 running Cog, and some simple callouts worked (e.g. `CRLibrary
> libraryVersionString` in CairoGraphics. But every callout with arguments
> failed
I have a hibbit of saving new version of images when i feed unsecure about
something. So i end up a lot of disk space taken by them. I felt it is time
for me to clean up the redundance in my disk. I wanted to have a sense of
family tree of the images.
l := (FileStream fileNamed:'Squeak4.0-basic-p
On Thu, 11 Nov 2010, Levente Uzonyi wrote:
On Tue, 9 Nov 2010, Philippe Marschall wrote:
On 09.11.2010 07:58, Schwab,Wilhelm K wrote:
What does your patch do?
It replaces the #& with and #and: swaps receiver and argument to
preserve the same semantics. That saves a primitive call if the dat
On Wed, 10 Nov 2010, Stefan Marr wrote:
Hi all:
From your experience, what are the important VM plugins to gain a snappy and
responsive Pharo image.
Stef mentioned the Font plugin, but will this improve the user experience or is
it just nice to have to support different kinds of fonts?
The
Hi Philippe:
On 10 Nov 2010, at 22:00, Philippe Marschall wrote:
> On 10.11.2010 14:36, Stefan Marr wrote:
>> Hi all:
>>
>> From your experience, what are the important VM plugins to gain a snappy and
>> responsive Pharo image.
>>
>> Stef mentioned the Font plugin, but will this improve the us
On Tue, 9 Nov 2010, Philippe Marschall wrote:
On 09.11.2010 07:58, Schwab,Wilhelm K wrote:
What does your patch do?
It replaces the #& with and #and: swaps receiver and argument to
preserve the same semantics. That saves a primitive call if the data is
already sent. It's basically the same as
Ok
Hil
Le 10/11/2010 23:03, Dale Henrichs a écrit :
> Hilaire,
>
> It means that I need to push another version out that doesn't use
> sortBy: ...:)
>
> Dale
Hilaire,
It means that I need to push another version out that doesn't use
sortBy: ...:)
Dale
On 11/10/2010 01:58 PM, Hilaire Fernandes wrote:
When using the ConfigurationOfDrGeo to load DrGeo code and dependencies
in latest 1.2 pharo core image, I get a Metacello first load, then
I got a de
When using the ConfigurationOfDrGeo to load DrGeo code and dependencies
in latest 1.2 pharo core image, I get a Metacello first load, then
I got a deprecated message error on the message sortBy:
MetacelloMCProject>>versions
^self map values asArray sortBy: [:a :b | a <= b ]
Does it mean t
>>
>>
>>> Why do you want to remove MethodReference?
>>
>> The work was initiated from Benjamin's work on a new browser for 'recent
>> changes', which basically needs to manipulate source references.
>>
>> MethodReference is being used to this end in various parts of the system but
>> it repr
On 10.11.2010 14:36, Stefan Marr wrote:
> Hi all:
>
> From your experience, what are the important VM plugins to gain a snappy and
> responsive Pharo image.
>
> Stef mentioned the Font plugin, but will this improve the user experience or
> is it just nice to have to support different kinds of f
On 10 November 2010 15:04, Johan Brichau wrote:
>
> On 10 Nov 2010, at 12:14, Eliot Miranda wrote:
>
>> Why do you want to remove MethodReference?
>
> The work was initiated from Benjamin's work on a new browser for 'recent
> changes', which basically needs to manipulate source references.
>
> Me
> (1) select #plotFrom:to:using:keepGoing:plots: and accept the code; no errors
> are reported; fair enough (or is it?).
The editor does not trigger the accept event if the text is not dirty.
Lukas
--
Lukas Renggli
www.lukas-renggli.ch
I am using a 1.1.1 image with
SystemBrowser defaultOpenBrowser OBSystemBrowserAdaptor
I am debugging some code that I have not used for a while, so a few growing
pains would not be a surprise.
What DOES surprise me is the following:
(1) select #plotFrom:to:using:keepGoing:plots: and accept
What's the status of Alien in the new Cog VM? I was able to load Alien into
Pharo 1.1.1 running Cog, and some simple callouts worked (e.g. `CRLibrary
libraryVersionString` in CairoGraphics. But every callout with arguments failed
in primFFICallResult:.
Alien works perfectly for me in Pharo 1.1
El mié, 10-11-2010 a las 17:00 +0100, Giuseppe Luigi Punzi escribió:
> Hi all,
>
> I get a warning about dependencies of Flaptab installing Magma with:
>
> Gofer new
>
> squeaksource: 'MetacelloRepository';
> package: 'ConfigurationOfMagma';
> load.
> (Smalltalk at:#ConfigurationOfMagma)
> proj
On Wed, Nov 10, 2010 at 7:59 AM, Stéphane Ducasse wrote:
> no idea ask the organizer
>
> On Nov 10, 2010, at 11:08 AM, Torsten Bergmann wrote:
>
> > Will "Smalltalks 2010" in Argentina be recorded to provide
> > the sessions on the web later or streamed to the web similar
> > to ESUG?
> >
> > Thx
On Tue, Nov 9, 2010 at 7:22 PM, Benjamin <
benjamin.vanryseghem.ph...@gmail.com> wrote:
>
> On Nov 9, 2010, at 10:48 PM, Luc Fabresse wrote:
>
> Hi all,
>>
>> When SourcedMethodReference have been introduced, some tests in
>> SystemNavigationTest turned yellow.
>> The tests are currently expectin
Hi all:
From your experience, what are the important VM plugins to gain a snappy and
responsive Pharo image.
Stef mentioned the Font plugin, but will this improve the user experience or is
it just nice to have to support different kinds of fonts?
The reason for my question is the 'performance
no idea ask the organizer
On Nov 10, 2010, at 11:08 AM, Torsten Bergmann wrote:
> Will "Smalltalks 2010" in Argentina be recorded to provide
> the sessions on the web later or streamed to the web similar
> to ESUG?
>
> Thx
> T.
> --
> GRATIS! Movie-FLAT mit über 300 Videos.
> Jetzt freischalte
Will "Smalltalks 2010" in Argentina be recorded to provide
the sessions on the web later or streamed to the web similar
to ESUG?
Thx
T.
--
GRATIS! Movie-FLAT mit über 300 Videos.
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome
grazie mille ragazzo!
On Wed, Nov 10, 2010 at 11:14 AM, Fabrizio Perin
wrote:
>
>
On Nov 9, 2010, at 10:57 PM, Igor Stasenko wrote:
> I think identity is better. It forcing more strict rules: no more than
> one method reference
> in system necessary for representing same method.
I'm not sure I understand exactly what you mean.
In the recent message or in the versions, you get
Hi, i set up the repo here http://www.squeaksource.com/ExternalIconFamily
"This framework allows importing and managing any external icon
family. Once imported , the icon family is reified into the image,
As an example it comes with the Oxygen icon family imported, to load
others see the example n
On 10 Nov 2010, at 12:14, Eliot Miranda wrote:
> Why do you want to remove MethodReference?
The work was initiated from Benjamin's work on a new browser for 'recent
changes', which basically needs to manipulate source references.
MethodReference is being used to this end in various parts of th
Hi Fernando,
Fernando Olivero wrote:
Hi, i set up the repo here http://www.squeaksource.com/ExternalIconFamily
"This framework allows importing and managing any external icon
family. Once imported , the icon family is reified into the image,
As an example it comes with the Oxygen icon family im
tx!
On Nov 9, 2010, at 10:07 PM, Luc Fabresse wrote:
> Fix in pharo task forces Tests-LucFabresse.242
>
> #Luc
Hi Fernando,
Fernando Olivero wrote:
I just ran the examples, and just can say...NICE!!
m := LayoutMorph example3
m width: 400.
m width: 600.
row := m submorphs anyOne.
row submorphs last delete.
row delete.
m delete.
I've just added these lines to the example. You can find the minor
changes i
> Why do you want to remove MethodReference?
To be able to have MethodReferenceWithSource which will be renamed
MethodReference and in the same time
not put the system on its knees. ;)
Right now MethodReference and friend sucks even if I already fixed a lot of
Feature Envy.
I do not like the
On Nov 10, 2010, at 8:43 AM, Johan Brichau wrote:
There is still a lot to be done, so I did not know the changes were
already integrated ;-)
But the subclassing construction is temporary to allow code to
migrate to the new sourcereference framework.
Benjamin: is the latest version in 1.2 o
On 11/10/10, Fernando Olivero wrote:
> I just ran the examples, and just can say...NICE!!
>
> m := LayoutMorph example3
> m width: 400.
> m width: 600.
> row := m submorphs anyOne.
> row submorphs last delete.
> row delete.
> m delete.
>
> Still i think that LayoutMorph does not necessarily
tx!
I asked again inria to get a date for the web dav server.
I hope to have an answer soon.
On Nov 10, 2010, at 11:15 AM, Fabrizio Perin wrote:
>
I just ran the examples, and just can say...NICE!!
m := LayoutMorph example3
m width: 400.
m width: 600.
row := m submorphs anyOne.
row submorphs last delete.
row delete.
m delete.
I've just added these lines to the example. You can find the minor
changes in the attached changeset.
AH! i've misr
43 matches
Mail list logo