Phix:getd_all_keys on empty dictionary causes a crash
- Posted by euphoric (admin) May 28, 2020
- 1175 views
I think I have this right.
Minimum code to produce crash:
include dict.e integer d = new_dict() ?getd_all_keys(d)
That crashes for me.
Pete, is that a bug, or am I doing something wrong?