Re: [fossil-dev] Adding pledge() calls to Fossil

2018-01-20 Thread Joseph R. Justice
On Mon, Jan 15, 2018 at 11:27 AM, Richard Hipp wrote: I will accept check-ins to a branch that invoke the fossil_pledge(X,Y) > utility function. The fossil_pledge(X,Y) function is a macro that > evaluates to a no-op except when compiled with -DFOSSIL_HAVE_PLEDGE. > If the FOSSIL_HAVE_PLEDGE macr

[fossil-dev] annotate_page() crashes fossil ui if run from subdirectory

2018-01-20 Thread Andy Bradford
Hello, The bug is that if you run ``fossil ui'' from within a subdirectory of a working checkout, then try to annotate source files fossil crashes with SIGSEGV and dumps core. I haven't had the time to fix this so I'm reporting it now in the event that I don't get around to fixing it. As far a

Re: [fossil-dev] Adding pledge() calls to Fossil

2018-01-20 Thread Andy Bradford
Thus said Richard Hipp on Mon, 15 Jan 2018 11:27:20 -0500: > I will accept check-ins to a branch that invoke the fossil_pledge(X,Y) > utility function. I've added a new branch called pledge-additions with additional pledge() restrictions for the status command. We can continue to pledgify other