Bug in LynonEncoder #85
Owner
```
val a = eval("""
[Map(),Map(),Map()]
""".trimIndent())
val b = lynonDecodeAny(Scope(), lynonEncodeAny(Scope(), a))
assertEquals(a, b )
```
fix #85 lynon empty list encoding
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?