Re: [fossil-users] Why we should NEVER use inetd/xinetd

2016-10-27 Thread Luca Ferrari
On Fri, Oct 28, 2016 at 3:42 AM, K. Fossil user wrote: > Hi, > >> « » > > I don't click in any links that are not known... Right approach! After all, all computer people have never heard about Bike Shed...especially those tied to FreeBSD... You have to learn a lot of stuff.

Re: [fossil-users] Fossil check-in [a4bb89ba081e29c5]...

2016-10-27 Thread Andy Bradford
Thus said "Andy Bradford" on 27 Oct 2016 21:42:34 -0600: > I always run ``make distclean'' not ``make distclean'' but since you > suggest it, here's the difference on my system: Minor correction, I always run ``make clean'' not ``make distclean'' At any rate, this happens on a system that sup

Re: [fossil-users] Fossil check-in [a4bb89ba081e29c5]...

2016-10-27 Thread Andy Bradford
Thus said "Joe Mistachkin" on Thu, 27 Oct 2016 17:22:26 -0700: > I was unable to reproduce the stated linker error even without this > change. Given that the generated header files all seem to wrap > references to "fusefs_cmd" in #if blocks, I'm not sure how it's > possible unles

Re: [fossil-users] OT: Facebook engineers preferring hg to Git

2016-10-27 Thread K. Fossil user
Hi, Below are answered I give to few people (Richard, etc.) who talk about this topic. > « Irony: Isn't Rust heavily dependent upon Git for its package management? So > if Hg is written in Rust, does that mean that Hg has a dependency on Git? » Rust is a language, Git is a DVCS. You can use Rus

Re: [fossil-users] Why we should NEVER use inetd/xinetd

2016-10-27 Thread K. Fossil user
Hi, > « » I don't click in any links that are not known... > « Since in this mailing list I believe there are "experts", excluding me, I > would like you to understand that writing something like » ... like ... is ... ? is what please ? Your sentence is not clear ! You

[fossil-users] Fossil check-in [a4bb89ba081e29c5]...

2016-10-27 Thread Joe Mistachkin
I was unable to reproduce the stated linker error even without this change. Given that the generated header files all seem to wrap references to "fusefs_cmd" in #if blocks, I'm not sure how it's possible unless maybe the linker error was caused by something like not using "make distclean"...? --

Re: [fossil-users] OT: Facebook engineers preferring hg to Git

2016-10-27 Thread David Mason
Richard and Warren both make very legitimate comments. I wasn't seriously suggesting that work should stop moving Fossil forward for the perhaps marginal benefit of conversion to Rust. However, the value of Rust is not simply memory management. The *considerably* more expressive type system, and

Re: [fossil-users] Fossil plugin for QtCreator IDE

2016-10-27 Thread Artur Shepilko
Great! Will be happy to know your experience with it. Which version of QtCreator are you using? Which OS? If you want to add Fossil plugin to your current QtCreator instance, it has to be binary compatible. So make sure you build it with the same QtCreator version sources and same compiler version

Re: [fossil-users] OT: Facebook engineers preferring hg to Git

2016-10-27 Thread Warren Young
On Oct 27, 2016, at 5:37 AM, David Mason wrote: > > Also of interest is that Facebook is doing an implementation of hg in Rust. Facebook’s market cap is $343.34 billion today. This is relevant because... > Fossil seems pretty robust in C, but Rust would increase safety confidence. According

Re: [fossil-users] OT: Facebook engineers preferring hg to Git

2016-10-27 Thread Karel Gardas
On Thu, Oct 27, 2016 at 1:55 PM, Richard Hipp wrote: > On 10/27/16, David Mason wrote: >> Fossil seems pretty robust in C, but Rust would increase safety confidence. > > Many people do believe that just because an application is written in > Rust rather than in C that it must be "safer". But it

[fossil-users] nginx & systemd

2016-10-27 Thread Aldo Nicolas Bruno
This is how I manage my fossil repositories... on nginx configuration... root /var/www/pizzahack.eu; location /fossil { include scgi_params; scgi_pass localhost:8088; scgi_param SCRIPT_NAME "/fossil"; } #this is for custom javascript and css location ^~ /fossil/media { try_files $uri $u

Re: [fossil-users] OT: Facebook engineers preferring hg to Git

2016-10-27 Thread Karel Gardas
On Thu, Oct 27, 2016 at 1:37 PM, David Mason wrote: > I's about 1/3 of the way through this report: > https://groups.google.com/forum/#!topic/mozilla.dev.version-control/nh4fITFlEMk > > It seems that they originally preferred GIT (because it was what they knew) > but now prefer hg, although it's a

Re: [fossil-users] Fossil plugin for QtCreator IDE

2016-10-27 Thread Aldo Nicolas Bruno
Nice stuff! Wondering why you didn't manage it as a fossil repository? :) Il'll try this asap. I'm using qtcreator for a couple of projects at job... (currently with git). I need to find some time to download/compile qtcreator sources Thanks Aldo On 27/10/2016 00:08, Artur Shepilko wrote: > A quic

Re: [fossil-users] Why we should NEVER use inetd/xinetd

2016-10-27 Thread Luca Ferrari
Allow me to elaborate a little more, hope this will make you stop posting like in the previous days. On Thu, Oct 27, 2016 at 1:30 AM, K. Fossil user wrote: > a) I have nothing to ask at this time, so I don't even need to learn how to > [ask] > b) Someone who have somethin

Re: [fossil-users] OT: Facebook engineers preferring hg to Git

2016-10-27 Thread Richard Hipp
On 10/27/16, David Mason wrote: > Fossil seems pretty robust in C, but Rust would increase safety confidence. Many people do believe that just because an application is written in Rust rather than in C that it must be "safer". But it is a logical fallacy. You should avoid falling into that trap

[fossil-users] OT: Facebook engineers preferring hg to Git

2016-10-27 Thread David Mason
I's about 1/3 of the way through this report: https://groups.google.com/forum/#!topic/mozilla.dev.version-control/nh4fITFlEMk It seems that they originally preferred GIT (because it was what they knew) but now prefer hg, although it's a bit light on the reasons. The article points out that Facebo