On Fri, Mar 27, 2009 at 1:31 AM, Nuno Lucas wrote:
> 2009/3/26 Thomas Keller :
>> Thanks for that - this should be helpful. Apparently fast-import crashes
>> when it finds "garbage" after a path stanza:
>>
>> fatal: Garbage after path in: D "file2"
>> fast-import: dumping crash report to .git/fast
On Fri, Mar 27, 2009 at 10:01:47AM +0100, Markus Wanner wrote:
> Hi,
>
> hend...@topoi.pooq.com wrote:
> > Can anyone enlighten me?
> > (a) Is it usable?
> > (b) is it usable for those that aren't developing monotone?
> > (c) does it have serious bugs or deep concptual problems?
>
> AFAIC
Stephen Leake schrieb:
> Zbigniew Zagórski writes:
>
>> 2009/3/23 Thomas Keller :
>>> Hi fellows!
>>>
>>> A new version was released today with these changes:
>>>
>>> * monotone no longer bundles several required 3rd party libraries;
>>>this not only makes our life easier but was often reque
Zbigniew Zagórski writes:
> 2009/3/23 Thomas Keller :
>>
>> Hi fellows!
>>
>> A new version was released today with these changes:
>>
>> * monotone no longer bundles several required 3rd party libraries;
>> this not only makes our life easier but was often requested by
>> distributions.
>>
Richard Levitte writes:
[...]
> Do we know for sure that all implementations of std::vector work
> in such a way that memcpy() and other functions with pure C semantics
> will always work?
Yes (provided the elements are POD, anyway).
(Though using std::copy() would also be perfectly reasonable
Hi,
hend...@topoi.pooq.com wrote:
> Can anyone enlighten me?
> (a) Is it usable?
> (b) is it usable for those that aren't developing monotone?
> (c) does it have serious bugs or deep concptual problems?
AFAICT Christof has used it for his own work, so I guess something
between (a) and (b)