/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Differential Coverage for Debugging
(research.swtch.com)
72 points
todsacerdoti
| 1 comments |
25 Apr 25 16:01 UTC
|
HN request time: 0.31s
|
source
Show context
ossusermivami
◴[
26 Apr 25 08:32 UTC
]
No.
43801871
[source]
▶
>>43795090 (OP)
#
what about just doing a git diff ? that would see the method was not called before?
replies(2):
>>43805277
#
>>43883389
#
1.
dllthomas
◴[
04 May 25 00:10 UTC
]
No.
43883389
[source]
▶
>>43801871
#
"Wait, what did I change that impacted
that
test?"
An intersection between code coverage and a git diff once answered that handily for me.
ID:
GO
↑