[fossil-users] miniz vs zlib

2014-08-24 Thread Gour
Hello, I see there is work on adding miniz library along with zlib, so I wonder if there is plan to make it default and what are some pro/cons in regard to zlib vs miniz? Sincerely, Gour -- For him who has conquered the mind, the mind is the best of friends; but for one who has failed to do

[fossil-users] TH1: expr (-1)+1

2014-08-24 Thread Sergei Gavrikov
Hi I found that expressions like this OPEN_BRACKET UNARY_OPERATOR OPERAND CLOSE_BRACKET BINARY_OPERATOR OPERAND do fail an assertion in exprMakeTree(). Examples % fossil test-th-eval 'expr (-1)+1' fossil: ../src/th.c:2161: exprMakeTree: Assertion `!apToken[jj] || !apToken[

Re: [fossil-users] miniz vs zlib

2014-08-24 Thread Stephan Beal
On Sun, Aug 24, 2014 at 9:28 AM, Gour wrote: > Hello, > > I see there is work on adding miniz library along with zlib, so I wonder > if there is plan to make it default and what are some pro/cons in regard to > zlib vs miniz? > We're experimenting with it, but no decisions yet. Pros: - single-

Re: [fossil-users] Tag appears in Timeline, but not in Timeline Tags Only

2014-08-24 Thread David Evans
On 23/08/2014 15:25 PM, Richard Hipp wrote: > On Sat, Aug 23, 2014 at 9:38 AM, David Evans > wrote: > >> In the repository at >> >> http://chiselapp.com/user/vinkix/repository/olrcix >> >> (cloneable URL) >> >> The timeline for 2014-08-20 19:29 shows a tag for RELEASE-1.6.14 >> >> In the Timeline

Re: [fossil-users] TH1: expr (-1)+1

2014-08-24 Thread Ron W
On Sun, Aug 24, 2014 at 4:55 AM, Sergei Gavrikov wrote: > Examples > > % fossil test-th-eval 'expr (-1)+1' > fossil: ../src/th.c:2161: exprMakeTree: Assertion `!apToken[jj] || > !apToken[0]' failed. > I think this is a quota/grouping issue. TH1 syntax is more-or-less a subset of TCL syntax,

Re: [fossil-users] TH1: expr (-1)+1

2014-08-24 Thread Sergei Gavrikov
On Sun, 24 Aug 2014, Ron W wrote: > On Sun, Aug 24, 2014 at 4:55 AM, Sergei Gavrikov wrote: > Examples > >   % fossil test-th-eval 'expr (-1)+1' >   fossil: ../src/th.c:2161: exprMakeTree: Assertion > `!apToken[jj] || !apToken[0]' failed. > > > I think this is a quota/group