Open fingolfin opened 1 year ago
We could even use the new StyledStrings.jl for this. That should make it a lot easier to implement
But StyledStrings.jl
currently requires Julia 1.11 ... though there seem to be plans to make a release for Julia >= 1.0 at some point
I really like how JET uses color to make its reports more readable.
Perhaps we can do the same for Aqua. E.g. in such a report:
I would imagine that
Ambiguity #1
etc. gets one color,Possible fix, define
another; but then also the method names could be colored as well as filenames etc.The JET printing code is quite elaborate but I think we could get already get substantial benefits with something much simpler (e.g. a lot of the complexity in JET is having to deal with visualizing a "stack" nicely, which in e.g. the ambiguities report is not needed at all.