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

[1.8] Revert "Builder.build: save env also with only new documents" #5525

Merged
merged 1 commit into from Nov 6, 2018

Conversation

eqvinox
Copy link
Contributor

@eqvinox eqvinox commented Oct 11, 2018

This reverts commit 20f625b, which
introduced a regression in dependency tracking for build systems
invoking sphinx-build (described in issue #5501.)

The correct solution is to properly track when the pickle file needs to
be written; unfortunately I don't know enough about sphinx to implement
this. Also, I'm not sure the intersphinx cache belongs into this at
all.

This reverts commit 20f625b, which
introduced a regression in dependency tracking for build systems
invoking sphinx-build (described in issue sphinx-doc#5501.)

The correct solution is to properly track when the pickle file needs to
be written;  unfortunately I don't know enough about sphinx to implement
this.  Also, I'm not sure the intersphinx cache belongs into this at
all.
@tk0miya tk0miya added this to the 1.8.2 milestone Oct 16, 2018
@codecov
Copy link

codecov bot commented Oct 16, 2018

Codecov Report

Merging #5525 into 1.8 will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              1.8    #5525      +/-   ##
==========================================
- Coverage   82.07%   82.07%   -0.01%     
==========================================
  Files         300      306       +6     
  Lines       40027    40366     +339     
  Branches     6183     6237      +54     
==========================================
+ Hits        32852    33130     +278     
- Misses       5799     5852      +53     
- Partials     1376     1384       +8
Impacted Files Coverage Δ
sphinx/builders/__init__.py 77.68% <100%> (ø) ⬆️
sphinx/builders/html.py 82.83% <0%> (-0.1%) ⬇️
sphinx/make_mode.py 0% <0%> (ø)
sphinx/search/__init__.py 96.9% <0%> (ø)
sphinx/quickstart.py 0% <0%> (ø)
sphinx/errors.py 80% <0%> (ø)
sphinx/__init__.py 60% <0%> (ø)
sphinx/apidoc.py 0% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9875a57...d15d11d. Read the comment docs.

@tk0miya
Copy link
Member

tk0miya commented Nov 6, 2018

Thank you for your contribution!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants