uwescience / myria-web

Web frontend for Myria
https://demo.myria.cs.washington.edu
Other
11 stars 14 forks source link

syntax highlighting is broken for myrial programs without store #265

Closed dhalperi closed 9 years ago

dhalperi commented 9 years ago

see https://demo.myria.cs.washington.edu/queries?max=69062&limit=10

I'm fairly certain the code explicitly checks for store, but I thought the check shouldn't happen when the language field is set...

dhalperi commented 9 years ago

Update: the code was in fact never modified to check for the language field, and it turns out the backend wasn't correctly populating the language field anyway. So, fixed by two upcoming PRs: uwescience/myria#724 and #266