Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing xrefdelta updates for recent reorganization work #1854

Closed
zygoloid opened this issue Nov 28, 2017 · 3 comments
Closed

missing xrefdelta updates for recent reorganization work #1854

zygoloid opened this issue Nov 28, 2017 · 3 comments

Comments

@zygoloid
Copy link
Member

Some of the recent reorganizational changes (particularly removing excessive subclause structure) has missed the corresponding changes to xrefdelta indicating where the wording has gone.

@jensmaurer
Copy link
Member

@zygoloid: Do you have specific pointers?
Both the [array] and [util.smartptr] modifications have their xrefdelta entries, as do my proposed reverse_iterator changes.

@tkoeppe
Copy link
Contributor

tkoeppe commented Nov 28, 2017

I don't know the answer, but an easy way to find out is to compare the autogenerated xref data file from before and after and see if anything went away.

@jensmaurer
Copy link
Member

The list of all labels can be produced using:
sed '/glossaryentry/s/^\\glossaryentry{\([^@]*\)@.*$/\1/' xrefindex.glo | sort

Doing this on the "c++17" branch yields (for future reference):
glo-17.txt.gz

Comparing against HEAD shows a single missed update, which is the deprecation of [util.smartptr.shared.atomic].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants