From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ramsay Jones Subject: Re: [ANNOUNCE] Sparse v0.6.2-rc1 Date: Mon, 15 Jun 2020 23:54:46 +0100 Message-ID: <9fecbef9-12c8-6374-d5cd-914c3b009afa@ramsayjones.plus.com> References: <20200613020735.iqb2vd23jpomisbq@ltop.local> <20200614215445.rtfbx23ve57fhlbr@ltop.local> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from avasout07.plus.net ([84.93.230.235]:57257 "EHLO avasout07.plus.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726313AbgFOWyu (ORCPT ); Mon, 15 Jun 2020 18:54:50 -0400 In-Reply-To: Content-Language: en-GB Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Luc Van Oostenryck Cc: Linux-Sparse On 15/06/2020 17:38, Luc Van Oostenryck wrote: > On Mon, Jun 15, 2020 at 12:37:28AM +0100, Ramsay Jones wrote: >> I just installed python-sphinx (on LM 19.3 it is the python2 >> version) to give it a try, and it failed: >> >> $ make html >> Running Sphinx v1.6.7 > > This is probably too old (running 3.0 here but IIRC 2.7 or > 2.8 should be OK). I'm not that surprised! I will wait until LM20 which, being based on Ubuntu 20.04, should hopefully have a sufficiently new version. BTW, the on-line version of the v0.6.2 release notes look good to me now ... except one thing! ;-) This part of the release notes: * fully propagate declarations downward. For example, it means that code like: static int foo(void); int foo(void) { return 0; } now behaves as expected: foo() is effectively static. ... has the two lines of code formatted as a 'filled paragraph'. I assume that some 'code-block' marker(s) of some description are required to format this correctly. ATB, Ramsay Jones