Hello everyone,
I think I've recently found a small bug inside old gnulib-tool. As you know we
parse m4/gnulib-cache.m4 file to get cached variables which we want to use in
import modes. There is gl_WITNESS_C_MACRO field, which we parse to get
witness_c_macro variable. But at line 5143, where w
Hello everyone,
it seems I've found another very small bug inside gnulib-tool. See line 3920 of
emit_autoconf_snippet: it will never do the right indentation (which we need
e.g. in emit_autoconf_snippets) since $indentation is always empty. We just
need to add one line in the beginning of emit_
Hello everyone,
It seems I've found another small bug inside gnulib-tool.
In func_emit_tests_Makefile_am at lines 3618-3620 we add two lines to emit if
module is 'alloca' and we use perhapsLT variable. The problem is that it is
always empty.
BTW, there are no other places in func_emit_tests_Ma
Hello everyone,
it seems that I've recently found a new small bug inside gnulib-tool. We have
--do-changelog, but it is never used. It is only set when we process
command-line arguments, but I couldn't find any piece of code where we test its
value. I guess that it lives in gnulib-tool since th
Hello everyone,
since it is very easy to modify command-line arguments and options with
argparse, I want to ask you whether you want to receive short options.
For example, with old gnulib-tool we can type '--import', '--impor', '--impo',
etc. But we can't easily type '-i'.
It is easy to fix it
Hello everyone!
It really meets my needs, since I haven't added full support for CVS yet. :-)
If it doesn't have any meaning, I'll remove any "tails" to SVS and will keep
only git support in pygnulib.
---Исходное сообщение---
От: Karl Berry
Отправлено: 04.05.2013, 00.57
Кому: stefano.lattar..
Hello everyone!
Since last year I had a strong feeling that it is not so good to import
packages as standalone files, placed in different separated folders. I've
already talked to Bruno about this idea before, but it was soon forgotten since
and I and Bruno didn't participated for some time in