"p...@highoctane.be" writes:
> Bah, we have MetaLinks now, what's so scary about MethodWrappers?
I know what Thibault is trying to achieve, and there is no reason to use
anything like that :-). I can't say more because I want him to find by
himself the simplest solution (and it does not involve
Le 6/4/16 15:08, mathias arnaud nkeumo tsombeng a écrit :
Dear sir,
Welcome Mathais arnaud
Am student in master 2 in computer science department in the
university of yaoundé 1 and for my master thesis, i have to build an
anomaly detection algorithm for a network intrusion detection in
pharo
I did a new pass on the Pomodoro timer for Pharo 5:
- settings with custom start value and custom colors
- better resizing behavior of the morph
- pause/continue - start/restart possibility
- default colors aligned with Pharo scheme
- pause state in Pomodoro instead of Morph
- separate core and te
On Wed, Apr 6, 2016 at 9:59 PM, Thibault ARLOING
wrote:
> i just wanted to know, in a method, if i already pass through the previous
> method.
When a method is called very often and putting a halt is not useful, I
sometimes find it useful to do...
Transcript crShow: thisContext sender printStr
On Wed, Apr 6, 2016 at 9:08 PM, mathias arnaud nkeumo tsombeng
wrote:
> Dear sir,
>
> Am student in master 2 in computer science department in the
> university of yaoundé 1 and for my master thesis, i have to build an
> anomaly detection algorithm for a network intrusion detection in
> pharo.i hav
Bah, we have MetaLinks now, what's so scary about MethodWrappers?
On Wed, Apr 6, 2016 at 4:08 PM, Damien Cassou
wrote:
> Thibault ARLOING writes:
>
> > I finally found want i search, so the flags were not useful !
> >
> > i just wanted to know, in a method, if i already pass through the
> previ
Arnaud wrote:
>How can an application develop in pharo be deployed(web application
>and stand alone application)?
Highly depends on what kind of application you develop (installable rich client
or web application
for deployment on a user machine or a hosted system using a cloud provider)
Some po
Thibault ARLOING writes:
> I finally found want i search, so the flags were not useful !
>
> i just wanted to know, in a method, if i already pass through the previous
> method.
>
> I just have to transport an additional information.
I was starting to be afraid when Phil proposed MethodWrappers
I finally found want i search, so the flags were not useful !
i just wanted to know, in a method, if i already pass through the previous
method.
I just have to transport an additional information.
thank you for your answer, they help me in finding the solution :)
Thibault
_
On Wed, Apr 6, 2016 at 2:47 PM, Blondeau Vincent <
vincent.blond...@worldline.com> wrote:
> No, it is just a marker for the method.
>
>
>
> If you want to do what you asked, put a halt (self halt), or, a trace
> (self crLog: ‘amessage’) and open the Transcript.
>
You may want to investigate Metho
On Wed, Apr 6, 2016 at 3:08 PM, mathias arnaud nkeumo tsombeng
wrote:
> Dear sir,
Dear Arnaud,
> Am student in master 2 in computer science department in the
> university of yaoundé 1 and for my master thesis, i have to build an
> anomaly detection algorithm for a network intrusion detection in
Dear sir,
Am student in master 2 in computer science department in the
university of yaoundé 1 and for my master thesis, i have to build an
anomaly detection algorithm for a network intrusion detection in
pharo.i have started reading about pharo. And i have the following
question in mine
- How can
No, it is just a marker for the method.
If you want to do what you asked, put a halt (self halt), or, a trace (self
crLog: 'amessage') and open the Transcript.
Vincent
De : Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] De la part de
Thibault ARLOING
Envoyé : mercredi 6 avril 2016 14
Ok, but i understand that it can't be use to know if we already pass through a
method ?
Thibault
De : Pharo-users de la part de Marcus
Denker
Envoyé : mercredi 6 avril 2016 14:25
À : Any question about pharo is welcome
Objet : Re: [Pharo-users] flags in pharo
Hi,
the convention is to put something like
self flag: #TODO.
in the code, then you can search for senders of #TODO and get a list of all
things you wanted to fix.
Marcus
> On 06 Apr 2016, at 14:17, Damien Pollet wrote:
>
> It's just an empty method doing nothing.
>
> Then, as it
It's just an empty method doing nothing.
Then, as it says in the comment, you can use the tools to look for it.
Nautilus knows to check for it and display a nice icon in the method list.
On 6 April 2016 at 13:54, Thibault ARLOING
wrote:
> Hi,
>
>
> Can someone explain me how ProtoObject>>flag:
It does not work on Pharo3.0. But it used to work!
At least it works on the Squeak5.0: from the method pane, you can
evaluate both instance and method variables, usefull when you need to
make some code test with both instance and method variable.
So it looks like a regression appearing at least w
Hi,
Can someone explain me how ProtoObject>>flag: works in pharo please ?
thx,
Thibault Arloing
MessageFlowBrowser was updated for Pharo 5 (no deprecation warnings anymore).
Also enjoy the new video:
http://youtu.be/DRd_bzGocQg
Have fun
T.
2016-04-05 20:48 GMT+02:00 Nicolai Hess :
>
>
> 2016-04-05 20:37 GMT+02:00 Hilaire :
>
>> See in the screenshot,
>>
>> contractRate is an instance variable. When evaluating it from the method
>> variable pane, it seems to return an index.
>>
>
> Ok, thats funny.
>
>
>>
>> When evaluating a method
20 matches
Mail list logo