Closed sroze closed 3 years ago
The performance improvements in #18 introduced a bug for string values that somehow we didn't catch in a test (🤯), the strings were their string representation (i.e. "foo") instead of just their value (i.e. foo).
"foo"
foo
The performance improvements in #18 introduced a bug for string values that somehow we didn't catch in a test (🤯), the strings were their string representation (i.e.
"foo"
) instead of just their value (i.e.foo
).