You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: include overlapping fragments in core_ids for diff context
When a new function is added at the end of a file, the hunk may start
on an empty line before the function definition. Previously, this caused
the function fragment to be excluded because it didn't fully cover the
hunk. Now we check for overlapping fragments when full coverage fails.
Added regression test: test_sel_core_004_new_function_at_end_of_file
0 commit comments