G-Golf - New version released in Debian

2024-04-27 Thread Tommi Höynälänmaa
G-Golf version 0.8.0~rc2-1 has been released in Debian testing and unstable. See https://tracker.debian.org/pkg/g-golf and https://www.iki.fi/tohoyn/g-golf-debian/. - Tommi Höynälänmaa -- Kotisivu / Homepage: http://www.iki.fi/tohoyn/ Sähköposti / E-Mail: tommi.hoynalan...@iki.fi GPG-sorm

Re: Some issues with guile

2024-04-27 Thread Nikolaos Chatzikonstantinou
On Sat, Apr 27, 2024 at 1:35 PM Linas Vepstas wrote: > On Sat, Apr 27, 2024 at 2:47 AM Nikolaos Chatzikonstantinou > wrote: >> >> On Fri, Apr 26, 2024 at 4:39 PM Tomas Volf <~@wolfsden.cz> wrote: >> > >> > What you want is: >> > >> > (set-object-property! foo 'documentation "Contains a @code

Re: Some issues with guile

2024-04-27 Thread Luis Felipe
El 27/04/24 a las 7:28, Nikolaos Chatzikonstantinou escribió: On Fri, Apr 26, 2024 at 11:21 AM Luis Felipe wrote: Hi Nikolaos, Hello Luis! El 26/04/24 a las 7:05, Nikolaos Chatzikonstantinou escribió: 2. Documentation extraction sucks. [...] - documentá in its page does not include an

Re: Some issues with guile

2024-04-27 Thread Luis Felipe
Hi Linas, El 27/04/24 a las 17:35, Linas Vepstas escribió: On Sat, Apr 27, 2024 at 2:47 AM Nikolaos Chatzikonstantinou < nchatz...@gmail.com> wrote: On Fri, Apr 26, 2024 at 4:39 PM Tomas Volf <~@wolfsden.cz> wrote: What you want is: (set-object-property! foo 'documentation "Contains a @

Re: Some issues with guile

2024-04-27 Thread Linas Vepstas
On Sat, Apr 27, 2024 at 2:47 AM Nikolaos Chatzikonstantinou < nchatz...@gmail.com> wrote: > On Fri, Apr 26, 2024 at 4:39 PM Tomas Volf <~@wolfsden.cz> wrote: > > > > What you want is: > > > > (set-object-property! foo 'documentation "Contains a @code{'bar}.") > > Okay, so this can document obj

Re: Some issues with guile

2024-04-27 Thread Dr. Arne Babenhauserheide
Nikolaos Chatzikonstantinou writes: > I don't mean to just complain. There needs to be some documentation > consistency and once established it needs to be championed, and that's > what I'm trying to accomplish... Would you like to start with sending some small and easy to review patches? As lon

Re: Some issues with guile

2024-04-27 Thread Dr. Arne Babenhauserheide
Nikolaos Chatzikonstantinou writes: > Of course there can be more features, such as unit tests in > documentation, but I don't consider them essential. I don't know what I was missing these badly when I started, so I wrote support for them myself: Usage: https://hg.sr.ht/~arnebab/wisp/browse/ex

Re: Some issues with guile

2024-04-27 Thread Nikolaos Chatzikonstantinou
On Fri, Apr 26, 2024 at 4:39 PM Tomas Volf <~@wolfsden.cz> wrote: > > On 2024-04-26 03:05:51 -0400, Nikolaos Chatzikonstantinou wrote: > > > > - `object-documentation` from `(ice-9 documentation)` only seems to > > work with docstrings of functions, although it claims to work with > > ma

Re: Some issues with guile

2024-04-27 Thread Nikolaos Chatzikonstantinou
On Fri, Apr 26, 2024 at 11:21 AM Luis Felipe wrote: > > Hi Nikolaos, Hello Luis! > El 26/04/24 a las 7:05, Nikolaos Chatzikonstantinou escribió: > > 2. Documentation extraction sucks. > [...] > >- documentá in its page does not include an example of how it works! > > Not a line of code