[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2-3-gec0f42d
Service Account
noreply at mpich.org
Fri Nov 13 14:01:09 CST 2015
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 "MPICH primary repository".
The branch, master has been updated
via ec0f42db874784a466e062e7603cf5c0affc5bed (commit)
from 538f8abb47d47dd3bb39e648e771ac705b2bf274 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/ec0f42db874784a466e062e7603cf5c0affc5bed
commit ec0f42db874784a466e062e7603cf5c0affc5bed
Author: William Gropp <wgropp at illinois.edu>
Date: Mon Sep 28 08:41:45 2015 -0500
Improve "attempt to redefine" warning message
The error message reported by 'maint/extracterrmsgs' could be better.
The script has all the info it needs (it saves the location where the
original was defined, and has the source and line for the current
instance).
Signed-off-by: Rob Latham <robl at mcs.anl.gov>
diff --git a/maint/extracterrmsgs b/maint/extracterrmsgs
index b22954b..16f8c22 100755
--- a/maint/extracterrmsgs
+++ b/maint/extracterrmsgs
@@ -580,6 +580,8 @@ sub ReadErrnamesFile {
else
{
print STDERR "Warning: attempt to redefine $name. Duplicate ignored.\n";
+ print STDERR "Previously defined at $longnamesDefined{$name} with value \"$longnames{$name}\"\n";
+ print STDERR "Redefined at $sourcefile:$linecount with value \"$repl\"\n";
}
}
}
-----------------------------------------------------------------------
Summary of changes:
maint/extracterrmsgs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list