enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.31k stars 317 forks source link

Vue console warning when visualizing simple text length #10289

Open hubertp opened 2 weeks ago

hubertp commented 2 weeks ago

Discord username

No response

What type of issue is this?

Intermittent – Occurring irregularly

Is this issue blocking you from using Enso?

Is this a regression?

What issue are you facing?

Seeing a rather obscure warning when visualizing .length of some Text: Screenshot from 2024-06-14 16-01-41

Expected behaviour

No warning/stacktrace

How we can reproduce it?

No response

Screenshots or screencasts

No response

Logs

No response

Enso Version

develop

Browser or standalone distribution

Chrome

Browser Version or standalone distribution

125.0.6422.112

Operating System

Linux

Operating System Version

No response

Hardware you are using

No response

farmaazon commented 2 weeks ago

Looks like bug in Table visualization, which expects quite specific format.

kazcw commented 2 weeks ago

I think we have a concurrency bug when changing visualizations--we should ensure that the visualization data from the previous preprocessor isn't delivered to the new visualization.