Re: pygnulib: progress and some questions (func_emit_autoconf_snippets)

2017-12-28 Thread Dmitry Selyutin
Hi Bruno, thank you for the detailed answer. I think I still have to do some debugging to understand why the Python version of the algorithm for autoconf snippets generation works incorrectly, but I hope I understood how it should work. 29 дек. 2017 г. 2:32 ДП пользователь "Bruno Haible"

Re: pygnulib: progress and some questions (func_emit_autoconf_snippets)

2017-12-28 Thread Bruno Haible
Hi Dmitry, > > 1. At line 4260, what's the place where $modules variable gets assigned? > > Indeed the comments for function func_emit_autoconf_snippets are misleading: > This functions receives two module lists: > $modules (implicit), > $1 (explicit: first argument). > > Where does

Re: pygnulib: progress and some questions (func_emit_autoconf_snippets)

2017-12-27 Thread Bruno Haible
Hi Dmitry, > 1. At line 4260, what's the place where $modules variable gets assigned? Indeed the comments for function func_emit_autoconf_snippets are misleading: This functions receives two module lists: $modules (implicit), $1 (explicit: first argument). Where does $modules come from? -

pygnulib: progress and some questions (func_emit_autoconf_snippets)

2017-12-27 Thread Dmitry Selyutin
Hello, this is a kind reminder that python branch is still alive, though it's quite difficult to find a time for coding. :-) Anyway, I think I'll finish the "import" section in about a month: right now I'm slowly processing gnulib-comp.m4 generation part of the code. I have a question