2021-02-22 GnuCash IRC logs

00:18:06 *** Mechtilde has joined #gnucash
00:19:56 *** David has quit IRC
00:20:13 *** David has joined #gnucash
00:45:34 <fell> jralls, in between there is https://aquamaniac.de/rdm/attachments/download/364/gwenhywfar-5.6.0.tar.gz
00:57:05 <giuseppef> Thanks warlord; I have tried different approaches, but I had no luck. The (really simple) test code is here https://bugs.gnucash.org/show_bug.cgi?id=798126
00:58:38 *** Mechtilde has quit IRC
00:58:42 *** AdrienM has quit IRC
00:59:30 *** AdrienM has joined #gnucash
00:59:31 *** ChanServ sets mode: +v AdrienM
01:01:20 *** David has quit IRC
01:01:37 *** David has joined #gnucash
01:19:13 *** Mechtilde has joined #gnucash
01:26:52 *** suukim has joined #gnucash
01:28:22 *** sbluhm has joined #gnucash
01:39:54 *** frakturfreak has quit IRC
01:42:24 *** David has quit IRC
01:42:31 *** David has joined #gnucash
01:45:05 *** Mechtilde has quit IRC
01:52:58 *** fell has quit IRC
01:54:17 *** fell has joined #gnucash
01:54:17 *** ChanServ sets mode: +o fell
01:54:23 *** frakturfreak has joined #gnucash
02:50:41 *** Guest62 has quit IRC
02:51:24 *** jonp has joined #gnucash
03:24:31 *** Mechtilde has joined #gnucash
03:30:29 *** jervin has joined #gnucash
03:34:47 *** jervin has quit IRC
03:46:06 *** Eric has joined #gnucash
04:02:17 *** bertbob has quit IRC
04:04:07 *** David has quit IRC
04:04:24 *** David has joined #gnucash
04:07:17 *** bertbob has joined #gnucash
04:07:17 *** ChanServ sets mode: +v bertbob
04:16:39 *** Aussie_matt has quit IRC
05:17:52 *** Aussie_matt has joined #gnucash
05:18:38 *** field^Mop has joined #gnucash
06:06:17 *** Eric has quit IRC
06:09:26 *** User__ has joined #gnucash
06:30:04 *** User__ has quit IRC
07:26:20 *** Aussie_matt has quit IRC
07:42:55 *** storyjesse has joined #gnucash
08:47:56 *** halipaul has joined #gnucash
09:10:44 *** Agfarmer18 has joined #gnucash
09:15:38 *** storyjesse has quit IRC
09:20:02 *** Agfarmer18 has quit IRC
09:21:16 <warlord> giuseppef, like I said, it's probably a python binding issue.
09:22:16 *** suukim has quit IRC
09:56:34 *** Cork has quit IRC
09:56:54 *** Cork has joined #gnucash
10:03:23 *** Mechtilde has quit IRC
10:26:40 *** Agfarmer18 has joined #gnucash
10:29:26 *** Agfarmer18 has joined #gnucash
10:51:24 *** guak has joined #gnucash
11:03:32 *** jcarl43 has joined #gnucash
11:03:32 *** ChanServ sets mode: +v jcarl43
11:08:51 *** Agfarmer18 has quit IRC
11:17:26 *** yyoshino has quit IRC
11:17:40 *** yyoshino has joined #gnucash
11:44:51 <jralls> fell, starting a test build on Windows.
11:45:14 <fell> OK
11:55:07 *** suukim has joined #gnucash
11:56:56 *** jervin has joined #gnucash
12:14:17 *** Mechtilde has joined #gnucash
12:23:52 *** sbluhm has quit IRC
12:24:32 *** AdrienM has quit IRC
12:24:41 *** AdrienM has joined #gnucash
12:24:41 *** ChanServ sets mode: +v AdrienM
13:10:02 *** angel has joined #gnucash
13:29:37 *** angel has quit IRC
13:49:49 *** sbluhm has joined #gnucash
13:49:49 *** ChanServ sets mode: +v sbluhm
13:59:32 <jralls> fell all 3 repos updated.
13:59:54 <fell> ah,,thanks!
14:01:43 <fell> After almost a week I hd finished the space hunting and was just downloading aqb files.
14:03:38 <AdrienM> when I see "gnc:foo" in a .scm file, that is a reference to a function in...? the main binary?
14:05:42 <fell> AdrienM, they are translated by swig between C and scm
14:10:25 <AdrienM> fell, thanks. How and where would I find foo to see what it is doing?
14:17:56 <fell> https://github.com/Gnucash/gnucash/tree/maint/bindings/guile or its build directory
14:18:28 <AdrienM> thanks!
14:19:56 <fell> but you will usually better understand https://code.gnucash.org/docs/MAINT/
14:25:50 <AdrienM> Yes, long past time for me to crack the books.
14:32:04 *** suukim has quit IRC
14:36:58 <jralls> fell, AdrienM By a mostly-observed convention Scheme functions beginning with gnc: are written directly in Scheme and functions beginning with gnc- are wrapped C/C++ functions.
14:37:37 <jralls> Swig changes '_' in a function name to '-'.
14:39:36 <jralls> Functions in camel-case, especially those beginning with 'xacc', are probably also wrapped C/C++ functions. Functions not meeting any of those criteria are probably local to the file you're looking at.
14:41:26 <jralls> To find the definition of a scheme function I usually `grep -rl "define.*(func-name" *gnucash bindings`.
14:47:50 *** xqdt has joined #gnucash
14:47:50 *** ChanServ sets mode: +v xqdt
14:51:12 *** xqdt has quit IRC
14:56:02 <AdrienM> jralls, thank you. I had surmised the "_/-" change, good to know about the rest. I was having trouble finding some html functions, but I'm betting that grep you provided will do the trick.
14:56:45 <jralls> Those are mostly in gnucash/report/html*.scm
14:58:03 <AdrienM> yeah, that's where I was hunting, but perhaps not properly.
14:58:32 *** David has quit IRC
14:58:39 *** David has joined #gnucash
15:14:47 *** Mechtilde has quit IRC
16:02:48 *** jw4 has quit IRC
16:03:35 *** jw4 has joined #gnucash
16:03:36 *** ChanServ sets mode: +v jw4
16:05:34 *** sbluhm has quit IRC
16:33:31 <fell> Martin released AqBanking 6.2.9, but i am off for today.
16:34:30 <fell> Improvements on PhotoTAN
16:38:32 *** ArtGravity has joined #gnucash
16:38:32 *** ChanServ sets mode: +v ArtGravity
17:00:41 *** puck has joined #gnucash
17:24:49 *** Aussie_matt has joined #gnucash
17:34:38 *** field^Mop has quit IRC
18:36:11 *** mydogsnameisrudy has joined #gnucash
18:39:04 *** mydogsnameisrudy has quit IRC
18:52:30 *** jcarl43 has quit IRC
18:56:17 *** jervin has quit IRC
20:19:08 *** ArtGravity has quit IRC
21:11:48 *** guak has quit IRC
21:15:19 *** James has joined #gnucash
22:23:06 *** James has quit IRC
23:09:40 *** jervin has joined #gnucash