On Fri, Jan 15, 2010 at 8:46 AM, Damien Cassou wrote:
> 2010/1/14 Mariano Martinez Peck :
> > What do you think ?
>
> I don't remember about Algernon, but WorkingSet has overrides. We
> decided not to accept packages with overrides anymore in Pharo:
> http://code.google.com/p/pharo/wiki/Packages.
2010/1/14 Mariano Martinez Peck :
> What do you think ?
I don't remember about Algernon, but WorkingSet has overrides. We
decided not to accept packages with overrides anymore in Pharo:
http://code.google.com/p/pharo/wiki/Packages.
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Lambdas
Thanks Gary,
Resending #resetDefaultSettings still does not work, but it looks like
the problem appears only in one of my images where I created this
code. I loaded the code in another image and it works just as expected.
It could be that the problem is that I executed MyTheme in an
interme
You could try sending #resetDefaultSettings to your new theme class,
maybe something odd happened.
The defaults are stored in a class instance variable so each theme can
retain a, potentially user customised, set of settings that will survive
selection between alternate themes.
Had a go doing a s
My first attempt to fix it was also flawed. Thanks to Stephan for
pointing it out. (You can read our discussion here:
http://code.google.com/p/pharo/issues/detail?id=1813)
I hope this time its fixing it! :)
--
Best regards,
Igor Stasenko AKA sig.
socketstream-fix2.1.cs
Description: Binary da
Igor Stasenko wrote:
> It appears that im wrong. sorry for disturbing :)
...but thanks for digging in the SocketStream code! It was quite a while
since I wrote it :)
While we are at it we should improve the primitive for searching in
String/ByteArrays to include at stopAt: argument. This would
It appears that im wrong. sorry for disturbing :)
2010/1/15 Igor Stasenko :
> Hello guys,
>
> today, by examining closely the #atEnd implementation , i came to
> conclision that is can be made as simple as:
>
> atEnd
> ^ self isDataAvailable not
>
>
> Because, take a close look at old implementat
Hello guys,
today, by examining closely the #atEnd implementation , i came to
conclision that is can be made as simple as:
atEnd
^ self isDataAvailable not
Because, take a close look at old implementation:
atEnd
self isInBufferEmpty ifFalse: [^false]. ***---
^self isConn
11159
-
- Issue 1743: move temps into inner scope
so long that we will have to provide an image ...
Stef
___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I think both are really great tools and if people don't use them is mostly
because they don't know that even they exist or how they work.
What do you think about loading both tools in PharoDev? they are little
tools and easy to install.
Maybe we can give them a try during "one" PharoDev and if th
11158
-
- Issue 478:[Pending Etoy Cleaning] Object>>defaultNameStemForInstances
- Issue 479:[Etoy Pending Cleaning] Object>> externalName
- Issue 491:[Pending Etoy Cleaning] Morph>>defaultFloatPrecisionFor
- Issue 490:[Pending Etoy Cleaning] Morph >> decimalPlacesForGetter:
Th
Cleopatra was a really amazing queen.
Now to comment on your point:
- it is amazing that when I was teaching Scheme women were better than
men in average and still they
would not continue in CS.
- when I went in India for lectures this was more 50-50 probably
because
Hi,
I did not override this method: MyTheme class>>newDefaultSettings
But, adding the code you mention does not seem to have an effect.
Still confused :).
Cheers,
Doru
On 14 Jan 2010, at 17:44, Stan Shepherd wrote:
>
>
> Tudor Girba wrote:
>>
>> Hi,
>>
>> I am trying to tweak a bit the way t
On 14 jan 2010, at 21.33, Igor Stasenko wrote:
> 2010/1/14 Eliot Miranda :
>>
>>
>> On Thu, Jan 14, 2010 at 12:04 PM, Martin McClure > >
>> wrote:
>>>
>>> Peter Hugosson-Miller wrote:
PS. I still consider Pharo and Squeak to be highly intertwined
communities so input from P
2010/1/14 Eliot Miranda :
>
>
> On Thu, Jan 14, 2010 at 12:04 PM, Martin McClure
> wrote:
>>
>> Peter Hugosson-Miller wrote:
>> >
>> > PS. I still consider Pharo and Squeak to be highly intertwined
>> > communities so input from Pharons/Pharaos/Pharooosies/p... ah, what
>> > are
>> > y
On Thu, Jan 14, 2010 at 12:04 PM, Martin McClure wrote:
> Peter Hugosson-Miller wrote:
> >
> > PS. I still consider Pharo and Squeak to be highly intertwined
> > communities so input from Pharons/Pharaos/Pharooosies/p... ah, what
> are
> > you guys called? :) ...is also welcome.
> >
>
Peter Hugosson-Miller wrote:
>
> PS. I still consider Pharo and Squeak to be highly intertwined
> communities so input from Pharons/Pharaos/Pharooosies/p... ah, what are
> you guys called? :) ...is also welcome.
>
>
> Hmmm... Pharies maybe ;-)
Pharaohs!
...now if we were still usin
> it would be reay cool to have this in the squeak-vm what should be
> done to get it?
>
> I'll upload the Newspeak VMMaker package to a suitable repository. I could
> also try and do an extract and merge.
> Alternatively someone who is interested could do the same starting from the
>
my mistake.
I'm so used to english everywhere that I did not even payed attention that this
page
was created first in french. Now this is fixed :) Yes there was a button :)
Stef
On Jan 14, 2010, at 7:24 PM, Igor Stasenko wrote:
> 2010/1/14 Stéphane Ducasse :
>> Hi guys
>>
>> We know that some
On Thu, Jan 14, 2010 at 12:45 AM, Stéphane Ducasse <
stephane.duca...@inria.fr> wrote:
> Elliot
>
> it would be reay cool to have this in the squeak-vm what should be
> done to get it?
>
I'll upload the Newspeak VMMaker package to a suitable repository. I could
also try and do an extract
Then remember to handle invalid input gracefully too :)
Cheers
Den 14. jan. 2010 kl. 19.40 skrev John Toohey :
:-) forgot an #asNumber in one of my forms.
On Thu, Jan 14, 2010 at 13:35, Henrik Johansen > wrote:
Don't divide a number by a ByteArray?;)
Cheers,
Henry
Den 14. jan. 2010 kl. 19.2
:-) forgot an #asNumber in one of my forms.
On Thu, Jan 14, 2010 at 13:35, Henrik Johansen wrote:
> Don't divide a number by a ByteArray?;)
>
> Cheers,
> Henry
>
> Den 14. jan. 2010 kl. 19.25 skrev John Toohey :
>
> > Hi,
> >
> > Running some tests of my own app, I just got a deprecated warning
Don't divide a number by a ByteArray?;)
Cheers,
Henry
Den 14. jan. 2010 kl. 19.25 skrev John Toohey :
> Hi,
>
> Running some tests of my own app, I just got a deprecated warning
> popup in the debugger. The method is #isZero in ByteString, and
> isZero is called from SmallInteger #/. I'm usi
Never divide by a string
2010/1/14 John Toohey :
> Hi,
> Running some tests of my own app, I just got a deprecated warning popup in
> the debugger. The method is #isZero in ByteString, and isZero is called from
> SmallInteger #/. I'm using the 10506 Core image. What can I do to fix this?
>
> --
>
Hi,
Running some tests of my own app, I just got a deprecated warning popup in
the debugger. The method is #isZero in ByteString, and isZero is called from
SmallInteger #/. I'm using the 10506 Core image. What can I do to fix this?
--
-JT
___
Pharo-pro
Tudor Girba wrote:
>
> Hi,
>
> I am trying to tweak a bit the way the splitters are drawn in the
> watery2 theme. So, I created a subclass of UIThemeWatery2 uitheme, and
> I just overrode resizer* and splitter* methods.
>
> However, when I make MyTheme beCurrent, the windows get painted in
2010/1/14 Stéphane Ducasse :
> Hi guys
>
> We know that some of you cannot handle the volume of our mailing-list.
> We created a new mailing-list users
>
> Pharo-users -- A friendly place where any question about pharo is
> welcome
> http://lists.gforge.inria.fr/cgi-bin/mailman/listi
Hi guys
We know that some of you cannot handle the volume of our mailing-list.
We created a new mailing-list users
Pharo-users -- A friendly place where any question about pharo is
welcome
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
we sho
On Thu, Jan 14, 2010 at 9:53 AM, Torsten Bergmann wrote:
> >Two little remarks of the conf: you are using for FFI '1.0-baseline', not
> a
> >version, this means that it will ALWAYS bring the latest version (maybe
> >unstable). That's why I always try to put a particular version that I know
> >is
Hi,
the JQuery Widget box project now switched to Metacello:
- there is now a "ConfigurationOfJQueryWidgetBox" project/class
in htp://squeaksource.com/MetacelloRepository
- this configuration includes a baseline and a first version 1.0
- the old "loader" project (JQWidgetBox-Loader) - in
On Thu, Jan 7, 2010 at 4:02 PM, Stéphane Ducasse
wrote:
> Hi
>
> marcus jannik and me got fun and fixed some cycles.
>
> Here are some extra notes I took
>
>- PreferenceBrowserMorph and friends should be removed.
>- MethodReference could be closer to CompiledMethod (to avoid cycle
> On a sidenote, it seems that installing WrokingSet deactivates the shortcut
> to Algernon (shift-return). Can someone confirm?
>
>
>
Yes, I can :(
I really like algernon and I would like to use both at the same time. Do you
know if this can be fixed Romain ?
Cheers
Mariano
> >
> > What I w
11157
-
Issue 1491: ImageSegment has special code for Player
Issue 1816: New tests for ImageSegment
Mariano and Marcus
--
Marcus Denker -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.
___
Pharo-project mailing list
P
On Jan 14, 2010, at 7:34 AM, Simon Denier wrote:
>
> On 14 janv. 2010, at 00:33, Romain Robbes wrote:
>
> Future work: integration in the browser :)
>
How do you envision that? I tried to not be too browser-specific, as these
things are moving targets.
>>>
Hi,
I am trying to tweak a bit the way the splitters are drawn in the
watery2 theme. So, I created a subclass of UIThemeWatery2 uitheme, and
I just overrode resizer* and splitter* methods.
However, when I make MyTheme beCurrent, the windows get painted in
Squeakish colors (blue, green) inst
Thanks Gary,
Sounds like someone needs to get his hands dirty :).
I will wait for now, but if nobody picks this up, I might give it a
try :).
Cheers,
Doru
On 13 Jan 2010, at 15:38, Gary Chambers wrote:
> The tabs (labels) can accept any morph so you could roll your own,
> say, a
> row with
On 14 janv. 2010, at 00:33, Romain Robbes wrote:
>>>
>>>
Future work: integration in the browser :)
>>>
>>> How do you envision that? I tried to not be too browser-specific, as these
>>> things are moving targets.
>>
>> I would not integrate that in browser because it makes the st
Göran Krampe wrote:
> Hi all!
>
> I presume this bug is also in Pharo so I CCed.
Sorry, never mind, Igor already cross posted...
regards, Göran
___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/ma
> PS. I still consider Pharo and Squeak to be highly intertwined
> communities so input from Pharons/Pharaos/Pharooosies/p... ah, what are
> you guys called? :) ...is also welcome.
>
Hmmm... Pharies maybe ;-)
___
Pharo-project mailing list
Pharo-project@
Hi all!
I presume this bug is also in Pharo so I CCed.
Andreas Raab wrote:
> Igor Stasenko wrote:
>> The fix is:
>>
>> ---^inBuffer at: lastRead
>> +++^inBuffer at: lastRead+1
>>
>>
>> but i'm not sure if something else won't break because of it ;)
>
> Extremely unlikely. It's pretty cle
Hi all!
This is a post to the Squeak election-list, but I am CCing to squeak-dev
AND pharo (just to keep you guys in the loop).
NOTE: If you reply to this post, no need to harass the pharo list with
the actual thread, let's keep that on squeak-dev/election-list.
Ken Causey wrote (on the electi
Thanks Mariano!
I was hoping you gave me feedback on Metacelllo usage!
I really think it would usefull to have this info, available in the Metacello
tutorial or the web page.
To provide examples of usage.
Fernando
On Jan 13, 2010, at 6:46 PM, Mariano Martinez Peck wrote:
>
>
> On Wed, Jan
Alain, thanks for pointing this out.
I've tried with the latest dev images, and it works there.
In the core images it doesn't. as you found out.
Anybody have a clue why?
I dont have time to track down why at the moment, but will do in the future.
Fernando
On Jan 14, 2010, at 9:19 AM, A
Hi Dave,
Thank you for your feedback :),
Now, in the PharoCore64, some tests crash or loops.
I will see that :)
Cheers,
Jannik
On Jan 12, 2010, at 13:29 , David T. Lewis wrote:
>
> On Tue, Jan 12, 2010 at 08:31:11AM +0100, Laval Jannik wrote:
>>
>> On Jan 12, 2010, at 04:55 , David T. Lewis
>Two little remarks of the conf: you are using for FFI '1.0-baseline', not a
>version, this means that it will ALWAYS bring the latest version (maybe
>unstable). That's why I always try to put a particular version that I know
>is stable.
Thought about that again and looked at other examples.
No
Elliot
it would be reay cool to have this in the squeak-vm what should be done
to get it?
Stef
On Jan 13, 2010, at 7:41 PM, Eliot Miranda wrote:
> A *much* better way to implement this is to support immutability in the VM (I
> know, I know, but all the code is available in the Newspeak
46 matches
Mail list logo