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

Revert "Builder.build: save env also with only new documents" #5524

Closed
wants to merge 1 commit into from

Conversation

eqvinox
Copy link
Contributor

@eqvinox eqvinox commented Oct 11, 2018

  • bugfix

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.
@codecov
Copy link

codecov bot commented Oct 11, 2018

Codecov Report

Merging #5524 into master will decrease coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5524      +/-   ##
==========================================
- Coverage    83.1%   83.07%   -0.04%     
==========================================
  Files         289      291       +2     
  Lines       38818    38855      +37     
  Branches     5836     5839       +3     
==========================================
+ Hits        32260    32279      +19     
- Misses       5198     5213      +15     
- Partials     1360     1363       +3
Impacted Files Coverage Δ
sphinx/builders/__init__.py 79.87% <100%> (ø) ⬆️
sphinx/__init__.py 76% <0%> (ø)
sphinx/make_mode.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 eb44c73...cf5afec. Read the comment docs.

@tk0miya
Copy link
Member

tk0miya commented Nov 6, 2018

I merged #5525 instead of this. It will be merged to master branch later.

@tk0miya tk0miya closed this Nov 6, 2018
@tk0miya tk0miya added this to the 2.0.0 milestone Nov 6, 2018
@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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants