<feed xmlns='http://www.w3.org/2005/Atom'>
<title>anissue/app/History, branch feature/compute-history-from-top</title>
<subtitle>in-source issue management</subtitle>
<link rel='alternate' type='text/html' href='http://code.nomath.org/anissue/'/>
<entry>
<title>fix: fix log</title>
<updated>2024-03-26T06:24:02+00:00</updated>
<author>
<name>Alexander Foremny</name>
<email>aforemny@posteo.de</email>
</author>
<published>2024-03-26T06:10:05+00:00</published>
<link rel='alternate' type='text/html' href='http://code.nomath.org/anissue/commit/?id=22fd4b079dcf02a72fbd26c9d6733b5ec250ea53'/>
<id>22fd4b079dcf02a72fbd26c9d6733b5ec250ea53</id>
<content type='text'>
Previously, we tracked re-opening of issues by advancing the commit hash
for scrambles that do not witness an issue.

Advancing the commit hash for scrambles not witnessing an issue is
obviously incorrect. To see that, consider a top/earlier commit that
creates a new file with an issue in it. None of the bottom/later
scrambles witness the issue. Hence, it would have been logged as being
created in the bottom-most/latest commit instead of the
top-most/earliest commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, we tracked re-opening of issues by advancing the commit hash
for scrambles that do not witness an issue.

Advancing the commit hash for scrambles not witnessing an issue is
obviously incorrect. To see that, consider a top/earlier commit that
creates a new file with an issue in it. None of the bottom/later
scrambles witness the issue. Hence, it would have been logged as being
created in the bottom-most/latest commit instead of the
top-most/earliest commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: fix first scramble having to scan all files</title>
<updated>2024-03-25T13:59:41+00:00</updated>
<author>
<name>Alexander Foremny</name>
<email>aforemny@posteo.de</email>
</author>
<published>2024-03-25T13:57:48+00:00</published>
<link rel='alternate' type='text/html' href='http://code.nomath.org/anissue/commit/?id=f70a60b85019766ee0a1cb61fa06c342b48f5172'/>
<id>f70a60b85019766ee0a1cb61fa06c342b48f5172</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: fix determine closed issues</title>
<updated>2024-03-25T13:41:47+00:00</updated>
<author>
<name>Alexander Foremny</name>
<email>aforemny@posteo.de</email>
</author>
<published>2024-03-25T13:23:33+00:00</published>
<link rel='alternate' type='text/html' href='http://code.nomath.org/anissue/commit/?id=69f0021518a93db9fef11b45a464457eb9890ac5'/>
<id>69f0021518a93db9fef11b45a464457eb9890ac5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: Git -&gt; Backend</title>
<updated>2024-03-25T06:45:59+00:00</updated>
<author>
<name>Alexander Foremny</name>
<email>aforemny@posteo.de</email>
</author>
<published>2024-03-21T04:35:00+00:00</published>
<link rel='alternate' type='text/html' href='http://code.nomath.org/anissue/commit/?id=f83b424bf70b7b14b0268aeeafe1b3483fced49f'/>
<id>f83b424bf70b7b14b0268aeeafe1b3483fced49f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: compute history top to bottom</title>
<updated>2024-03-25T06:42:51+00:00</updated>
<author>
<name>Alexander Foremny</name>
<email>aforemny@posteo.de</email>
</author>
<published>2023-12-18T12:50:22+00:00</published>
<link rel='alternate' type='text/html' href='http://code.nomath.org/anissue/commit/?id=fc0afaaa273f5b5d3696df87d70d5347a13bb9ac'/>
<id>fc0afaaa273f5b5d3696df87d70d5347a13bb9ac</id>
<content type='text'>
Disables caching.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disables caching.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: move remaining `History.*` modules outside of `History`</title>
<updated>2023-12-07T03:01:23+00:00</updated>
<author>
<name>Alexander Foremny</name>
<email>aforemny@posteo.de</email>
</author>
<published>2023-12-07T02:58:21+00:00</published>
<link rel='alternate' type='text/html' href='http://code.nomath.org/anissue/commit/?id=c1ff403387064ff0027b9e762cc6f6a8fa20c8d9'/>
<id>c1ff403387064ff0027b9e762cc6f6a8fa20c8d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: increase performance by caching everything</title>
<updated>2023-12-07T02:55:47+00:00</updated>
<author>
<name>Alexander Foremny</name>
<email>aforemny@posteo.de</email>
</author>
<published>2023-12-07T02:55:45+00:00</published>
<link rel='alternate' type='text/html' href='http://code.nomath.org/anissue/commit/?id=3c6e62b75293b6625509ade3c278fc2d4d147c30'/>
<id>3c6e62b75293b6625509ade3c278fc2d4d147c30</id>
<content type='text'>
Initial cache generation is slower, as we are losing out on parallelism.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initial cache generation is slower, as we are losing out on parallelism.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: parse issues as markdown</title>
<updated>2023-12-05T13:55:59+00:00</updated>
<author>
<name>Alexander Foremny</name>
<email>aforemny@posteo.de</email>
</author>
<published>2023-12-05T09:11:54+00:00</published>
<link rel='alternate' type='text/html' href='http://code.nomath.org/anissue/commit/?id=23bacb83e6ea67ffdd62be630626ab50ff665abf'/>
<id>23bacb83e6ea67ffdd62be630626ab50ff665abf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add experimental render api</title>
<updated>2023-12-05T05:07:41+00:00</updated>
<author>
<name>Alexander Foremny</name>
<email>aforemny@posteo.de</email>
</author>
<published>2023-12-04T07:36:02+00:00</published>
<link rel='alternate' type='text/html' href='http://code.nomath.org/anissue/commit/?id=1b1c3faabae530229eb675a2e70e744c2f45cbbe'/>
<id>1b1c3faabae530229eb675a2e70e744c2f45cbbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: color patches</title>
<updated>2023-12-03T12:29:00+00:00</updated>
<author>
<name>Alexander Foremny</name>
<email>aforemny@posteo.de</email>
</author>
<published>2023-12-03T12:29:00+00:00</published>
<link rel='alternate' type='text/html' href='http://code.nomath.org/anissue/commit/?id=32c76fb1f411896a4727ba2a76cdfc9dcd3dc48a'/>
<id>32c76fb1f411896a4727ba2a76cdfc9dcd3dc48a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
