2018-10-19 GnuCash IRC logs

00:33:19 *** Mechtilde has joined #gnucash
01:15:08 *** frakturfreak has quit IRC
01:22:25 *** Mechtilde has quit IRC
01:29:53 *** frakturfreak has joined #gnucash
02:12:52 *** storyjesse has quit IRC
02:21:10 *** gour has joined #gnucash
02:32:28 *** fabior has joined #gnucash
02:32:50 *** fabior has quit IRC
02:46:47 *** fell has joined #gnucash
02:47:34 *** gjanssens has joined #gnucash
02:47:34 *** ChanServ sets mode: +o gjanssens
02:48:19 <gjanssens> .
02:53:23 *** jotrago has joined #gnucash
02:54:52 <chris> I have a feeling jralls doesn't like guile much
02:58:24 *** jotrago has joined #gnucash
03:06:57 <chris> guile is like assembly language, with unlimited registers...
03:24:34 *** bertbob has quit IRC
03:27:55 *** bertbob has joined #gnucash
03:31:00 *** bertbob has quit IRC
03:47:06 *** bertbob has joined #gnucash
03:50:11 *** bertbob has quit IRC
03:51:54 *** jotrago has quit IRC
03:55:20 *** jotrago has joined #gnucash
04:05:44 *** bertbob has joined #gnucash
04:08:04 <chris> taylorswift is in town ;-)
04:17:44 *** jotrago has quit IRC
04:27:33 *** jotrago has joined #gnucash
04:37:50 *** jotrago has quit IRC
05:01:08 *** Aussie_matt has quit IRC
05:08:18 *** jotrago has joined #gnucash
05:15:17 *** jotrago has quit IRC
05:15:29 *** jotrago has joined #gnucash
05:36:32 <chris> I think I've reoptimized category-barchart... similar timing to p.broadbery
05:47:25 *** jotrago has quit IRC
06:34:40 *** storyjesse has joined #gnucash
06:43:41 *** Jimraehl1 has joined #gnucash
06:44:18 *** Jimraehl1 has left #gnucash
06:52:39 *** jotrago has joined #gnucash
07:29:31 *** jotrago has quit IRC
07:30:33 *** sbluhm has quit IRC
08:02:53 <warlord> chris: tell her I say hi :)
08:05:08 *** chris has quit IRC
08:07:45 *** jotrago has joined #gnucash
08:12:22 *** jotrago has quit IRC
08:12:34 *** jotrago has joined #gnucash
08:25:59 *** User has joined #gnucash
08:33:37 *** User has quit IRC
08:42:12 *** chris has joined #gnucash
08:52:24 *** fabior has joined #gnucash
08:56:15 *** fabior has quit IRC
08:57:37 *** boldstripe_ has joined #gnucash
08:57:53 *** boldstripe has quit IRC
08:57:53 *** boldstripe_ is now known as boldstripe
08:58:48 *** Mechtilde has joined #gnucash
09:09:28 *** fabior has joined #gnucash
09:12:57 *** boldstripe has quit IRC
09:15:36 *** boldstripe has joined #gnucash
09:17:47 *** boldstripe has quit IRC
09:20:46 *** boldstripe has joined #gnucash
09:28:49 *** jotrago has quit IRC
09:29:05 *** jotrago has joined #gnucash
09:29:44 *** gncbot sets mode: +o fell
09:33:37 *** boldstripe has quit IRC
09:34:02 *** boldstripe has joined #gnucash
10:08:25 *** oozer has joined #gnucash
10:08:29 *** chris has quit IRC
10:11:48 *** chris has joined #gnucash
10:13:34 *** fabior has quit IRC
10:23:35 *** chris has quit IRC
10:23:38 *** chris has joined #gnucash
10:27:11 *** KevinDB has quit IRC
10:27:17 *** fabior has joined #gnucash
10:29:51 *** fabior has quit IRC
10:30:30 *** KevinDB has joined #gnucash
10:41:57 *** oozer has quit IRC
10:42:52 *** oozer has joined #gnucash
10:50:05 *** fabior has joined #gnucash
10:56:14 *** bertbob has quit IRC
11:00:45 *** Mechtilde has quit IRC
11:06:17 *** bertbob has joined #gnucash
11:15:29 *** fabior has quit IRC
11:25:34 *** storyjesse has quit IRC
11:31:59 *** timo has joined #gnucash
11:32:45 <timo> Hi, Is there any way to do bulk actions on transfers or accounts? E.g. select multiple accounts and delete them?
11:33:06 <timo> Or select multiple transactions and change the transfer account?
11:36:00 *** boldstripe has quit IRC
11:36:57 *** boldstripe has joined #gnucash
11:45:49 *** chris has quit IRC
11:48:03 *** chris has joined #gnucash
11:48:53 *** fell has quit IRC
11:50:14 *** fell has joined #gnucash
11:50:44 *** gncbot sets mode: +o fell
11:52:32 *** chris has quit IRC
11:53:06 <fell> timo: only on deleting an account you can transfer all transactions to another account.
12:02:23 *** Mechtilde has joined #gnucash
12:14:22 *** chris has joined #gnucash
12:21:53 <jralls> chris: Can't you profile the price calculator yourself?
12:22:31 <jralls> gjanssens: The Ubuntu builds on TravisCI are all failing, starting about 10 hours ago.
12:23:12 <chris> i tried; my book doesn't have enough pricing data and it's not easy to generate multicommodity transactions programmatically via scheme. in any case my tests haven't shown major improvements so i haven't submitted PR yet.
12:24:09 <chris> in any case I've made a mess of ubuntu-upgrade to 18.10 and ive lost googlemock. need to find another focus for a while.
12:25:14 <chris> so, perhaps price-calculator optimizations may show prettier code but not necessarily faster...
12:26:27 <chris> and, i'm perhaps more motivated to eliminate report-collectors.scm and ilk
12:26:49 <jralls> chris: Just clone https://github.com/google/googletest to somwhere and add "-DBMOCK_ROOT=somewhere/googletest/googlemock -DGTEST_ROOT=somwhere/googletest/googletest" to your cmake args.
12:27:22 <jralls> s/-DBMOCK_ROOT/-DGMOCK_ROOT/
12:28:25 <jralls> If (eq prettier more_maintainable) that's still a legitimate improvement.
12:28:49 <gjanssens> jralls: hmm at first sight it looks like the docker images on travis are no longer working
12:29:36 <gjanssens> the most recent build complains about missing sources.lst (or perhaps only bad entries?)
12:29:37 <jralls> I thought that the Arch test was in a Docker instance and the Ubuntu wasn't.
12:29:48 <gjanssens> They both are
12:29:57 <gjanssens> lmat set it up that way
12:32:48 <gjanssens> jralls: fyi I'll be afk starting tomorrow until next Wednesday
12:33:41 <jralls> OK. More travel?
12:33:45 <chris> jralls: ok to both suggestions. the pricing calculator handles (1) zero-amount/value (2) euro currencies (3) total-foreign=0 with special cases... so will need to incorporate appropriate tests. in any case (3) will never happen due to internal logic.
12:33:59 <chris> jralls we have to set up meeting point in Kyoto too :)
12:34:52 <jralls> Yes. Have you figured out what days you'll be in Kyoto and what you want to do/see?
12:35:28 <chris> no idea! plan to stay 3days in major city, and perhaps 1 organized tour
12:36:15 <chris> in any case apols, bedtime here
12:36:33 *** User has joined #gnucash
12:36:40 <gjanssens> good night chris!
12:36:48 <jralls> OK. I just emailed you my cell #, text back when you're awake.
12:36:52 *** diego has joined #gnucash
12:36:55 <jralls> Good night.
12:36:56 <gjanssens> jralls: yes, a short autumn break
12:37:14 <diego> Hi guys, which parameters Gnucash takes in consideration when importing an ofx file?
12:37:17 <gjanssens> Go empty my head for a while with some hiking
12:37:37 <jralls> Nice. Italy again?
12:38:05 <diego> There is one transaction that have not shown on the screen, although it is on the ofx file.
12:38:06 <jralls> diego: We delegate that to libofx.
12:38:39 <diego> The FITID seems to be unique
12:38:48 <jralls> diego: Ah, that's usually because the FITID duplicates a txn that's already been imported.
12:39:33 <jralls> You checked the GnuCash data file/database?
12:39:37 *** User has quit IRC
12:39:55 <diego> no, I've checked the files I've recently uploaded. Simple grep.
12:40:09 <diego> recently *imported*
12:40:34 <diego> how could I check the database?
12:41:15 <jralls> gjanssens: It looks to me like the docker is OK, it's failing in apt-get build-dep gnucash. Maybe the apt sources in the docker image are corrupted?
12:41:35 <jralls> diego: Which backend are you using, XML or SQL?
12:42:28 <diego> xml
12:43:38 <jralls> Depending on whether you have compression turned on it's either plain text or qzip-compressed plain text. Just grep it for the FITID.
12:44:20 <diego> jralls: grep doesn't return anything, maybe it is compressed. I'll check it ;)
12:44:58 <jralls> `zcat foo.gnucash | grep my_fitid`
12:46:37 *** boldstripe has quit IRC
12:47:01 <gjanssens> jralls: no, in Germany this time, close to the Belgian border (Eiffel)
12:47:56 <diego> jralls: it returned nothing for this transaction. I tested with other FITID and it returned.
12:48:10 <diego> jralls: So, it really seems that the FITID is unique.
12:48:17 <gjanssens> And yes, it may be the docker images have become corrupt.
12:48:36 *** boldstripe has joined #gnucash
12:49:01 <jralls> diego: indeed. I suppose there's nothing else odd about the transaction in the ofx file...
12:49:34 <jralls> gjanssens: I'm going to try a probe by adding "cat /etc/apt/sources.list" to the ubuntu docker file.
12:50:11 <gjanssens> Ok
12:50:33 <gjanssens> The most recent update to the docker images apparently was september 29
12:50:34 <gjanssens> https://hub.docker.com/_/ubuntu/
12:51:43 <diego> jralls: At my non-experienced eye, there is nothing wrong. I don't want to bother you with this. I'll continue observing this behavior
12:51:52 <diego> jralls: thank you very much
12:53:29 <jralls> diego: You're welcome.
12:54:59 <gjanssens> Hmm following the link to 14.04's docker file suggests it has been updated 2 days ago instead
12:55:01 <gjanssens> https://github.com/tianon/docker-brew-ubuntu-core/commits/c7e9f7353aa24d1c35f501e06382aed1b540e85f/trusty/Dockerfile
12:55:42 *** diego has quit IRC
12:59:38 <gjanssens> I don't really understand their repository structure though. As if not all commits are on a branch.
13:00:11 <gjanssens> Ah, ok, I needed to check out the dist-amd64 branch
13:02:13 <gjanssens> Anyway, back to packing...
13:28:23 *** calvinct has joined #gnucash
13:31:20 *** calvinct has quit IRC
13:35:31 *** calvinct has joined #gnucash
13:37:53 *** timo has quit IRC
14:29:00 *** calvinct has quit IRC
14:39:01 *** Cuare has joined #gnucash
15:29:35 *** Cuare has quit IRC
15:32:00 *** boldstripe has quit IRC
15:41:48 *** User has joined #gnucash
15:44:52 *** User has quit IRC
15:50:45 *** User has joined #gnucash
15:53:49 *** User has quit IRC
16:00:39 *** gjanssens has quit IRC
16:09:15 *** KaiForce has joined #gnucash
16:33:16 *** Mechtilde has quit IRC
16:35:56 *** gour has quit IRC
16:41:39 *** fekepp has quit IRC
17:02:40 *** kael has joined #gnucash
17:35:28 *** KaiForce has quit IRC
18:48:10 *** User has joined #gnucash
18:56:34 *** squd_0xFFEE has quit IRC
18:56:41 *** squd_0xFFEE has joined #gnucash
18:58:50 *** User has quit IRC
19:57:04 *** AlabamaGuy has joined #gnucash
19:58:42 *** AlabamaGuy has left #gnucash
20:10:32 *** O01eg has quit IRC
20:28:17 *** fell has quit IRC
20:37:18 *** O01eg has joined #gnucash
20:44:24 *** O01eg has quit IRC
20:57:00 *** User has joined #gnucash
21:11:47 *** kael has quit IRC
21:43:18 *** oozer has quit IRC
22:01:38 *** User has quit IRC
22:28:12 *** squd_0xFFEE has quit IRC