Closed bgamari closed 4 years ago
Unfortunately testing this is quite non-trivial due to the fact that EVENT_STEAL_SPARK
is translated to SparkSteal
and therefore can't roundtrip.
Whoops. Apparently I wasn't careful enough when I was writing #55. The changes look good to me.
The problem is that the new test is failing due to #14. Could you disable the test until #14 is fixed?
I'll take over this PR.
Confirmed that all tests (excluding the disabled ones) passed in #65. Merging.
Thanks @maoe!
Previously we used the Binary instance for Text to serialise the event name. This is wrong.
We now first encode to UTF-8 and use this in the eventlog encoding.