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

List shouldn't refer value #105

Closed kanghyojun closed 6 years ago

kanghyojun commented 6 years ago

Related issue - https://github.com/spoqa/nirum-python/issues/104

nirum.datastructures.List is just proxy because items just referred in List.__init__(). so i copy value when initialize attribute.

kanghyojun commented 6 years ago

@dahlia i changed code you were reviewed.