qri-io / starlib

qri's standard library for starlark
MIT License
113 stars 29 forks source link

fix(dataframe): Fix OutputConfig bugs #162

Closed dustmop closed 2 years ago

dustmop commented 2 years ago

Multiple bugs existed with OutputConfig, but their behavior masked each other. Validate that the supplied OutputConfig is non-nil, use a constant for the key name, and fix tests so that they ensure the intended behavior. Supply an exported function for callers to set their own OutputConfig.