FIXED: Examine dat display bug

Hey Derivative,

Talking with a facebook user I think they found a bug in the examine DAT.

When putting items in storage, if those items all share the same value, then you’ll only see one item displayed in the examine dat… the data is in fact there, just not visible.

Here’s a quick example:

An examine DAT only shows one entry, while doing an eval for the keys returns values correctly:

If the values are all different, then the examine works as expected:

Attached is a network to reproduce the bug:

examine-dat-display-bug.tox (918 Bytes)

There are two scripts to run - one that will produce the first result, and another to produce the second.

1 Like

+1 that’s tripped up a number of folks recently.

+1 doesn’t work for me either

Thanks for the report. Logged and assigned.

3 Likes

This will be fixed in builds 2021.14280 and later.
Cheers

1 Like

Sorry to bring this one back @rob, but in testing with 14360 this doesn’t look fixed yet :cry:

On the left is the examine DAT pointed to a subkey in storage, on the right is just a json.dumps() of the same dictionary.

Bah sorry about that!
This will be fixed in builds 2021.14430+
Please contact support to arrange a link.
-Rob

No worries - it’s not a deal breaker, just wanted to make sure I reported what I saw :grimacing:

1 Like

2021.15020 now has a fix for this.

2 Likes