Re: [Monotone-devel] Patch to speed up add operation

2005-08-25 Thread Eric Anderson
[EMAIL PROTECTED] writes: BenoƮt Dejean wrote: [ string[0] not guarenteed to be contigous, although most implement that way; c_str() is safe only for read ] Is .data() assumed to be contigous as well? There are a lot of casts of string.data() to (const char *) or equivalent in the

Re: [Monotone-devel] Patch to speed up add operation

2005-08-25 Thread Florian Weimer
* Eric Anderson: Is .data() assumed to be contigous as well? Yes. The difference to .c_str() is that the character array to which a pointer is returned is not guaranteed to be NUL-terminated. ___ Monotone-devel mailing list

Re: [Monotone-devel] Explicit_merge fails with invariant 'I(cs_left == cs_right)' on monotone itself

2005-08-25 Thread Timothy Brownawell
On Wed, 2005-08-24 at 09:38 +0200, Christof Petig wrote: Any idea on how to merge the changes in mainline (propagated to nvm.cvssync.win32) into net.venge.monotone.cvssync? When doing an explicit merge: mt explicit_merge 7b88f7c9b843cae0b068b5232edf812c9b2b367d

[Monotone-devel] Fw: [Monotone-commits-diffs] Revision eb95ff8c336ab71cfbfa582dca501b4e41d1bc3d

2005-08-25 Thread Richard Levitte - VMS Whacker
Uhmmm, I'm all for spreading the language (I'm half french, 'k? :-)), but I'm not sure about this one... Some scripts might, just might depend of a merge having a very specific changelog. How does monotone-viz deal with merges and propagates, for example? Cheers, Richard - Please consider

Re: [Monotone-devel] Interesting bug in monotone-viz

2005-08-25 Thread Olivier Andrieu
Richard Levitte - VMS Whacker [Wednesday 10 August 2005] : If you check out the current monotone repository with monotone-viz, you will see that it looks like it has two heads, or at least split in some way that monotone-viz can't detect properly. Hi Richard, OK I modified the way this is

Re: [Monotone-devel] Interesting bug in monotone-viz

2005-08-25 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Thu, 25 Aug 2005 22:06:04 +0200, Olivier Andrieu [EMAIL PROTECTED] said: oandrieu OK I modified the way this is done, could you try again and oandrieu see if it's better now ? Sure... as soon as you push :-) Cheers, Richard - Please consider sponsoring my

Re: [Monotone-devel] Interesting bug in monotone-viz

2005-08-25 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Thu, 25 Aug 2005 22:14:53 +0200 (CEST), Richard Levitte - VMS Whacker [EMAIL PROTECTED] said: richard In message [EMAIL PROTECTED] on Thu, 25 Aug 2005 22:06:04 +0200, Olivier Andrieu [EMAIL PROTECTED] said: richard richard oandrieu OK I modified the way this is

[Monotone-devel] t_migrate_schema.at failing?

2005-08-25 Thread Richard Levitte - VMS Whacker
Did the schema change in net.venge.monotone lately? When running the tests (make check), t_migrate_schema.at is failing (testsuite.log), so I'm getting suspitious... Cheers, Richard - Please consider sponsoring my work on free software. See http://www.free.lp.se/sponsoring.html for details.