Re: [RFC PATCH 0/7] dts: revamp framework

2025-02-12 Thread Luca Vizzarro
On 04/02/2025 21:08, Dean Marx wrote: Hi Luca, I saw in the meeting minutes that the main purpose of this series is to implement the separation of concern principle better in DTS. Just wondering, what parts of the current framework did you think needed to be separated and why? I'm taking an OOP

Re: [RFC PATCH 0/7] dts: revamp framework

2025-02-04 Thread Dean Marx
Hi Luca, I saw in the meeting minutes that the main purpose of this series is to implement the separation of concern principle better in DTS. Just wondering, what parts of the current framework did you think needed to be separated and why? I'm taking an OOP class this semester and we just started

[RFC PATCH 0/7] dts: revamp framework

2025-02-03 Thread Luca Vizzarro
Hi there, This series enables the topology configuration and implements it in the framework. Moreover, it performs quite a few refactors and a change on how the test suites operate through the use of a Context. Finally, the runtime internals are now isolated under the new TestRun and are further r