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 $modules

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 regardi

some questions

2017-05-17 Thread Tim Rühsen
Hi, just a couple of questions... How do I enable valgrind testing ? What about automated / CI testing ? We (the Wget maintainers) recently set up a group 'gnuwget' on Gitlab with CI runners (Debian, CentOS, Fedora). I could add gnulib as a project so that it can use these runners as well. The o

Some questions about argp

2007-07-31 Thread Herbert Euler
Hello, I have some questions on the argp implementation. Please take a look at them. Thanks. 1. On ARGP_KEY_ARGS The document of this macro, in the libc document, says: `ARGP_KEY_ARGS' If a parser function returns `ARGP_ERR_UNKNOWN' for `ARGP_KEY_ARG', it is imm