Re: [fossil-users] New Tree-View feature requires newer sqlite.

2014-01-02 Thread Nico Williams
On Thu, Jan 2, 2014 at 8:50 PM, Richard Hipp wrote: > On Thu, Jan 2, 2014 at 5:28 PM, Florian Weimer wrote: >> * Richard Hipp: >> >> > The silly requirement of some distributions that *everything* must be a >> > shared library irks me beyond words. [...] >> >> Uhm, does POSIX file locking work c

Re: [fossil-users] New Tree-View feature requires newer sqlite.

2014-01-02 Thread Nico Williams
On Thu, Jan 2, 2014 at 4:28 PM, Florian Weimer wrote: > * Richard Hipp: >> The silly requirement of some distributions that *everything* must be a >> shared library irks me beyond words. I hate having to support >> --disable-internal-sqlite, and I hate having to add silly work-arounds in >> the c

Re: [fossil-users] New Tree-View feature requires newer sqlite.

2014-01-02 Thread Richard Hipp
On Thu, Jan 2, 2014 at 5:28 PM, Florian Weimer wrote: > * Richard Hipp: > > > The silly requirement of some distributions that *everything* must be a > > shared library irks me beyond words. I hate having to support > > --disable-internal-sqlite, and I hate having to add silly work-arounds in >

Re: [fossil-users] New Tree-View feature requires newer sqlite.

2014-01-02 Thread Florian Weimer
* Richard Hipp: > The silly requirement of some distributions that *everything* must be a > shared library irks me beyond words. I hate having to support > --disable-internal-sqlite, and I hate having to add silly work-arounds in > the code to accommodate distributions trying to use an older SQLi

Re: [fossil-users] New Tree-View feature requires newer sqlite.

2014-01-02 Thread Joseph R. Justice
On Thu, Jan 2, 2014 at 2:04 PM, Joseph R. Justice wrote: > [Top-posting considered harmful. *cough*] > > On Thu, Jan 2, 2014 at 12:40 PM, B Harder wrote: > > On 1/2/14, Richard Hipp wrote: > > >> The silly requirement of some distributions that *everything* must be a > >> shared library irks me

Re: [fossil-users] New Tree-View feature requires newer sqlite.

2014-01-02 Thread Joseph R. Justice
[Top-posting considered harmful. *cough*] On Thu, Jan 2, 2014 at 12:40 PM, B Harder wrote: > On 1/2/14, Richard Hipp wrote: >> The silly requirement of some distributions that *everything* must be a >> shared library irks me beyond words. I hate having to support >> --disable-internal-sqlite,

Re: [fossil-users] New Tree-View feature requires newer sqlite.

2014-01-02 Thread Martin Gagnon
On Thu, Jan 02, 2014 at 09:40:35AM -0800, B Harder wrote: > On 1/2/14, Richard Hipp wrote: > > The silly requirement of some distributions that *everything* must be a > > shared library irks me beyond words. I hate having to support > > --disable-internal-sqlite, and I hate having to add silly wo

Re: [fossil-users] New Tree-View feature requires newer sqlite.

2014-01-02 Thread B Harder
_WHY_ does --disable-internal-sqlite (and the unknown versions of SQLite that follow) have to be supported ? If package/OS maintainers insist on hacking in alien shared-lib SQLite, let them own their hacks and the repercussions. Call it a major version# bump, and remove that support. -bch On 1/

Re: [fossil-users] password manager support

2014-01-02 Thread Ron Wilson
On Mon, Dec 30, 2013 at 5:10 PM, David Rush wrote: > If ssh-agent can work it's probably the way to go. It seems to be the most > standardized amongst all the popular pass-phrase managers, at least on > non-[apple|microsoft] platforms. But, as far as I can tell it only stores > decrypted private k

Re: [fossil-users] New Tree-View feature requires newer sqlite.

2014-01-02 Thread Jan Nijtmans
2014/1/2 Richard Hipp : > It's maddening. It makes my hair turn gray. It irks me more than seeing > the noun "data" used as a plural. Utter madness! > > But we live in a fallen world. We have to do it. Please go ahead and > merge. Thanks! Actually, I agree that it's madless, but I learne

Re: [fossil-users] New Tree-View feature requires newer sqlite.

2014-01-02 Thread Richard Hipp
The silly requirement of some distributions that *everything* must be a shared library irks me beyond words. I hate having to support --disable-internal-sqlite, and I hate having to add silly work-arounds in the code to accommodate distributions trying to use an older SQLite with a newer Fossil.

Re: [fossil-users] New Tree-View feature requires newer sqlite.

2014-01-02 Thread Jan Nijtmans
2014/1/1 Andy Bradford : > ...I get this because I configure with --disable-internal-sqlite > on OpenBSD. Fixed here: The branch "timeline-utc" contains another --disable-internal-sqlite - related fix (making the "timeline-utc" option work).