<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/parser.py, branch coverage-5.4</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>A better test for 'if not __debug__'</title>
<updated>2021-01-10T14:46:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-07T00:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=9a6248090ba51ab8aedaa0ed69363f58d4100cfb'/>
<id>9a6248090ba51ab8aedaa0ed69363f58d4100cfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP 626: constant tests are kept as no-ops</title>
<updated>2021-01-10T14:46:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-01-02T15:38:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=e3f8053d805f8930ffc8424ac098576457c5f506'/>
<id>e3f8053d805f8930ffc8424ac098576457c5f506</id>
<content type='text'>
The conditionals are now getting unwieldy, perhaps we can simplify them
in the future?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The conditionals are now getting unwieldy, perhaps we can simplify them
in the future?
</pre>
</div>
</content>
</entry>
<entry>
<title>In 3.10, modules always have firstlineno==1</title>
<updated>2021-01-10T14:46:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-12-31T23:26:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=bd90b202587dd9f1e2e1319c1c542545c7263dd3'/>
<id>bd90b202587dd9f1e2e1319c1c542545c7263dd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use co_lines() if it's available</title>
<updated>2021-01-10T14:46:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-12-22T19:29:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=92dae9e44caa538f184585f4d907d2124732f8a0'/>
<id>92dae9e44caa538f184585f4d907d2124732f8a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use set literals</title>
<updated>2021-01-03T11:26:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-12-21T01:19:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=7ff93a9740da5dec4eba6c6cad288d25a472d75a'/>
<id>7ff93a9740da5dec4eba6c6cad288d25a472d75a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Thanks, Kjell Braden</title>
<updated>2020-03-26T14:36:02+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-03-26T14:36:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ed8078678b545fdbaf3e96b8eb76cb1ce1ceae04'/>
<id>ed8078678b545fdbaf3e96b8eb76cb1ce1ceae04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>handle decorators for AsyncFunctionDefs. Closes #964</title>
<updated>2020-03-24T19:13:08+00:00</updated>
<author>
<name>Kjell Braden</name>
<email>afflux@pentabarf.de</email>
</author>
<published>2020-03-24T18:31:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=0db15a2bd71e6893fadc91d262fa3fb2ead47ade'/>
<id>0db15a2bd71e6893fadc91d262fa3fb2ead47ade</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Exit arcs have to be corrected to first lines</title>
<updated>2019-09-21T11:21:05+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-09-21T11:21:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=341e737bd5010ffd794b029b3051a7ae210bfef2'/>
<id>341e737bd5010ffd794b029b3051a7ae210bfef2</id>
<content type='text'>
We've long remapped line numbers to the first line of a multi-line
statement.  But exit line numbers (negative numbers) were not remapped.
This meant we were needlessly chasing weirdnesses in implementations.

But the actual results of running coverage always remapped results to
the first line, so there's no point in tracking the unmapped line
numbers in our tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We've long remapped line numbers to the first line of a multi-line
statement.  But exit line numbers (negative numbers) were not remapped.
This meant we were needlessly chasing weirdnesses in implementations.

But the actual results of running coverage always remapped results to
the first line, so there's no point in tracking the unmapped line
numbers in our tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>No need for format indexes (mostly)</title>
<updated>2019-09-01T22:20:32+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-09-01T22:20:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ada27a855934588cf753f8712bd72d41eadb1058'/>
<id>ada27a855934588cf753f8712bd72d41eadb1058</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This class was simpler as a function</title>
<updated>2019-06-18T02:01:04+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-06-18T02:01:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ee236052e3ed65ea388aa82958d0ce474aa42b33'/>
<id>ee236052e3ed65ea388aa82958d0ce474aa42b33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
