OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] CArray improvements
@ 2024-04-01 21:34 Ivan Orlov
  2024-04-01 21:34 ` [PATCH 1/3] Makefile: clean auto-generated *.c files properly Ivan Orlov
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: Ivan Orlov @ 2024-04-01 21:34 UTC (permalink / raw)
  To: opensbi

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

 Makefile              | 2 ++
 docs/writing_tests.md | 4 +---
 scripts/carray.sh     | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2024-05-10 15:56 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-01 21:34 [PATCH 0/3] CArray improvements Ivan Orlov
2024-04-01 21:34 ` [PATCH 1/3] Makefile: clean auto-generated *.c files properly Ivan Orlov
2024-04-22 15:19   ` Andrew Jones
2024-04-23 14:58     ` Ivan Orlov
2024-04-23 15:15       ` Ben Dooks
2024-04-23 15:18       ` Andrew Jones
2024-04-23 15:20       ` Ben Dooks
2024-04-23 15:24         ` Ben Dooks
2024-04-23 15:26         ` Ben Dooks
2024-04-23 15:41           ` Ivan Orlov
2024-04-26 16:25             ` Ben Dooks
2024-04-29  8:52               ` Andrew Jones
2024-04-29 12:16                 ` Ben Dooks
2024-04-29 13:11                 ` Ben Dooks
2024-04-01 21:34 ` [PATCH 2/3] scripts/carray.sh: Add comment to generated files Ivan Orlov
2024-04-22 15:21   ` Andrew Jones
2024-04-23 15:25   ` Ben Dooks
2024-04-01 21:34 ` [PATCH 3/3] docs: writing tests: update cleaning instructions Ivan Orlov
2024-04-22 15:22   ` Andrew Jones
2024-05-07  6:06 ` [PATCH 0/3] CArray improvements Anup Patel
2024-05-10 15:56   ` Ivan Orlov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox