Are you on Pharo 8?
I think I encountered this bug not so long ago.
From your screenshot, it look like it
https://github.com/pharo-project/pharo/issues/8411?
Pierre
On 11/02/2021 16:33, David Pennington wrote:
I attach a couple of screen shots and a file containing the item that I am
trying to open. What else can I supply? This has been working for a couple of
weeks and suddenly doesn’t work. I save the JSON and then load it back again. I
enclose a file with the JSON as contents. As you can see from the screenshot,
the debugger shows it as a dictionary but the execution path takes it to an
Association which is what I don’t understand.
On 10 Feb 2021, at 19:17, Sven Van Caekenberghe <s...@stfx.eu> wrote:
Hi David,
On 10 Feb 2021, at 19:18, da...@totallyobjects.com wrote:
I am using STON to objects out to disk. Up to two days ago, I was reading them
in as Dictionaries and converting to objects from there. All of a sudden
yesterday morning, I got an error saying that the association is only indexable
with integers. Even so, I don't seem to be able to access the contents.
Fistly, any ideas why this has changed and secondly, any ideas how to fix it?
David
Totally Objects
Sent from my Huawei tablet
I am afraid I need more information.
Could you create a reproducible case ?
Do you have a stack trace ?
In any case, STON is a text format, that can be edited (in most cases, shared
or circular references being hard to edit by hand).
Sven