breck7/ohayo

Bug: scatterplot column autocomplete is broken

Closed this issue · 1 comments

repro steps:

  1. go to ohayo.computer
  2. create reddit template
  3. in source editor, change line 9 scatter xColumn

expected:
correct column names suggested in autocomplete

actual:
Screen Shot 2019-11-18 at 2 45 23 PM

The issue is around runtime autocomplete. Also involving the fact that we may be creating a new version of the program in the editor, that hasn't executed yet, so in some cases the autocomplete may be depending on things that aren't there yet.

Need to figure out the general pattern here.