nirum-lang / nirum-python

The Nirum runtime library for Python
https://nirum.org/docs/target/python.html
MIT License
8 stars 9 forks source link

Problem on __hash__ #110

Closed hanc1208 closed 6 years ago

hanc1208 commented 6 years ago
(Pdb) hash(List([2]))
286868726
(Pdb) hash(List([2]))
286868719
(Pdb) hash(List([2]))
-9223372036567907317

List type does not hash as expected.

dahlia commented 6 years ago

Fixed and released 0.6.3.