[fossil-users] TH1: expr -2147483648

2014-02-04 Thread Sergei Gavrikov
Hi, There is an issue in Th_SetResultInt(), it can not interpret INT_MIN value: % fossil test-th-eval 'expr -2147483648' -( % fossil test-th-eval 'expr {-2147483647-1}' -( % fossil test-th-eval 'expr {-2147483648+0}' TH_ERROR: expected number, got: -( It seems those iVal%10,

[fossil-users] https-over-proxy

2014-02-04 Thread Jan Danielsson
Hello, I did some work to get https-over-proxy working because both a friend and I both needed it, and there was a ticket requesting the feature. Now the place where my friend works no longer uses proxies for outgoing traffic, so he no longer needs it, and I very rarely use it. So, the

[fossil-users] Recursive SQL in Fossil

2014-02-04 Thread Stephan Beal
Hi, all, As many of you know, sqlite3 recently gained the ability to write recursive queries, and Richard has already rewritten some of fossil's code to take advantage of them. All the relevant docs can be found at: http://www.sqlite.org/draft/lang_with.html Today i'm here to present an example

Re: [fossil-users] https-over-proxy

2014-02-04 Thread Stephan Beal
On Tue, Feb 4, 2014 at 6:20 PM, Jan Danielsson jan.m.daniels...@gmail.comwrote: So, the question is: Merge to trunk, or let it bitrot? I get the feeling that http proxies for outgoing connections is going away, making this feature slightly esoteric. Am I wrong? Is anyone using it? FWIW, i

Re: [fossil-users] https-over-proxy

2014-02-04 Thread Ron Wilson
On Tue, Feb 4, 2014 at 12:20 PM, Jan Danielsson jan.m.daniels...@gmail.comwrote: So, the question is: Merge to trunk, or let it bitrot? I get the feeling that http proxies for outgoing connections is going away, making this feature slightly esoteric. Am I wrong? Is anyone using it? Many

Re: [fossil-users] Recursive SQL in Fossil

2014-02-04 Thread Stephan Beal
On Tue, Feb 4, 2014 at 6:54 PM, Stephan Beal sgb...@googlemail.com wrote: -- All ancestors (direct or merged!) of the checkin -- RID given in the first SELECT... Here's an improved one which returns enough information that the data structure could be restructured into a higher-level form

Re: [fossil-users] TH1: expr -2147483648

2014-02-04 Thread Joe Mistachkin
Sergei Gavrikov wrote; It seems those iVal%10, iVal/10, and iVal%10 have to be (unsigned)iVal op 10. This should now be fixed, along with another issue. Thanks again. -- Joe Mistachkin ___ fossil-users mailing list

[fossil-users] looking for adventurous fossil users to try out fossil CLI apps

2014-02-04 Thread Stephan Beal
Hi, all, Several of the libfossil-based CLI tools (each one being a counterpart to some fossil command) are being used quite often by me and are, i believe, ready for a wider use and distribution: http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/wiki/f-tools Caveats: - There are not

Re: [fossil-users] looking for adventurous fossil users to try out fossil CLI apps

2014-02-04 Thread Stephan Beal
On Tue, Feb 4, 2014 at 9:41 PM, Stephan Beal sgb...@googlemail.com wrote: http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/wiki/f-tools Caveats: - no symlink support yet. It treats symlinks like the files they reference. -- - stephan beal

Re: [fossil-users] https-over-proxy

2014-02-04 Thread Jan Nijtmans
2014-02-04 Jan Danielsson jan.m.daniels...@gmail.com: So, the question is: Merge to trunk, or let it bitrot? I get the feeling that http proxies for outgoing connections is going away, making this feature slightly esoteric. Am I wrong? Is anyone using it? For open-source projects, like