Re: [Monotone-devel] implement hash_map with std::tr1

2006-07-16 Thread Zack Weinberg
On 7/16/06, Benoît Dejean [EMAIL PROTECTED] wrote: Le dimanche 30 avril 2006 à 19:13 +0200, Benoît Dejean a écrit : Le dimanche 30 avril 2006 à 05:55 -0700, Nathaniel Smith a écrit : On Sun, Apr 30, 2006 at 10:54:32AM +0200, Benoît Dejean wrote: +#if defined(__GNUC__) (__GNUC__ = 4)

[Monotone-devel] Extending automate stdio

2006-07-16 Thread Timothy Brownawell
With moving more commands into automate we'll need improvements to automate stdio, firstly so that restrictions are usable, and secondly to allow for an input stream (this will be useful if we decide that, say, a 'merge' variant should be available through automate). It would also be nice to allow

[Monotone-devel] Wrong (current time) creation date after checkout

2006-07-16 Thread Thomas Haas
Hi I am using motone 0.27 Cygwin on Windows XP. The creation date (ls -l) on files checked out (using mtn checkout or mtn revert) is set to the current time. My expectation is the creation date on files being the same after checkout (or revert) as during commit. What is the rational of this

Re: [Monotone-devel] Wrong (current time) creation date after checkout

2006-07-16 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Sun, 16 Jul 2006 21:53:14 +0200, Thomas Haas [EMAIL PROTECTED] said: mt I am using motone 0.27 Cygwin on Windows XP. mt mt The creation date (ls -l) on files checked out (using mtn checkout mt or mtn revert) is set to the current time. My expectation is the mt

Re: [Monotone-devel] Wrong (current time) creation date after checkout

2006-07-16 Thread Timothy Brownawell
On Sun, 2006-07-16 at 21:53 +0200, Thomas Haas wrote: Hi I am using motone 0.27 Cygwin on Windows XP. The creation date (ls -l) on files checked out (using mtn checkout or mtn revert) is set to the current time. My expectation is the creation date on files being the same after checkout

[Monotone-devel] Re: Wrong (current time) creation date after checkout

2006-07-16 Thread Graydon Hoare
Thomas Haas wrote: I am using motone 0.27 Cygwin on Windows XP. The creation date (ls -l) on files checked out (using mtn checkout or mtn revert) is set to the current time. My expectation is the creation date on files being the same after checkout (or revert) as during commit. What is the

Re: [Monotone-devel] rfc: small simplification to paths.cc/constants.cc

2006-07-16 Thread Zack Weinberg
On 7/14/06, Nathaniel Smith [EMAIL PROTECTED] wrote: +// ??? Ensure use of UTF8 encoding internally, validate encoding here. ^^ Hmm? I have gotten lost in the conversions and the wrappers, and cannot tell what encoding (if any) can be relied upon at this point in the code. The exclusion of

Re: [Monotone-devel] Wrong (current time) creation date after checkout

2006-07-16 Thread Daniel Carosone
On Sun, Jul 16, 2006 at 09:53:14PM +0200, Thomas Haas wrote: What is the rational of this behavior? Specifically for *source* control usage, this is the required behaviour for make to work right. Consider this example: I have a workspace I haven't updated for several days. I do a make in

[Monotone-devel] Re: Extending automate stdio

2006-07-16 Thread Steven E. Harris
Timothy Brownawell [EMAIL PROTECTED] writes: The input format is currently 'l' string [string [...]] 'e' By the way, what does the 'l' stand for? I keep reading it as a one in the documentation, its meaning as a letter not being obvious enough to resolve the ambiguity. -- Steven E.

Re: [Monotone-devel] Re: Extending automate stdio

2006-07-16 Thread Timothy Brownawell
On Sun, 2006-07-16 at 16:29 -0700, Steven E. Harris wrote: Timothy Brownawell [EMAIL PROTECTED] writes: The input format is currently 'l' string [string [...]] 'e' By the way, what does the 'l' stand for? I keep reading it as a one in the documentation, its meaning as a letter not

Re: [Monotone-devel] implement hash_map with std::tr1

2006-07-16 Thread Nathaniel Smith
On Sun, Jul 16, 2006 at 11:04:22AM -0700, Zack Weinberg wrote: Nathaniel, did you have any other issues with the original patch? No, though it's possible it's bit-rotted a bit. -- Nathaniel -- The Universe may / Be as large as they say But it wouldn't be missed / If it didn't exist. --

Re: [Monotone-devel] Re: cygwin buildbot [Was: 0.27 cygwin compile error]

2006-07-16 Thread Nathaniel Smith
On Sun, Jul 16, 2006 at 07:45:45PM +0200, Lapo Luchini wrote: /home/build/mtbuildbot/monotone-buildbot/buildbot/slave/commands .py, line 201, in _startCommand msg = .join(argv) exceptions.TypeError: sequence item 4: expected string, NoneType found Oh! I bet this is just

Re: [Monotone-devel] rfc: small simplification to paths.cc/constants.cc

2006-07-16 Thread Nathaniel Smith
On Sun, Jul 16, 2006 at 01:49:14PM -0700, Zack Weinberg wrote: On 7/14/06, Nathaniel Smith [EMAIL PROTECTED] wrote: +// ??? Ensure use of UTF8 encoding internally, validate encoding here. ^^ Hmm? I have gotten lost in the conversions and the wrappers, and cannot tell what encoding (if

Re: [Monotone-devel] Re: Extending automate stdio

2006-07-16 Thread Nathaniel Smith
On Sun, Jul 16, 2006 at 06:51:32PM -0500, Timothy Brownawell wrote: It's apparently for list (and the 'e' is end), and comes from something called bencoding. ...looking to see what bencoding is, Google gives http://wiki.theory.org/BitTorrentSpecification . Which shows that the current input