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
due to the buffer naming scheme in the code, we get many open buffers when using verify-single and line numbers. this is mostly harmless, but i'm not sure its expected behavior. if i remember correctly, other test runners replace the current test comint buffer rather than making a new one.
The text was updated successfully, but these errors were encountered:
@xinyifly - thanks for the comment! i think you're right. I haven't made time for Emacs work lately but I like your suggestion. My initial hesitation was breaking behavior people were used to. Having an option to re-use the buffer name for verify single would be a good compromise
due to the buffer naming scheme in the code, we get many open buffers when using verify-single and line numbers. this is mostly harmless, but i'm not sure its expected behavior. if i remember correctly, other test runners replace the current test comint buffer rather than making a new one.
The text was updated successfully, but these errors were encountered: