From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Orlov Date: Fri, 10 May 2024 16:56:23 +0100 Subject: [PATCH 0/3] CArray improvements In-Reply-To: References: <20240401213438.590209-1-ivan.orlov0322@gmail.com> Message-ID: <35c73d38-0a00-44a1-bcab-99baced367de@gmail.com> List-Id: To: opensbi@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 5/7/24 07:06, Anup Patel wrote: > Hi Ivan, > > On Tue, Apr 2, 2024 at 3:04?AM Ivan Orlov wrote: >> >> Currently, there are a few inconveniences the developer may face when >> using CArrays, including: >> >> - Unability to regenerate the carray-related .c files reliably without >> removing the `build/` directory >> - Confusion caused by source (.c) files in the `build/` directory (the >> fact that some file was generated by carray.sh is not obvious) >> >> This patch series fixes them. >> >> Ivan Orlov (3): >> Makefile: clean auto-generated *.c files properly >> scripts/carray.sh: Add comment to generated files >> docs: writing tests: update cleaning instructions > > I assume you (or someone else) will be sending v2 of this series ? > Hi Anup, Sorry for the late reply. I believe Ben Dooks is going to send the V2 with the updated carray cleanup :) Thank you! -- Kind regards, Ivan Orlov