<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser-guile, branch 0.26.1</title>
<subtitle>geiser and guile talk to each other</subtitle>
<id>https://jao.io/cgit/geiser-guile/atom?h=0.26.1</id>
<link rel='self' href='https://jao.io/cgit/geiser-guile/atom?h=0.26.1'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/'/>
<updated>2022-09-05T23:45:18Z</updated>
<entry>
<title>version bump</title>
<updated>2022-09-05T23:45:18Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-09-05T23:45:18Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=e540e14db538ed0d116a188569413f5aadd79180'/>
<id>urn:sha1:e540e14db538ed0d116a188569413f5aadd79180</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More accepting library module detection</title>
<updated>2022-08-29T19:54:57Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-08-29T19:54:57Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=b2d6f398e33c0f140dcde5adc91117aa7de4463d'/>
<id>urn:sha1:b2d6f398e33c0f140dcde5adc91117aa7de4463d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Equivalent fix to the previous fix that reflects original intent</title>
<updated>2022-07-19T01:43:37Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-07-19T01:43:37Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=7a4945fbc199ec823da1be7283f6e81f83b2609b'/>
<id>urn:sha1:7a4945fbc199ec823da1be7283f6e81f83b2609b</id>
<content type='text'>
program-arities is expected (in its only usage a few lines below its
definition) to return #f if program-address-range doesn't return anything
useful, and i was incorrectly using when instead of and for that.
</content>
</entry>
<entry>
<title>Fix bug where 'program-arities' returns #&lt;unspecified&gt; (issue #23)</title>
<updated>2022-07-17T09:16:56Z</updated>
<author>
<name>VCGS40Y</name>
<email>ricardo.herdt@cariad.technology</email>
</author>
<published>2022-07-17T09:10:38Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=481d6b2463ed961e46917ad89e3d90d517266adb'/>
<id>urn:sha1:481d6b2463ed961e46917ad89e3d90d517266adb</id>
<content type='text'>
program-arities now returns an empty list if no arities information is found.
This fixes the bug that happens when calling, say, `(autodoc '(display))`,
which leads to following error:

```
scheme@(guile-user)&gt; (autodoc '(display))
ice-9/boot-9.scm:1669:16: In procedure raise-exception:
In procedure map: Wrong type argument: #&lt;unspecified&gt;

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
scheme@(guile-user) [1]&gt; ,q
```
</content>
</entry>
<entry>
<title>Version bump to geiser 0.23.2</title>
<updated>2022-03-23T23:52:39Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-03-23T23:51:52Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=c641fcc50b6b86ca95743122b5206cdcd475f96e'/>
<id>urn:sha1:c641fcc50b6b86ca95743122b5206cdcd475f96e</id>
<content type='text'>
Fixes issue #18.
</content>
</entry>
<entry>
<title>Version bump (depend on latest geiser 0.23.1)</title>
<updated>2022-03-16T21:11:10Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-03-16T21:11:10Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=aa48110d69b018f03dbff0aa9e830111fef71da4'/>
<id>urn:sha1:aa48110d69b018f03dbff0aa9e830111fef71da4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version bump</title>
<updated>2022-03-16T21:05:32Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-03-16T21:05:32Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=070ce67c29881c486729ba6da6b1ed59787a02c4'/>
<id>urn:sha1:070ce67c29881c486729ba6da6b1ed59787a02c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Recognise define-library as module definer</title>
<updated>2022-03-16T20:05:15Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-03-16T20:05:15Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=eac0fe0b134539bc78e403a7e66ce424f2bf8c36'/>
<id>urn:sha1:eac0fe0b134539bc78e403a7e66ce424f2bf8c36</id>
<content type='text'>
Might help addressing #17
</content>
</entry>
<entry>
<title>Dead code</title>
<updated>2022-03-16T20:05:07Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-03-16T20:05:07Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=39f61547ae74c202628a976012c7446b2eb4c7f5'/>
<id>urn:sha1:39f61547ae74c202628a976012c7446b2eb4c7f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensure sane shell command switch during version checks</title>
<updated>2022-02-15T23:20:08Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-02-15T23:20:08Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=cfd9116dcb246126950d7f2f662f09149684128b'/>
<id>urn:sha1:cfd9116dcb246126950d7f2f662f09149684128b</id>
<content type='text'>
See discussion in issue #13
</content>
</entry>
</feed>
