[ python-Bugs-1373150 ] diffs in working copy after a build
SourceForge.net
noreply at sourceforge.net
Sun Dec 11 22:18:35 CET 2005
Bugs item #1373150, was opened at 2005-12-04 16:00
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1373150&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Michael Hudson (mwh)
>Assigned to: Neal Norwitz (nnorwitz)
Summary: diffs in working copy after a build
Initial Comment:
I habitually build python in a subdirectory of the checkout directory (cd
build; ../configure; make). After I do this, "svn diff" says this:
Index: Include/Python-ast.h
=============================================
======================
--- Include/Python-ast.h (revision 41584)
+++ Include/Python-ast.h (working copy)
@@ -1,4 +1,4 @@
-/* File automatically generated by ./Parser/asdl_c.py */
+/* File automatically generated by ../Parser/asdl_c.py */
#include "asdl.h"
Index: Python/Python-ast.c
=============================================
======================
--- Python/Python-ast.c (revision 41584)
+++ Python/Python-ast.c (working copy)
@@ -1,4 +1,4 @@
-/* File automatically generated by ./Parser/asdl_c.py */
+/* File automatically generated by ../Parser/asdl_c.py */
#include "Python.h"
#include "Python-ast.h"
which is kind of annoying. "File automatically generated by asdl_c.py"
would probably do fine for me.
----------------------------------------------------------------------
>Comment By: Neal Norwitz (nnorwitz)
Date: 2005-12-11 13:18
Message:
Logged In: YES
user_id=33168
I always wondered how Jeremy and I conflicted. This bugged
me too, so it's fixed now. Parser/asdl_c.py is what it says
(ie .../ is stripped).
Committed revision 41644.
----------------------------------------------------------------------
Comment By: Michael Hudson (mwh)
Date: 2005-12-04 17:17
Message:
Logged In: YES
user_id=6656
Yes, whatever gets rid of the Ms in my wc :)
----------------------------------------------------------------------
Comment By: Brett Cannon (bcannon)
Date: 2005-12-04 16:26
Message:
Logged In: YES
user_id=357491
Would changing the path to say /Parser/asdl_c.py work for you?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1373150&group_id=5470
More information about the Python-bugs-list
mailing list