<feed xmlns='http://www.w3.org/2005/Atom'>
<title>anissue/src, 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>drop shell script</title>
<updated>2023-10-04T08:02:03+00:00</updated>
<author>
<name>Alexander Foremny</name>
<email>aforemny@posteo.de</email>
</author>
<published>2023-10-04T08:02:03+00:00</published>
<link rel='alternate' type='text/html' href='http://code.nomath.org/anissue/commit/?id=f09bafbaf33ad6ef03595b65a008c6202f8699d1'/>
<id>f09bafbaf33ad6ef03595b65a008c6202f8699d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add issues to new code</title>
<updated>2023-10-02T14:36:40+00:00</updated>
<author>
<name>Fabian Kirchner</name>
<email>kirchner@posteo.de</email>
</author>
<published>2023-10-02T14:36:40+00:00</published>
<link rel='alternate' type='text/html' href='http://code.nomath.org/anissue/commit/?id=53044dc28aefcc0572dc2416d58052035d5eb846'/>
<id>53044dc28aefcc0572dc2416d58052035d5eb846</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix extracting body for shell issues</title>
<updated>2023-09-29T09:37:01+00:00</updated>
<author>
<name>Alexander Foremny</name>
<email>aforemny@posteo.de</email>
</author>
<published>2023-09-29T09:33:15+00:00</published>
<link rel='alternate' type='text/html' href='http://code.nomath.org/anissue/commit/?id=24700382f2e1f9b1dac1de3e8170294cf0c818d4'/>
<id>24700382f2e1f9b1dac1de3e8170294cf0c818d4</id>
<content type='text'>
The underlying problem is that tree-sitter does not allow for matching
sibling nodes. So any issues comprised of line comments (vs. block
comments) suffered from this issue, independent of the language (shell).

Thus, we manually merge such sibling matches after running tree-grepper.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The underlying problem is that tree-sitter does not allow for matching
sibling nodes. So any issues comprised of line comments (vs. block
comments) suffered from this issue, independent of the language (shell).

Thus, we manually merge such sibling matches after running tree-grepper.
</pre>
</div>
</content>
</entry>
<entry>
<title>add list, show commands</title>
<updated>2023-09-28T14:49:39+00:00</updated>
<author>
<name>Alexander Foremny</name>
<email>aforemny@posteo.de</email>
</author>
<published>2023-09-28T14:45:47+00:00</published>
<link rel='alternate' type='text/html' href='http://code.nomath.org/anissue/commit/?id=3592e5b055ad0fcd70d1ae9e4804a4b5c6a77c5d'/>
<id>3592e5b055ad0fcd70d1ae9e4804a4b5c6a77c5d</id>
<content type='text'>
The `list` command can be omitted and is the default. The `show` command
retains past output.

```console
$ anissue -h
Usage:
  anissue
  anissue list
  anissue show
```

The implementation uses docopts, the shell variant of docopt [1].
Because of that, wrapping with `--argv0 ''` is necessary when packaging.

[1] http://docopt.org/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `list` command can be omitted and is the default. The `show` command
retains past output.

```console
$ anissue -h
Usage:
  anissue
  anissue list
  anissue show
```

The implementation uses docopts, the shell variant of docopt [1].
Because of that, wrapping with `--argv0 ''` is necessary when packaging.

[1] http://docopt.org/
</pre>
</div>
</content>
</entry>
<entry>
<title>split augmentation and output into separate passes</title>
<updated>2023-09-28T14:38:51+00:00</updated>
<author>
<name>Alexander Foremny</name>
<email>aforemny@posteo.de</email>
</author>
<published>2023-09-28T14:38:51+00:00</published>
<link rel='alternate' type='text/html' href='http://code.nomath.org/anissue/commit/?id=1f9282020f19a3e9826d976e639cf9f9700db331'/>
<id>1f9282020f19a3e9826d976e639cf9f9700db331</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unnessary quoting when extracting fields from JSON</title>
<updated>2023-09-28T14:27:22+00:00</updated>
<author>
<name>Alexander Foremny</name>
<email>aforemny@posteo.de</email>
</author>
<published>2023-09-28T14:27:22+00:00</published>
<link rel='alternate' type='text/html' href='http://code.nomath.org/anissue/commit/?id=699e7c59ef8cebdb9721b31c3f6eb58588bd6dc1'/>
<id>699e7c59ef8cebdb9721b31c3f6eb58588bd6dc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>assign and schedule issues</title>
<updated>2023-09-27T12:52:07+00:00</updated>
<author>
<name>Fabian Kirchner</name>
<email>kirchner@posteo.de</email>
</author>
<published>2023-09-27T12:50:57+00:00</published>
<link rel='alternate' type='text/html' href='http://code.nomath.org/anissue/commit/?id=c0c27cce536c7e10aa92004c539d3e01651acba3'/>
<id>c0c27cce536c7e10aa92004c539d3e01651acba3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add some issues</title>
<updated>2023-09-27T12:47:13+00:00</updated>
<author>
<name>Fabian Kirchner</name>
<email>kirchner@posteo.de</email>
</author>
<published>2023-09-27T12:47:13+00:00</published>
<link rel='alternate' type='text/html' href='http://code.nomath.org/anissue/commit/?id=59d7b4bb6cd26dc0e451c637a94cac57b4eb2dd0'/>
<id>59d7b4bb6cd26dc0e451c637a94cac57b4eb2dd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use git ls-files to get list of files to look for issues</title>
<updated>2023-09-27T12:19:37+00:00</updated>
<author>
<name>Fabian Kirchner</name>
<email>kirchner@posteo.de</email>
</author>
<published>2023-09-27T12:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://code.nomath.org/anissue/commit/?id=a196383fbece635c19c680fa159e63b866e44c6b'/>
<id>a196383fbece635c19c680fa159e63b866e44c6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for .sh files</title>
<updated>2023-09-06T09:38:38+00:00</updated>
<author>
<name>Alexander Foremny</name>
<email>aforemny@posteo.de</email>
</author>
<published>2023-09-06T09:03:36+00:00</published>
<link rel='alternate' type='text/html' href='http://code.nomath.org/anissue/commit/?id=62df7214a1b6602bec3e355a0729de2968db6504'/>
<id>62df7214a1b6602bec3e355a0729de2968db6504</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
