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
--extras=+q is supposed to cause an identical copy of a tag to be created
bearing a fully-qualified name, when the fully-qualified name exists (is
different from the standard/default/non-qualified tag name).
Prior to this fix, fully-qualified-name tags generated by --extras=+q
would be missing the end field (generated by --fields=+e) which their
non-qualified counterpart tag would contain.
The end (line number) value is (AFAICT the only tag field value that
is) not known when the non-qualified tag entry is created (which is the
time that the fully-qualified tag entry is created if --extras=+q by
renaming and cloning the non-qualified tag).
Existing code patches the end line number into the non-qualified tag
entry once that value has been ascertained, but would not patch the
corresponding fully-qualified tag entry. This PR/commit adds patching
of the corresponding fully-qualified tag entry when the non-qualified tag
entry is being patched.
0 commit comments