Re: [fossil-users] TH1: expr {42.0/0}

2013-12-28 Thread Joe Mistachkin
Sergei Gavrikov wrote: > > I found that TH1 does not catch "Divide by 0" under certain conditions > (if numerator or denominator (or both) are floating-point numbers) and > quite hangs Fossil: > Thanks for the report. Fixed here: https://www.fossil-scm.org/index.html/info/479b3de1d2

[fossil-users] TH1: expr {42.0/0}

2013-12-28 Thread Sergei Gavrikov
Hi I found that TH1 does not catch "Divide by 0" under certain conditions (if numerator or denominator (or both) are floating-point numbers) and quite hangs Fossil: % fossil test-th-eval "expr {42/0}" TH_ERROR: Divide by 0: 42 # TH1 hangs Fossil % fossil test-th-eval "expr {42.0/0}" %

Re: [fossil-users] 'ignore-glob' (wildcard) syntax

2013-12-28 Thread Michai Ramakers
On 28 December 2013 15:16, Martin Gagnon wrote: > > Multiple '*' work and in my case I use that: > */obj/* > > per example. > > Any subdir 'obj' in the repo will have it contents ignored. d'oh, that's useful indeed, thx. Michai ___ fossil-users mailing

Re: [fossil-users] 'ignore-glob' (wildcard) syntax

2013-12-28 Thread Martin Gagnon
On Sat, Dec 28, 2013 at 03:11:32PM +0100, Michai Ramakers wrote: > On 28 December 2013 14:48, Stephan Beal wrote: > > On Sat, Dec 28, 2013 at 2:16 PM, Michai Ramakers > > wrote: [snip] > > I'm not sure what would happen for multiple '*' in a glob-string, but > I think there are no use-cases fo

Re: [fossil-users] 'ignore-glob' (wildcard) syntax

2013-12-28 Thread Michai Ramakers
On 28 December 2013 14:48, Stephan Beal wrote: > On Sat, Dec 28, 2013 at 2:16 PM, Michai Ramakers > wrote: >> >> I find myself searching for a description of the exact syntax of the >> 'ignore-glob' setting every time I use it - in particular, use of >> wildcards to specify 'a single subdir', 'a

Re: [fossil-users] 'ignore-glob' (wildcard) syntax

2013-12-28 Thread Stephan Beal
On Sat, Dec 28, 2013 at 2:16 PM, Michai Ramakers wrote: > I find myself searching for a description of the exact syntax of the > 'ignore-glob' setting every time I use it - in particular, use of > wildcards to specify 'a single subdir', 'a number of subdirs', and > possibly grouping like sh's "{..

[fossil-users] 'ignore-glob' (wildcard) syntax

2013-12-28 Thread Michai Ramakers
Hello, I find myself searching for a description of the exact syntax of the 'ignore-glob' setting every time I use it - in particular, use of wildcards to specify 'a single subdir', 'a number of subdirs', and possibly grouping like sh's "{..,..}". Is this documented somewhere? Thanks, Michai ___

[fossil-users] 'addremove' using specific root-dir, possible?

2013-12-28 Thread Michai Ramakers
Hello, I notice the 'extra' command can take a directory as argument (although this is undocumented in 1.26 - didn't check newer versions for diffs there). Afaik, the 'addremove' command cannot take a directory as argument. Which means, it will always add/remove files accross the whole repo-tree.