Re: [PATCH v1] dts: clean up close in remote session

2024-05-02 Thread Luca Vizzarro
Reviewed-by: Luca Vizzarro

Re: [PATCH v1] dts: clean up close in remote session

2024-04-30 Thread Jeremy Spewock
Makes perfect sense to me to just get rid of the unneeded method and argument, and the new order also makes things more clear. Reviewed-by: Jeremy Spewock

[PATCH v1] dts: clean up close in remote session

2024-04-23 Thread Juraj Linkeš
The close method was split into two methods, one with common code and one that's subclass specific. There wasn't any common code so the split doesn't make sense. And if we ever need such a split, we can use super() in the future. There was also an unused argument, force and the order of methods was