[fossil-users] Sort skins alphabetically patch

2018-01-09 Thread Jungle Boogie
Hi All, For your consideration... Index: src/skins.c == --- src/skins.c +++ src/skins.c @@ -39,23 +39,23 @@ static struct BuiltinSkin { const char *zDesc;/* Description of this skin */ const char *zLabel; /* The

Re: [fossil-users] Turning off GCC's "helpful" ansi color escape sequences in error/warning messages

2018-01-09 Thread Martin S. Weber
On 2018-01-09 19:27:10, The Tick wrote: > > Seems to me that most people will either use script or redirect the make > output to a file. Computers are simply too fast and the output too > (...) If you use GCC > you will probably have noticed that it inserts ansi color escape sequences > in an

[fossil-users] Turning off GCC's "helpful" ansi color escape sequences in error/warning messages

2018-01-09 Thread The Tick
Seems to me that most people will either use script or redirect the make output to a file. Computers are simply too fast and the output too voluminous to catch warnings and errors as they scroll by. If you use GCC you will probably have noticed that it inserts ansi color escape sequences in

Re: [fossil-users] New "Ardoise" skin

2018-01-09 Thread jungle Boogie
On 8 January 2018 at 04:27, Richard Hipp wrote: > On 1/8/18, Antoine Chavasse wrote: >> I'm not sure I can fix this from the skin, since the background color for >> ticket reports are configured by the user in the settings. >> > > I might need to enhance

Re: [fossil-users] Errors in current trunk (24c2b99d) related to TIMESPEC

2018-01-09 Thread The Tick
On 1/9/2018 2:35 PM, Stephan Beal wrote: On Tue, Jan 9, 2018 at 9:09 PM, The Tick > wrote: src/cson_amalgamation.c: In function 'cson_str_to_json': src/cson_amalgamation.c:3888:51: warning: '%04x' directive writing 4 bytes into a

Re: [fossil-users] Errors in current trunk (24c2b99d) related to TIMESPEC

2018-01-09 Thread Stephan Beal
On Tue, Jan 9, 2018 at 9:09 PM, The Tick wrote: > src/cson_amalgamation.c: In function 'cson_str_to_json': > src/cson_amalgamation.c:3888:51: warning: '%04x' directive writing 4 > bytes into a region of size between 3 and 5 [-Wformat-overflow=] >rc =

Re: [fossil-users] Errors in current trunk (24c2b99d) related to TIMESPEC

2018-01-09 Thread Stephan Beal
i will take a look at the cson warnings - that fike is generated from an upstream tree. - stephan Sent from a mobile device, possibly from bed. Please excuse brevity, typos, and top-posting. On Jan 9, 2018 21:17, "jungle Boogie" wrote: > On 9 January 2018 at 06:32,

Re: [fossil-users] Errors in current trunk (24c2b99d) related to TIMESPEC

2018-01-09 Thread jungle Boogie
On 9 January 2018 at 06:32, Richard Hipp wrote: > A new version of Fossil is now on trunk. > (https://www.fossil-scm.org/fossil/info/9a33a240a2101ede) Please try > again to build on every platform you have at hand, but especially all > variations of MSVC and MinGW, and let me

Re: [fossil-users] Errors in current trunk (24c2b99d) related to TIMESPEC

2018-01-09 Thread The Tick
On 1/9/2018 1:50 PM, Richard Hipp wrote: On 1/9/18, The Tick wrote: Fossil 666fc089b8 compiles successfully although there are still a few warnings for shell.c. Thank you. What about the later 9a33a240 check-in. Does it fix all the warnings for you? Fossil 9a33a240

Re: [fossil-users] Errors in current trunk (24c2b99d) related to TIMESPEC

2018-01-09 Thread Richard Hipp
On 1/9/18, The Tick wrote: > > Fossil 666fc089b8 compiles successfully although there are still a few > warnings for shell.c. Thank you. > What about the later 9a33a240 check-in. Does it fix all the warnings for you? -- D. Richard Hipp d...@sqlite.org

Re: [fossil-users] Errors in current trunk (24c2b99d) related to TIMESPEC

2018-01-09 Thread The Tick
On 1/8/2018 6:57 PM, Richard Hipp wrote: On 1/8/18, The Tick wrote: Curious about the new skins, I attempted to compile Fossil-24c2b99d on win7x64 with a current (as of today) MSYS2 using There are changes on trunk that might fix these build problem. But, as nobody here

Re: [fossil-users] Errors in current trunk (24c2b99d) related to TIMESPEC

2018-01-09 Thread Richard Hipp
A new version of Fossil is now on trunk. (https://www.fossil-scm.org/fossil/info/9a33a240a2101ede) Please try again to build on every platform you have at hand, but especially all variations of MSVC and MinGW, and let me know whether or not you run into build issues. -- D. Richard Hipp