malloydata / malloy-vscode-extension

The Malloy Visual Studio Code extension facilitates building Malloy data models, querying and transforming data, and creating simple visualizations and dashboards
http://www.malloydata.dev
MIT License
13 stars 12 forks source link

Enforce no floating promises #431

Closed whscullin closed 7 months ago

whscullin commented 7 months ago

Finally enabled the no floating promises linter rule, and deal with the fallout. Makes noAwait() safer. I'm not sure that all uses of noAwait() are ideal, but noAwait() now catches and logs errors, leaving us in a slightly better position than we were previously.