Skip to content

Fix documentation URL preprocessing to recognize directories with dots.#8401

Merged
isoos merged 2 commits intodart-lang:masterfrom
isoos:fix-docurl
Dec 12, 2024
Merged

Fix documentation URL preprocessing to recognize directories with dots.#8401
isoos merged 2 commits intodart-lang:masterfrom
isoos:fix-docurl

Conversation

@isoos
Copy link
Copy Markdown
Collaborator

@isoos isoos commented Dec 12, 2024

  • Fixes Missing Dart doc pages #8398.
  • Note: the blob index use is currently inefficient, because we hide the use of the index behind method calls that re-read it from the cache. We should either expose the index directly or have some method that returns a composite result on such queries.

@isoos isoos requested a review from sigurdm December 12, 2024 08:49
@isoos isoos merged commit f5181a1 into dart-lang:master Dec 12, 2024
@isoos isoos deleted the fix-docurl branch December 12, 2024 09:43
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.

Missing Dart doc pages

2 participants