[Pharo-project] TWM on Pharo 1.4
Hi Laurent, I noticed your announcement and eagerly fired up the latest TWM using Cog r2550. I selected "New browser" under "Browser actions" and ran into an MNU: Nautilus class >> #openBrowser. That obviously sounds like a Nautilus problem; I bring it to your attention just because it's your release, and you'd know better than I whether it's Nautilus or a configuration problem. Thanks for the release though! frank
It was clearly a Nautilus problem (and I just fixed it) The problem is that the Browser API is not clearly defined, messy, and far too huge :s So I add the methods step by step when someone encounter an issue. Thanks for reporting, Ben On Apr 19, 2012, at 12:24 PM, Frank Shearar wrote:
Hi Laurent,
I noticed your announcement and eagerly fired up the latest TWM using Cog r2550. I selected "New browser" under "Browser actions" and ran into an MNU: Nautilus class >> #openBrowser.
That obviously sounds like a Nautilus problem; I bring it to your attention just because it's your release, and you'd know better than I whether it's Nautilus or a configuration problem.
Thanks for the release though!
frank
On 19 April 2012 12:11, Benjamin <benjamin.vanryseghem.pharo@gmail.com> wrote:
It was clearly a Nautilus problem (and I just fixed it)
The problem is that the Browser API is not clearly defined, messy, and far too huge :s So I add the methods step by step when someone encounter an issue.
Thanks for reporting,
Thanks for fixing, Ben! I just needed to load Nautilus-BenjaminVanRyseghem.251 and I'm good to go! Er, but I just found another problem. In my newly-added Browser I went to ConfigurationOfTilingWindowManager>>#version13: (so I could prepare a patch for Laurent), and got a SubscriptOufOfBounds: 1 in CompiledMethod(Object)>>errorSubscriptBounds:. I can't reproduce this in a vanilla Pharo-1.4 and your just-released ConfigurationOfNautilus, so I'll see if I can't get a shorter "here's how to reproduce the problem" recipe later. frank
Ben
On Apr 19, 2012, at 12:24 PM, Frank Shearar wrote:
Hi Laurent,
I noticed your announcement and eagerly fired up the latest TWM using Cog r2550. I selected "New browser" under "Browser actions" and ran into an MNU: Nautilus class >> #openBrowser.
That obviously sounds like a Nautilus problem; I bring it to your attention just because it's your release, and you'd know better than I whether it's Nautilus or a configuration problem.
Thanks for the release though!
frank
Please, if you have a way to reproduce it, open a bug entry :) I am a bit busy right now, but I promise to have a look asap ;) Ben On Apr 19, 2012, at 1:48 PM, Frank Shearar wrote:
On 19 April 2012 12:11, Benjamin <benjamin.vanryseghem.pharo@gmail.com> wrote:
It was clearly a Nautilus problem (and I just fixed it)
The problem is that the Browser API is not clearly defined, messy, and far too huge :s So I add the methods step by step when someone encounter an issue.
Thanks for reporting,
Thanks for fixing, Ben! I just needed to load Nautilus-BenjaminVanRyseghem.251 and I'm good to go!
Er, but I just found another problem. In my newly-added Browser I went to ConfigurationOfTilingWindowManager>>#version13: (so I could prepare a patch for Laurent), and got a SubscriptOufOfBounds: 1 in CompiledMethod(Object)>>errorSubscriptBounds:. I can't reproduce this in a vanilla Pharo-1.4 and your just-released ConfigurationOfNautilus, so I'll see if I can't get a shorter "here's how to reproduce the problem" recipe later.
frank
Ben
On Apr 19, 2012, at 12:24 PM, Frank Shearar wrote:
Hi Laurent,
I noticed your announcement and eagerly fired up the latest TWM using Cog r2550. I selected "New browser" under "Browser actions" and ran into an MNU: Nautilus class >> #openBrowser.
That obviously sounds like a Nautilus problem; I bring it to your attention just because it's your release, and you'd know better than I whether it's Nautilus or a configuration problem.
Thanks for the release though!
frank
Are you happy with a bug just on the main Pharo buglist? frank On 19 April 2012 13:07, Benjamin <benjamin.vanryseghem.pharo@gmail.com> wrote:
Please, if you have a way to reproduce it, open a bug entry :)
I am a bit busy right now, but I promise to have a look asap ;)
Ben
On Apr 19, 2012, at 1:48 PM, Frank Shearar wrote:
On 19 April 2012 12:11, Benjamin <benjamin.vanryseghem.pharo@gmail.com> wrote:
It was clearly a Nautilus problem (and I just fixed it)
The problem is that the Browser API is not clearly defined, messy, and far too huge :s So I add the methods step by step when someone encounter an issue.
Thanks for reporting,
Thanks for fixing, Ben! I just needed to load Nautilus-BenjaminVanRyseghem.251 and I'm good to go!
Er, but I just found another problem. In my newly-added Browser I went to ConfigurationOfTilingWindowManager>>#version13: (so I could prepare a patch for Laurent), and got a SubscriptOufOfBounds: 1 in CompiledMethod(Object)>>errorSubscriptBounds:. I can't reproduce this in a vanilla Pharo-1.4 and your just-released ConfigurationOfNautilus, so I'll see if I can't get a shorter "here's how to reproduce the problem" recipe later.
frank
Ben
On Apr 19, 2012, at 12:24 PM, Frank Shearar wrote:
Hi Laurent,
I noticed your announcement and eagerly fired up the latest TWM using Cog r2550. I selected "New browser" under "Browser actions" and ran into an MNU: Nautilus class >> #openBrowser.
That obviously sounds like a Nautilus problem; I bring it to your attention just because it's your release, and you'd know better than I whether it's Nautilus or a configuration problem.
Thanks for the release though!
frank
Yep, there is also a Nautilus flag, feel free to use it ;) Thanks in advance, Ben On Apr 19, 2012, at 2:11 PM, Frank Shearar wrote:
Are you happy with a bug just on the main Pharo buglist?
frank
On 19 April 2012 13:07, Benjamin <benjamin.vanryseghem.pharo@gmail.com> wrote:
Please, if you have a way to reproduce it, open a bug entry :)
I am a bit busy right now, but I promise to have a look asap ;)
Ben
On Apr 19, 2012, at 1:48 PM, Frank Shearar wrote:
On 19 April 2012 12:11, Benjamin <benjamin.vanryseghem.pharo@gmail.com> wrote:
It was clearly a Nautilus problem (and I just fixed it)
The problem is that the Browser API is not clearly defined, messy, and far too huge :s So I add the methods step by step when someone encounter an issue.
Thanks for reporting,
Thanks for fixing, Ben! I just needed to load Nautilus-BenjaminVanRyseghem.251 and I'm good to go!
Er, but I just found another problem. In my newly-added Browser I went to ConfigurationOfTilingWindowManager>>#version13: (so I could prepare a patch for Laurent), and got a SubscriptOufOfBounds: 1 in CompiledMethod(Object)>>errorSubscriptBounds:. I can't reproduce this in a vanilla Pharo-1.4 and your just-released ConfigurationOfNautilus, so I'll see if I can't get a shorter "here's how to reproduce the problem" recipe later.
frank
Ben
On Apr 19, 2012, at 12:24 PM, Frank Shearar wrote:
Hi Laurent,
I noticed your announcement and eagerly fired up the latest TWM using Cog r2550. I selected "New browser" under "Browser actions" and ran into an MNU: Nautilus class >> #openBrowser.
That obviously sounds like a Nautilus problem; I bring it to your attention just because it's your release, and you'd know better than I whether it's Nautilus or a configuration problem.
Thanks for the release though!
frank
participants (2)
-
Benjamin -
Frank Shearar