Closed yoff closed 12 years ago
At the moment, encode and encode_code in HighAttribute are mutually recursive. For decoding we broke up the recursion, and we might want to do the same for encoding.
Fixed in https://github.com/rgrig/barista/commit/e340c1e582b2d8b73f96d87bc6c67f6aa32a6864
At the moment, encode and encode_code in HighAttribute are mutually recursive. For decoding we broke up the recursion, and we might want to do the same for encoding.