swaroopch / edn_format

EDN reader and writer implementation in Python, using PLY (lex, yacc)
https://swaroopch.com/2012/12/24/edn-format-python/
Other
131 stars 31 forks source link

Disallow []= on ImmutableDict #89

Open bfontaine opened 2 months ago

bfontaine commented 2 months ago

The current behavior is confusing, see #88.

Fixes #88.

bfontaine commented 2 months ago

I’m waiting on https://github.com/swaroopch/edn_format/pull/90 to fix the build.

bfontaine commented 1 month ago

Well I don’t think this build will ever run.