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
I'd need to double check, but IIRC the off-by-one was somewhat prevalent. When the line numbers are wrong, the varname library used by MegaPatch.it can't find things (due to looking in the wrong spot) and those break. Additionally, the wrong line numbers can break debugger behavior because things stop lining up.
The text was updated successfully, but these errors were encountered:
The jurigged monkeypatch is insufficiently documented. It does two functions:
The PR that added the monkeypatch and assertion rewrites came first and is here:
#15
The PR that fixes the off by one is here:
#32
I'd need to double check, but IIRC the off-by-one was somewhat prevalent. When the line numbers are wrong, the
varname
library used byMegaPatch.it
can't find things (due to looking in the wrong spot) and those break. Additionally, the wrong line numbers can break debugger behavior because things stop lining up.The text was updated successfully, but these errors were encountered: