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

C++, fix merging overloaded functions in parallel builds. #7444

Merged

Conversation

jakobandersen
Copy link
Contributor

Feature or Bugfix

  • Bugfix

Detail

Fixes #7438.

To reproduce, have sufficiently many rst files, where one of them contains an overloaded function where a pending xref will be made. E.g.,

 .. cpp:function:: std::string f(int)
 .. cpp:function:: std::string f(double)

@jakobandersen jakobandersen self-assigned this Apr 8, 2020
@jakobandersen jakobandersen added this to the 3.0.1 milestone Apr 8, 2020
@jakobandersen jakobandersen merged commit b4db396 into sphinx-doc:3.0.x Apr 9, 2020
@jakobandersen jakobandersen deleted the cpp_parentKey_parallel branch April 9, 2020 08:03
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant