Logs for #nikola for 2017-09-02

19:08:34 <gour> evening
19:08:45 <gour> any hint about this error:
19:08:46 <gour> plugin_categories.py", line 306, in compile
19:08:46 <gour>     raise NotImplementedError()
19:15:38 <ChrisWarrick> gour: Have you installed from GitHub master recently?
19:16:58 <ChrisWarrick> gour: We changed the API for compilers. If you’re using any extra compiler plugins, you may need to change it to use https://github.com/getnikola/nikola/blob/master/nikola/plugin_categories.py#L304
19:17:30 <gour> ChrisWarrick: nope, it was some time since I pulled from the repo...
19:17:41 <ChrisWarrick> gour: “recently” is “last 2 or 3 months”
19:18:04 <ChrisWarrick> and the point still stands
19:18:40 <gour> well, the version says: "Nikola v8.0.0.dev0"
19:19:01 <gour> yes, i'm trying asciidoc plugin...
19:19:42 <gour> so, it looks that's out of date
19:49:14 <gour> ChrisWarrick: what are the benefits of new API?