Export to GitHub

gelo - issue #8

Unify formatting of errors and traces, make idiomatic


Posted on Jul 6, 2010 by Grumpy Giraffe

Currently trace and error have their own subtly different but essentially identical mechanisms for formatting gelo objects. These should be replaced by satisfying the stringer and gostringer interfaces for internal types and whatever whosits lie in fmt. This would clean up a lot of internal code but should not affect functionality unless as a by-product a cleaner way of presenting data arises.

Status: Accepted

Labels:
Type-Defect Priority-Low