Re: [fossil-users] fossil - JIRA hooks

2014-09-13 Thread Stephan Beal
On Fri, Sep 12, 2014 at 6:19 PM, Ron W ronw.m...@gmail.com wrote: Nor does the JSON API need to handle things. Even the TH1 API doesn't handle things. It's the code using the API that does the handling Not if it comes to validation like length limits - that has to be done C-side. The

Re: [fossil-users] fossil - JIRA hooks

2014-09-13 Thread Ron W
On Sat, Sep 13, 2014 at 4:29 AM, Stephan Beal sgb...@googlemail.com wrote: That's where my problem (per se) is: handling new/update with arbitrary/d field names is a huge pain in the butt in C. i'm completely open to assisting someone else in doing it, but this particular problem is not one

Re: [fossil-users] fossil - JIRA hooks

2014-09-13 Thread Stephan Beal
On Sat, Sep 13, 2014 at 11:07 AM, Ron W ronw.m...@gmail.com wrote: Well then, it'll have to be SQL via either Fossil CLI or libfossil (or DBD::SQLite). But it's still C - the columns have to be transformed from JSON to SQL in C. i admit - it's _not_ hard to do. All the pieces are there for

Re: [fossil-users] fossil - JIRA hooks

2014-09-13 Thread Ron W
On Sat, Sep 13, 2014 at 5:25 AM, Stephan Beal sgb...@googlemail.com wrote: On Sat, Sep 13, 2014 at 11:07 AM, Ron W ronw.m...@gmail.com wrote: Well then, it'll have to be SQL via either Fossil CLI or libfossil (or DBD::SQLite). it's just tedious, which means that in order to get me to do

Re: [fossil-users] fossil - JIRA hooks

2014-09-13 Thread Stephan Beal
On Sat, Sep 13, 2014 at 7:16 PM, Ron W ronw.m...@gmail.com wrote: Was never asking you to do it. No, i know - sorry if i implied otherwise. i did feel like you were trying to talk me into thinking about it, though ;). Some rainy day i might even feel inspired to ;). -- - stephan beal

Re: [fossil-users] fossil - JIRA hooks

2014-09-13 Thread Ron W
On Sat, Sep 13, 2014 at 1:22 PM, Stephan Beal sgb...@googlemail.com wrote: On Sat, Sep 13, 2014 at 7:16 PM, Ron W ronw.m...@gmail.com wrote: Was never asking you to do it. No, i know - sorry if i implied otherwise. i did feel like you were trying to talk me into thinking about it, though

Re: [fossil-users] fossil - JIRA hooks

2014-09-13 Thread Ron W
On Sat, Sep 13, 2014 at 3:38 PM, Joseph R. Justice jayare...@gmail.com wrote: From some Google searching, it looks as if libawk *might* have been a part of the Gnu Arch (a.k.a. tla) version ... Ah, and I've found another source for GNU Arch, and libawk, at http://tla.sourcearchive.com/ .