On Wed Apr 30 03:32:17 2025 +0000, Anton Baskanov wrote:
Missing failures could also mean that the tests are not correctly checking the relevant functionality. Adding the test with `todo_wine` first and then removing the `todo_wine` in the following commits would clearly show that there is an issue and that it's fixed by the proposed changes.
Thank you for the insight. The question is what kind of the test could be added besides the reflection transform.
As I understand it although INTERNAL_XDSTOWS() may return negative value abs() makes this invisible, and changing INTERNAL_XDSTOWS() to width_to_LP() makes abs() redundant. Probably abs() should be removed with this change?