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
Use consistent variable names in get_entry_or_junk
Prior to this change, variables were using _index and _pos suffixes (or
no suffix) to all refer to stream indexes.
This change switches all of them to use _index, which will make future
refactors clearer.
0 commit comments