empirical-soft / empirical-lang

A language for time-series analysis
https://www.empirical-soft.com/
Other
167 stars 13 forks source link

Segmentation fault on nested sort and select #30

Closed andrewnc closed 4 years ago

andrewnc commented 4 years ago

I ran into a fascinating little edge case.

>>> from (sort p by monthly_price) select host_name zsh: segmentation fault /<user_dir>/empirical

It works just fine if I assign a temporary result from the sort operation, and then run the selection.

chrisaycock commented 4 years ago

Hmm, thanks for showing me this. I'll take a look.

chrisaycock commented 4 years ago

Alright, this has been released. Thanks again for the bug report.