gl_WITNESS_C_DOMAIN?

2012-08-11 Thread ghostma...@gmail.com
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

gnulib-comp.m4 indentation

2012-08-14 Thread ghostma...@gmail.com
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_

Check for module alloca in func_emit_tests_Makefile_am

2012-08-16 Thread ghostma...@gmail.com
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

--do-changelog

2012-08-20 Thread ghostma...@gmail.com
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

gnulib-tool and short options

2012-08-20 Thread ghostma...@gmail.com
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

RE: Gnulib homepage and CVS mirror

2013-05-03 Thread ghostma...@gmail.com
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..

pygnulib: GLPackage

2013-05-06 Thread ghostma...@gmail.com
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