ruby.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
If you are interested in the Ruby programming language, come join us! Tell us about yourself when signing up. If you just want to join Mastodon, another server will be a better place for you.

Administered by:

Server stats:

1.1K
active users

Kevin Murphy

@ioquatix does Coverage.supported? intentionally not recognize oneshot lines mode?

If it should, I did write a quick commit to add it (github.com/kevin-j-m/ruby/comm).

Should I PR it? Do I need to write up something on the issue tracker first? I'm not sure if this documentation means there *must* be an issue, or just to reference it if there is. docs.ruby-lang.org/en/master/c

Any tips for a first-timer are greatly appreciated!

GitHubCoverage.supported? recognizes oneshot_lines mode · kevin-j-m/ruby@078a1a8This adds oneshot_lines as a mode of coverage that is supported.

@kevin_j_m hi, I'm not @ioquatix but I can help here.

The usual way the changes on core works is to create an entry on bugs.ruby-lang.org and after a brief discussion of the necessity, pros & cons of the change it will be approved. The PR may have been created previously.

Of course this is a YMMV, I've seen PR that are clear, concise and right enough that sometimes is approved right there on the PR.

bugs.ruby-lang.orgRuby Issue Tracking SystemRedmine

@esparta @kevin_j_m it was probably an oversight because if lines is supported oneshot_lines is also supported IMHO.

@ioquatix thanks for the reply! Should I add it to the issue tracker? And immediately follow up with the PR? Or wait for issue tracker conversation to occur first?

Just want to make sure I'm following protocol!

@kevin_j_m yes it’s very nice for everyone to make an issue first :)