|
|
|
|
|
by andrewcooke
5485 days ago
|
|
if it's new code, you can't bisect. think about it - you need all the new code to compile. if you only had half, it wouldn't compile. bisecting only makes sense when it's modifications to existing code that can be applied independently. |
|