[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, python-work, created. v1.11
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, python-work, created. v1.11-379-g3f7d0a5 |
Date: |
Sun, 12 Jun 2011 21:57:21 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=3f7d0a5e8a9970e166a228a32a3bc80cd6da7868
The branch, python-work has been created
at 3f7d0a5e8a9970e166a228a32a3bc80cd6da7868 (commit)
- Log -----------------------------------------------------------------
commit 3f7d0a5e8a9970e166a228a32a3bc80cd6da7868
Merge: a2ebf0e 5b7c6b4
Author: Stefano Lattarini <address@hidden>
Date: Sun Jun 12 23:53:10 2011 +0200
Merge branch 'maint' into python-work
* maint:
test defs: new function 'fatal_', for hard errors
commit a2ebf0e5b1f34d76ce92673cf8575a10d33f9b05
Author: Stefano Lattarini <address@hidden>
Date: Wed Jun 8 22:27:25 2011 +0200
py-compile: '--' and non-option arguments terminate the option list
* lib/py-compile: Any non-option argument, or the special `--'
argument, now explicitly terminates the list of options.
* tests/py-compile-option-terminate.test: New test.
* tests/Makefile.am (TESTS): Update.
* NEWS: Update.
commit cd16ceb382de8f64d44efd7dd1948c33fc52566e
Author: Stefano Lattarini <address@hidden>
Date: Wed Jun 8 22:10:08 2011 +0200
py-compile: complain on unrecognized options
* lib/py-compile: Complain on unrecognized options. Don't be too
lax in matching `--help' and `--version' options.
* tests/py-compile-usage.test: Extend accordingly.
* NEWS: Update.
commit 429b748cecaa046d11f5a93bea0c93c809179ed6
Author: Stefano Lattarini <address@hidden>
Date: Wed Jun 8 22:00:38 2011 +0200
py-compile: normalize error and help messages
* lib/py-compile: Now error messages do not begin with a capital
letter, nor end with a period, as per GNU standards. Prepend the
error messages with the name of the script, not with its path.
When an invalid usage is recognized, always display the customary
message "Try `py-compile --help' ..." on a line of its own.
($me): New variable, containing the name of the
program, i.e., `py-compile'. Use it throughout.
(usage_error): New function, used to display error messages about
invalid usage.
* tests/py-compile-usage.test: Extend and tighten accordingly.
commit a716df2ed5f62889d3b442d5ecc5e2edd6794ee4
Author: Stefano Lattarini <address@hidden>
Date: Wed Jun 8 21:37:51 2011 +0200
python tests: add "unit tests" on py-compile
* tests/py-compile-basic.test: New test.
* tests/py-compile-basic2.test: New test.
* tests/py-compile-basedir.test: Likewise.
* tests/py-compile-destdir.test: Likewise.
* tests/py-compile-env.test: Likewise.
* tests/py-compile-usage.test: Likewise.
* tests/Makefile.am (TESTS): Update.
Tested with python 2.0.1, 2.4.6, 2.6.6, 2.7.1, and 3.1.3.
commit dd8b570a6a55cb20690cdc2c312309338d2495d3
Author: Stefano Lattarini <address@hidden>
Date: Wed Jun 8 14:55:01 2011 +0200
py-compile: the '--destdir' option now accepts a blank argument
* lib/py-compile (Option parsing): Do not count an empty argument
to `--destdir' or `--basedir' as a missing argument.
* lib/python.am: Simplify accordingly, passing the `--destdir'
option to py-compile unconditionally, even if `$(DESTDIR)' is
empty.
* NEWS: Update.
commit b46debf534a9adab1b7c8e8b96c3c11de5dc9ae4
Author: Stefano Lattarini <address@hidden>
Date: Wed Jun 8 14:33:49 2011 +0200
python: run the 'py-compile' script with $(SHELL)
* lib/python.am (install-%DIR%PYTHON): Run each instance of
py-compile using $(SHELL). Since we are at it, break overly
long lines.
(am__py_compile): New variable, to reduce code duplication.
-----------------------------------------------------------------------
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, python-work, created. v1.11-379-g3f7d0a5,
Stefano Lattarini <=