Versioning and breaking change in `MemProfile{Heap,Allocs}` signatures
Closed this issue · 4 comments
mmcloughlin commented
Commit 3704c8d changed the signatures of MemProfile{Heap,Allocs}
. Is this going to require a v2
?
davecheney commented
If it did, i'm sorry, but I'm not going to do the v2 nonsense. Sorry.
mmcloughlin commented
Not a problem, I was just curious how you intended to handle it.
davecheney commented
Thanks for catching it. It’s hard to remember back a year but if I did spot the comparison break, which I probably didn’t, I would have said “nah, not worth v2”. This is probably still true.
mmcloughlin commented
Yeah I think you're fine. I assume very few are affected and the fix is removing parens ()
. But you'd minimize the impact by tagging v1.6.0
now.