Re: [fossil-users] ticket bug fixed, how should I submit it?

2010-11-23 Thread Richard Hipp
On Sun, Nov 21, 2010 at 3:32 AM, Erik Lechak e...@lechak.info wrote: Hello, manifest.c has this code: if( i0 strcmp(p-aField[i-1].zName, zName)=0 ){ goto manifest_syntax_error; } The code above is correct. J-cards have to be in strict lexicographical order, including any +

Re: [fossil-users] ticket bug fixed, how should I submit it?

2010-11-23 Thread Erik Lechak
Hello, The code above is correct. J-cards have to be in strict lexicographical order, including any + prefix. Huh... Then the J-card system appears to be broken. When I have an assigned_to column fossil generates the following: D 2010-11-15T23:38:35 J assigned_to eriklechak J +comment

Re: [fossil-users] ticket bug fixed, how should I submit it?

2010-11-23 Thread LluĂ­s Batlle i Rossell
On Tue, Nov 23, 2010 at 05:41:46PM -0500, Richard Hipp wrote: On Tue, Nov 23, 2010 at 5:31 PM, Erik Lechak e...@lechak.info wrote: Huh... Then the J-card system appears to be broken. When I have an assigned_to column fossil generates the following: Correct. The ticket-change artifact