[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-NG] [FYI 00/19] [ng] Several renaming patches
From: |
Stefano Lattarini |
Subject: |
[Automake-NG] [FYI 00/19] [ng] Several renaming patches |
Date: |
Fri, 27 Jul 2012 15:10:17 +0200 |
And few minor related ones. Already pushed as obvious (the testsuite
still passes on Fedora and Solaris 11).
Some of the renaming might be suboptimal, but now that the new names are
better organized and "namespaced" (with all the new variable names in the
'am.test-suite.*' namespace), a future search-and-replace follow up patch
will be very easy to implement, so no need to worry.
Stefano Lattarini (19):
[ng] rename: am__test_result_rx -> am.test-suite.rx.result
[ng] rename: am__recheck_rx -> am.test-suite.rx.recheck
[ng] rename: am__global_test_result_rx -> am.test-suite.rx.global-result
[ng] rename: am__copy_in_global_log_rx -> am.test-suite.rx.copy-in-global-log
[ng] rename: am__list_recheck_tests -> am.test-suite-list-recheck
[ng] rename: am__list_recheck_tests -> am.test-suite.list-tests-to-recheck
[ng] rename: am.test-harness.* -> am.test-suite.*
[ng] rename: am__create_global_log -> am.test-suite.create-global-log
[ng] rename: am__rst_title -> am.test-suite.rst-title
[ng] rename: am__tty_colors -> am.test-suite.tty-colors
[ng] cosmetics: update a couple of outdated references in comments
[ng] rename: am__runtest -> am.test-suite.runtest
[ng] rename: am__handle_per_suffix_test -> am.test-suite.handle-suffix
[ng] rename: am__count_test_result -> am.test-suite.count-results
[ng] rename: am__get_test_bases -> am.test-suite.get-test-bases
[ng] rename: am__xfail_test_bases -> am.test-suite.xfail-test-bases
[ng] rename: am__test_* -> am.test-suite.test-*
[ng] rename: am__is_xfail_test -> -> am.test-suite.is-xfail
[ng] cosmetics: improve a comment
lib/am/color-tests.am | 2 +-
lib/am/parallel-tests.am | 128 +++++++++++++++++++++-------------------
lib/am/serial-tests.am | 2 +-
lib/tap-driver.pl | 2 +-
lib/test-driver | 2 +-
syntax-checks.mk | 6 +-
t/memoize.tap | 4 +-
t/parallel-tests-empty-tests.sh | 7 ++-
t/serial-tests.sh | 2 +-
t/test-trs-basic.sh | 2 +-
10 files changed, 82 insertions(+), 75 deletions(-)
--
1.7.12.rc0
- [Automake-NG] [FYI 00/19] [ng] Several renaming patches,
Stefano Lattarini <=
- [Automake-NG] [PATCH 01/19] [ng] rename: am__test_result_rx -> am.test-suite.rx.result, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 02/19] [ng] rename: am__recheck_rx -> am.test-suite.rx.recheck, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 03/19] [ng] rename: am__global_test_result_rx -> am.test-suite.rx.global-result, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 04/19] [ng] rename: am__copy_in_global_log_rx -> am.test-suite.rx.copy-in-global-log, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 08/19] [ng] rename: am__create_global_log -> am.test-suite.create-global-log, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 05/19] [ng] rename: am__list_recheck_tests -> am.test-suite-list-recheck, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 12/19] [ng] rename: am__runtest -> am.test-suite.runtest, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 09/19] [ng] rename: am__rst_title -> am.test-suite.rst-title, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 07/19] [ng] rename: am.test-harness.* -> am.test-suite.*, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 06/19] [ng] rename: am__list_recheck_tests -> am.test-suite.list-tests-to-recheck, Stefano Lattarini, 2012/07/27