Skip to content

[pull] master from ruby:master#163

Merged
pull[bot] merged 2 commits intosysfce2:masterfrom
ruby:master
Mar 16, 2026
Merged

[pull] master from ruby:master#163
pull[bot] merged 2 commits intosysfce2:masterfrom
ruby:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Mar 16, 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 : )

st0012 added 2 commits March 16, 2026 12:33
## Summary

- The C parser didn't call `add_to_classes_or_modules` when creating
classes/modules, so `clear_file_contributions` couldn't clean up old
entries during server mode re-parse — causing duplicate methods when
editing C files with live reload.
- Add the call in both `find_class` and `handle_class_module`, matching
what the Ruby parsers already do.
## Summary

- Silence the stats progress bar in server mode — it uses `\r` on a tty
which collides with the server's own logging
- Print response time for page requests (not assets or status polls):
`200 /RDoc.html (12.3ms)`
- Print re-parse duration with relative paths: `Re-parsed lib/rdoc.rb
(17.5ms)`

```
Serving documentation at: http://localhost:4000
Press Ctrl+C to stop.

200 /RDoc.html (14.9ms)
Re-parsed lib/rdoc.rb (15.7ms)
200 /RDoc.html (8.5ms)
```
@pull pull bot locked and limited conversation to collaborators Mar 16, 2026
@pull pull bot added the ⤵️ pull label Mar 16, 2026
@pull pull bot merged commit e4e332f into sysfce2:master Mar 16, 2026
4 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