Taylor M. Hedberg
Taylor M. Hedberg
I must respectfully disagree. The current behavior is, to the best of my knowledge, the _only_ sensible way to handle this situation. :) I could be wrong, and I welcome...
I see what you're saying, and it's a pragmatic viewpoint. I want to argue that if you're regularly mixing `Text` and `String` throughout a code base, you're in for a...
Does that actually avoid overlap with other instances? Instance resolution is done without respect to the context, so no matter what constraints you add there, it still says `InterpolateShow a`,...
Can you give an example of what you have in mind?
Personally, I continue to hold the opinion that this is working as intended. If you're mixing different string-like types throughout your code and not keeping track of what's what (e.g....
I like the cleaner test syntax of the second example, but I worry that the complexity of the preprocessing code required to implement it runs counter to the "keep it...
I'm afraid not. It would be a useful addition to the project, but no one has put anything together so far. I appreciate your desire to refactor responsibly, though. :)...
Personally, I can see the usefulness of this, but it would require major changes to the code to support it without introducing bugs. For now, it's probably not worth it...
No, there's currently no option for this.
Can you provide a small example of text that exhibits this behavior? Also, what is your `foldlevel` set to?