"Nicolas Pouillard" nicolas.pouillard@gmail.com writes:
On 3/22/07, Roland Levillain roland@lrde.epita.fr wrote:
I'm forwarding your comments to the LRDE Projects list, where discussions on Vcs take place.
It's great to see Vcs ran almost out-of-the-box for you! :)
---------- Forwarded message ---------- From: "Benoit Perrot" benoit@lrde.epita.fr To: tiger-patches@lrde.epita.fr Date: Tue, 20 Mar 2007 23:49:52 +0100 (CET) Subject: Re: 2547: Move argp/ to lib/argp/. Wow, vcs is pretty cool BUT I wish I had some documentation ;)
I had no problem setting up my environment, but:
[...]
- having it helping me to actually write my ChangeLog entry (I had already written one, I've been lucky to understand what was happening and not to duplicate my entry :)
Yes, that's an issue for beginners.
Anymway, I'm still missing this feature. Currently, I compose my ChangeLog entry with Emacs while (or after) patching, and I cut-paste it into Vcs' form. I'd like to avoid these unecessary manipulations.
Other than this small issue, Vcs is a useful tool!
Oh, BTW, it seems that Vcs doesn't support the svn's `-c' (`--change') option, probably introduced by version 1.3 or 1.4 :
brasilia ~/src/tc % which svn 18:56 #219 svn: aliased to vcs-svn brasilia ~/src/tc % svn diff -c 2551 src/parse/tiger-parser.cc 18:56 #220 vcs: error: ambiguous option: -c brasilia ~/src/tc % \svn diff -c 2551 src/parse/tiger-parser.cc Err 1 #221 Index: src/parse/tiger-parser.cc =================================================================== --- src/parse/tiger-parser.cc (révision 2550) +++ src/parse/tiger-parser.cc (révision 2551) @@ -42,6 +42,7 @@ return *this; }
+/*<object<-*/ /// Enable object extensions. TigerParser& TigerParser::enable_object_extensions (bool b) @@ -49,6 +50,7 @@ enable_object_extensions_p_ = b; return *this; } +/*->>*/
/// Enable syntax extensions. TigerParser&