are senders and implementors broken in Pharo40?
When I do senders of buildFrom: I get nautilus pointing a class but not the method? No time to fix it but we should avoid to integrate enh that breaks the browser like that. Stef
On 08 Jan 2015, at 17:16, stepharo <stepharo@free.fr> wrote:
When I do senders of buildFrom: I get nautilus pointing a class but not the method? No time to fix it but we should avoid to integrate enh that breaks the browser like that.
The strange thing is that it does not happen always. If I download the image it works. But I had already multiple cases where it stopped working I have not yet found out why. Marcus
It happened also to me a few times. It seemed random. On Thu, Jan 8, 2015 at 10:27 PM, Marcus Denker <marcus.denker@inria.fr> wrote:
On 08 Jan 2015, at 17:16, stepharo <stepharo@free.fr> wrote:
When I do senders of buildFrom: I get nautilus pointing a class but not the method? No time to fix it but we should avoid to integrate enh that breaks the browser like that.
The strange thing is that it does not happen always.
If I download the image it works. But I had already multiple cases where it stopped working I have not yet found out why.
Marcus
I think this has something to do with the NautilusHistory. It occurred after a refactoring and a fix (don't know the issue number). After the refactoring, we got DNUs on removing methods I fixed that one, but I may introduce this bug, I 'll have a look. 2015-01-08 22:49 GMT+01:00 Andrei Chis <chisvasileandrei@gmail.com>:
It happened also to me a few times. It seemed random.
On Thu, Jan 8, 2015 at 10:27 PM, Marcus Denker <marcus.denker@inria.fr> wrote:
On 08 Jan 2015, at 17:16, stepharo <stepharo@free.fr> wrote:
When I do senders of buildFrom: I get nautilus pointing a class but not the method? No time to fix it but we should avoid to integrate enh that breaks the browser like that.
The strange thing is that it does not happen always.
If I download the image it works. But I had already multiple cases where it stopped working I have not yet found out why.
Marcus
Thanks Nicolai I would remove the history and continue to simplify the code of nautilus. I will find a way to allocate time slots so that I can get some tractions. Stef
I think this has something to do with the NautilusHistory. It occurred after a refactoring and a fix (don't know the issue number). After the refactoring, we got DNUs on removing methods I fixed that one, but I may introduce this bug, I 'll have a look.
2015-01-08 22:49 GMT+01:00 Andrei Chis <chisvasileandrei@gmail.com <mailto:chisvasileandrei@gmail.com>>:
It happened also to me a few times. It seemed random.
On Thu, Jan 8, 2015 at 10:27 PM, Marcus Denker <marcus.denker@inria.fr <mailto:marcus.denker@inria.fr>> wrote:
> On 08 Jan 2015, at 17:16, stepharo <stepharo@free.fr <mailto:stepharo@free.fr>> wrote: > > When I do senders of buildFrom: I get nautilus pointing a class but not the method? > No time to fix it but we should avoid to integrate enh that breaks the browser like that. >
The strange thing is that it does not happen always.
If I download the image it works. But I had already multiple cases where it stopped working I have not yet found out why.
Marcus
On 08 Jan 2015, at 18:27, Marcus Denker <marcus.denker@inria.fr> wrote:
On 08 Jan 2015, at 17:16, stepharo <stepharo@free.fr> wrote:
When I do senders of buildFrom: I get nautilus pointing a class but not the method? No time to fix it but we should avoid to integrate enh that breaks the browser like that.
The strange thing is that it does not happen always.
If I download the image it works. But I had already multiple cases where it stopped working I have not yet found out why.
This is an effect of the change that the Browser remembers the search for categories put in the upper right corner: When this is set and the method is not in the scope, then it is not correctly selected in the browser (as it is not in the limited scope). https://pharo.fogbugz.com/f/cases/14634/Package-Filter-in-Nautilus-should-us... <https://pharo.fogbugz.com/f/cases/14634/Package-Filter-in-Nautilus-should-us...> Marcus
Ahhh. Good to know. Le 9/1/15 18:17, Marcus Denker a écrit :
On 08 Jan 2015, at 18:27, Marcus Denker <marcus.denker@inria.fr <mailto:marcus.denker@inria.fr>> wrote:
On 08 Jan 2015, at 17:16, stepharo <stepharo@free.fr <mailto:stepharo@free.fr>> wrote:
When I do senders of buildFrom: I get nautilus pointing a class but not the method? No time to fix it but we should avoid to integrate enh that breaks the browser like that.
The strange thing is that it does not happen always.
If I download the image it works. But I had already multiple cases where it stopped working I have not yet found out why.
This is an effect of the change that the Browser remembers the search for categories put in the upper right corner: When this is set and the method is not in the scope, then it is not correctly selected in the browser (as it is not in the limited scope).
https://pharo.fogbugz.com/f/cases/14634/Package-Filter-in-Nautilus-should-us...
Marcus
participants (4)
-
Andrei Chis -
Marcus Denker -
Nicolai Hess -
stepharo