Closed andrewnc closed 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
>>> 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.
Hmm, thanks for showing me this. I'll take a look.
Alright, this has been released. Thanks again for the bug report.
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.