Skip to content

[pull] master from ruby:master#172

Merged
pull[bot] merged 1 commit intosysfce2:masterfrom
ruby:master
Apr 9, 2026
Merged

[pull] master from ruby:master#172
pull[bot] merged 1 commit intosysfce2:masterfrom
ruby:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Apr 9, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

## Summary

- `TopLevel#parser=` was passing `absolute_name` to
`Store#update_parser_of_file`, but `@files_hash` is keyed by
`relative_name`. The lookup always failed, so `@text_files_hash` was
never populated and `find_text_page` always returned nil — making every
page link in the sidebar 404.
- Changed the call to pass `relative_name` instead, and renamed the
parameter in `update_parser_of_file` for consistency.
- Added a unit test for the deferred-parser path and integration tests
for server page routing.
@pull pull bot locked and limited conversation to collaborators Apr 9, 2026
@pull pull bot added the ⤵️ pull label Apr 9, 2026
@pull pull bot merged commit 8323a43 into sysfce2:master Apr 9, 2026
3 of 8 checks passed
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.

1 participant