Logs for #nikola for 2017-05-29

00:00:55 -travis-ci:#nikola- getnikola/nikola#9013 (master - 574621f : Roberto Alsina): The build passed.
00:00:56 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/1ea109b0d90c...574621f11f80
00:00:56 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/237005828
00:10:41 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to md-metadata: https://git.io/vHcFF
00:10:41 -GitHub[nikola]:#nikola- nikola/md-metadata 221d40c Roberto Alsina: Merge branch 'master' into md-metadata
00:15:39 -travis-ci:#nikola- getnikola/nikola#9014 (md-metadata - 221d40c : Roberto Alsina): The build passed.
00:15:40 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/2e4169bdf809...221d40c99624
00:15:40 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/237007998
01:36:01 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 2 new commits to md-metadata: https://git.io/vHcxm
01:36:01 -GitHub[nikola]:#nikola- nikola/md-metadata 5814dbb Roberto Alsina: docs
01:36:01 -GitHub[nikola]:#nikola- nikola/md-metadata 08da62f Roberto Alsina: docs
01:41:53 -travis-ci:#nikola- getnikola/nikola#9015 (md-metadata - 08da62f : Roberto Alsina): The build passed.
01:41:54 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/221d40c99624...08da62fe2046
01:41:54 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/237018874
05:33:47 <KwBot> [plugins] sukiletxe opened issue #232: [static_comments] Use json / yaml https://github.com/getnikola/plugins/issues/232
12:01:30 <KwBot> [nikola] x1101 opened issue #2806: UnboundLocalError: local variable 'locale_n' referenced before assignment https://github.com/getnikola/nikola/issues/2806
12:18:18 <KwBot> [nikola] Kwpolska assigned issue #2806 to Kwpolska: UnboundLocalError: local variable 'locale_n' referenced before assignment https://github.com/getnikola/nikola/issues/2806
12:19:26 <KwBot> [nikola] Kwpolska closed issue #2806: UnboundLocalError: local variable 'locale_n' referenced before assignment https://github.com/getnikola/nikola/issues/2806
12:19:36 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/vHC2f
12:19:36 -GitHub[nikola]:#nikola- nikola/master 74abaf8 Chris Warrick: Fix #2806 -- always define locale_n when guessing...
12:30:58 -travis-ci:#nikola- getnikola/nikola#9017 (master - 74abaf8 : Chris Warrick): The build passed.
12:30:59 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/574621f11f80...74abaf832d2d
12:30:59 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/237148790
13:28:14 <ralsina> ChrisWarrick: is the locale guessing thing bad enough for a 7.8.6.1?
13:28:28 <ChrisWarrick> ralsina: nah
13:28:33 <ralsina> cool
13:28:45 <ChrisWarrick> happens in broken locale setups and can be worked around
13:37:20 <ralsina> The more I look at the metadata code the more I want to just set it on fire
13:37:41 <ralsina> I mean, what I have been doing does work and was not hard to add, but we look in way too many places
13:43:10 <ChrisWarrick> do we really?
13:48:50 <ralsina> inside the file, in the .meta file, in the filename, in the document
13:49:04 <ralsina> I supect there's some other place too :-)
13:50:23 <ChrisWarrick> I’m afraid we need them all for some stuff
13:51:03 <ChrisWarrick> .meta for non-plaintext formats, get_metadata for the plugins/themes site and other crazy stuff
13:53:54 <ralsina> yeah
13:54:13 <ralsina> we could remove the regexp-in-filename thing, perhaps
13:54:23 <ralsina> and trying to guess the title via regexp
13:54:31 <ralsina> and use the parser instead
13:55:06 <ChrisWarrick> +1 for the title thing
13:55:12 <ChrisWarrick> filenames can’t be done without v8
13:55:19 <ralsina> right
13:55:32 <ralsina> I will do the title in the branches that take "native" metadata from the files
13:55:54 <ralsina> Also, we can probably just not support JSON metadata. I doubt anyone actually uses it
13:56:22 <ChrisWarrick> yeah, that’s useless
13:56:34 <ChrisWarrick> and if someone needs it, just write json-style yaml
13:57:03 <ralsina> +1
13:57:08 <ralsina> removing it right away
13:58:35 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to master: https://git.io/vHCXC
13:58:35 -GitHub[nikola]:#nikola- nikola/master 2623322 Roberto Alsina: JSON metadata is not worth the trouble
14:03:50 -travis-ci:#nikola- getnikola/nikola#9018 (master - 2623322 : Roberto Alsina): The build passed.
14:03:51 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/74abaf832d2d...2623322c6315
14:03:51 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/237180515
18:35:34 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to md-metadata: https://git.io/vHWUQ
18:35:34 -GitHub[nikola]:#nikola- nikola/md-metadata 08bc2be Roberto Alsina: Merge branch 'master' into md-metadata
18:40:00 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 2 new commits to md-metadata: https://git.io/vHWTO
18:40:00 -GitHub[nikola]:#nikola- nikola/md-metadata 78e1f9b Roberto Alsina: lowercase keys for Pelican-style metadata
18:40:00 -GitHub[nikola]:#nikola- nikola/md-metadata 9856574 Roberto Alsina: Merge branch 'md-metadata' of https://github.com/getnikola/nikola into md-metadata
18:41:52 -travis-ci:#nikola- getnikola/nikola#9019 (md-metadata - 08bc2be : Roberto Alsina): The build passed.
18:41:53 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/08da62fe2046...08bc2bebb263
18:41:53 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/237263910
18:46:56 -travis-ci:#nikola- getnikola/nikola#9020 (md-metadata - 9856574 : Roberto Alsina): The build passed.
18:46:57 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/08bc2bebb263...9856574afb15
18:46:57 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/237265645
18:50:19 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 2 new commits to md-metadata: https://git.io/vHWT1
18:50:19 -GitHub[nikola]:#nikola- nikola/md-metadata 4f72951 Roberto Alsina: reordered code so translated_source_path works earlier
18:50:19 -GitHub[nikola]:#nikola- nikola/md-metadata fd2a791 Roberto Alsina: Use translated_source_path to get metadata out of ipynb files
18:57:23 -travis-ci:#nikola- getnikola/nikola#9022 (md-metadata - fd2a791 : Roberto Alsina): The build was broken.
18:57:24 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/9856574afb15...fd2a79166d37
18:57:24 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/237268328
19:05:10 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to md-metadata: https://git.io/vHWk1
19:05:10 -GitHub[nikola]:#nikola- nikola/md-metadata 4531fd9 Roberto Alsina: lint
19:12:43 -travis-ci:#nikola- getnikola/nikola#9024 (md-metadata - 4531fd9 : Roberto Alsina): The build was fixed.
19:12:44 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/fd2a79166d37...4531fd91830b
19:12:44 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/237272392
19:14:31 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to md-metadata: https://git.io/vHWIk
19:14:31 -GitHub[nikola]:#nikola- nikola/md-metadata 0f2a3c3 Roberto Alsina: minor [ci skip]
20:04:18 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to md-metadata: https://git.io/vHWqb
20:04:18 -GitHub[nikola]:#nikola- nikola/md-metadata 5385b80 Roberto Alsina: Get metadata from reSt docinfo and title. Don't get title from regexps
20:10:26 -travis-ci:#nikola- getnikola/nikola#9026 (md-metadata - 5385b80 : Roberto Alsina): The build was broken.
20:10:27 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/0f2a3c3ef0a1...5385b808d992
20:10:27 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/237287318
20:13:30 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to md-metadata: https://git.io/vHWm8
20:13:30 -GitHub[nikola]:#nikola- nikola/md-metadata eebb77e Roberto Alsina: remove tests for deleted code
20:25:10 -travis-ci:#nikola- getnikola/nikola#9028 (md-metadata - eebb77e : Roberto Alsina): The build is still failing.
20:25:11 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/5385b808d992...eebb77e0dc28
20:25:11 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/237290215