Skip to content

Conversation

larsga
Copy link
Contributor

@larsga larsga commented Jul 28, 2025

This is the last part of the implementation of issue 3290.

It causes the tests to be slow because named_destinations is not cached, but I'm leaving that as a separate task.

@larsga larsga force-pushed the issue-3290-part-2 branch from 90563bc to 016e81f Compare July 28, 2025 10:46
@larsga larsga changed the title Preserve links in added pages also when links come from merged-in pages ENH: Preserve links in added pages also when links come from merged-in pages Jul 28, 2025
@larsga larsga force-pushed the issue-3290-part-2 branch 4 times, most recently from 0d55180 to 75cb5ad Compare July 28, 2025 11:22
@larsga larsga force-pushed the issue-3290-part-2 branch from 75cb5ad to 956e3fd Compare July 28, 2025 11:23
Copy link

codecov bot commented Jul 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.95%. Comparing base (c17f03a) to head (956e3fd).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3400      +/-   ##
==========================================
+ Coverage   96.91%   96.95%   +0.04%     
==========================================
  Files          55       55              
  Lines        9324     9350      +26     
  Branches     1706     1715       +9     
==========================================
+ Hits         9036     9065      +29     
+ Misses        172      170       -2     
+ Partials      116      115       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.


[tool.pytest.ini_options]
addopts = "--disable-socket"
#addopts = "--disable-socket"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks wrong.

@stefan6419846
Copy link
Collaborator

It causes the tests to be slow because named_destinations is not cached, but I'm leaving that as a separate task.

This is an unexpected side effect of these changes and as we know that it decreases performance, I cannot merge this PR safely without addressing the speed issues - ideally as a separate PR.

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

Successfully merging this pull request may close these issues.

2 participants