Array inspector Items view Selection broken
When you inspect an array, like #(1 2 3), using the Items view in the GT Inspector, a selection of an item/element results in a sub GT tab with another array containing that item/element, not the item/element itself as it should be. Anyone else seeing this ? Sven
I can relate. I encountered this bug today and days before as well. I was going to ask about it as well. Cheers, Julien --- Julien Delplanque Doctorant à lâUniversité de Lille http://juliendelplanque.be/phd.html Equipe Rmod, Inria Bâtiment B 40, Avenue Halley 59650 Villeneuve d'Ascq Numéro de téléphone: +333 59 35 86 40
Le 10 oct. 2018 à 21:20, Sven Van Caekenberghe <sven@stfx.eu> a écrit :
When you inspect an array, like #(1 2 3), using the Items view in the GT Inspector, a selection of an item/element results in a sub GT tab with another array containing that item/element, not the item/element itself as it should be.
Anyone else seeing this ?
Sven
Indeed. The issue comes from this commit: https://github.com/pharo-project/pharo/pull/1889 Cheers, Doru
On Oct 10, 2018, at 9:24 PM, Julien <julien.delplanque@inria.fr> wrote:
I can relate.
I encountered this bug today and days before as well.
I was going to ask about it as well.
Cheers,
Julien
--- Julien Delplanque Doctorant à lâUniversité de Lille http://juliendelplanque.be/phd.html Equipe Rmod, Inria Bâtiment B 40, Avenue Halley 59650 Villeneuve d'Ascq Numéro de téléphone: +333 59 35 86 40
Le 10 oct. 2018 à 21:20, Sven Van Caekenberghe <sven@stfx.eu> a écrit :
When you inspect an array, like #(1 2 3), using the Items view in the GT Inspector, a selection of an item/element results in a sub GT tab with another array containing that item/element, not the item/element itself as it should be.
Anyone else seeing this ?
Sven
-- www.feenk.com "You can inspect and adapt only what is explicit."
On 11 Oct 2018, at 05:44, Tudor Girba <tudor@tudorgirba.com> wrote:
Indeed.
The issue comes from this commit: https://github.com/pharo-project/pharo/pull/1889 <https://github.com/pharo-project/pharo/pull/1889>
I made a revert PR https://github.com/pharo-project/pharo/pull/1902 <https://github.com/pharo-project/pharo/pull/1902> and re-opened the issue tracker entry: https://pharo.fogbugz.com/f/cases/22553/Instances-are-not-indexable-after-do... <https://pharo.fogbugz.com/f/cases/22553/Instances-are-not-indexable-after-do...> We need to fix that bug⦠we had already multiple issue tracker entries for it. Marcus
participants (4)
-
Julien -
Marcus Denker -
Sven Van Caekenberghe -
Tudor Girba