[#68137] improve semantics of manpages — "Anthony J. Bentley" <anthony@...>
Hi,
1 message
2015/02/17
[#68144] Re: Future of test suites for Ruby — Anthony Crumley <anthony.crumley@...>
FYI...
4 messages
2015/02/17
[#68343] [Ruby trunk - Bug #10916] [Open] What the Ruby? SegFault? — ruby@...
Issue #10916 has been reported by why do i need this acct just to create a bug report.
5 messages
2015/02/27
[#68373] Re: [Ruby trunk - Bug #10916] [Open] What the Ruby? SegFault?
— "Martin J. Dürst" <duerst@...>
2015/03/02
> * Author: why do i need this acct just to create a bug report
[#68358] [Ruby trunk - Bug #10902] require("enumerator") scans LOAD_PATH 2x on every invocation — ruby@...1.net
Issue #10902 has been updated by Aman Gupta.
3 messages
2015/02/28
[ruby-core:67947] [ruby-trunk - Feature #10816] Add the ability to capture Coverage information
From:
mame@...
Date:
2015-02-02 12:00:41 UTC
List:
ruby-core #67947
Issue #10816 has been updated by Yusuke Endoh. Sounds good to me. I'm positive to import the feature. I'd like to hear any opinion from the direct users of the feature, such as the authors of coverage measurement frontend tool (such as simplecov) or testing frameworks. > The question I would like to answer is "If I modify file A on line B, which tests should I execute?" FYI: I think it is called "regression test selection." -- Yusuke Endoh <mame@ruby-lang.org> ---------------------------------------- Feature #10816: Add the ability to capture Coverage information https://bugs.ruby-lang.org/issues/10816#change-51334 * Author: Aaron Patterson * Status: Open * Priority: Normal * Assignee: Yusuke Endoh ---------------------------------------- Hi, I would like to periodically capture coverage information. The reason is because I would like to be able to pair test methods with the lines executed for that test method. The question I would like to answer is "If I modify file A on line B, which tests should I execute?" I've attached a patch that returns a snapshot of the current coverage information. It means that I can grab coverage information before and after each test case, then calculate which lines of code a particular test executed. ---Files-------------------------------- snapshot.diff (3.39 KB) -- https://bugs.ruby-lang.org/