Loren Segal

Results 192 comments of Loren Segal

All gems hosted by rubydoc are available as rubygems from rubygems.org/gems/GEMNAME, in this case: https://rubygems.org/gems/lmsensors I think it could make sense to link to rubygems in the breadcrumb.

Do you have a page for this?

By default YARD only processes top-level statements for performance as well as correctness reasons. As a workaround, it wouldn't be too difficult to write a plugin to automatically handle this...

@spcaipers-arm can you try this again? We've made updates to our release process and should be building on the correct runners. This is what happens for me: ``` ▶ docker...

You have a few options: The easiest way: ...But technically generates an extra runtime parsed line of Ruby. ```ruby Milestone = Data.define(:id, :summary, :status) # Defines a project milestone #...

The `extend` keyword in Ruby does not define a superclass, it defines a mixin. Mixins are defined in parallel to class hierarcy. YARD would list the mixin as one of...

This seems to fail all tests. Can you look into this?

(oops earlier comment was incorrect) We would need to support ruby 2.x+ even if we can't run CI tests against them. CI doesn't represent what versions of ruby yard supports.

This actually looks good but adding a test would be helpful.

@gjtorikian Actually, the tests are being skipped because the suite isn't configured to work with 1.0+. https://github.com/lsegal/yard/actions/runs/14940811833/job/41977521502?pr=1601 This would need to be corrected. Ideally we're running both versions but I...