Results 256 comments of Vlad Chesnokov

FTR, it affects tests runner in the community lib * https://github.com/koka-community/std/blob/6398eb3af8c7d50c24573f391a4dede45cd342a6/std/test/detect.kk#L37 Multiples of 256 are reported as 0 status code, meaning that failed tests are still reported with 0 exit...

This issue needs a decision from the team responsible for that area. They have been informed. Response time may vary. *** Note that there may be performance implications with multiple...

Thank you for your contribution! This PR has a valid DCO and tests. The relevant team for this area will confirm the design of the implementation choices. *** @mlopatkin Can...

The issue is in the backlog of the relevant team and is prioritized by them. *** Please follow [our security policy](https://github.com/gradle/gradle/security/policy) in the future. Instead of creating an issue, please...

This issue needs a decision from the team responsible for that area. They have been informed. Response time may vary. *** @joshfriend Can you explain what's the use case for...

> I found that the following code works fine :) Nice! But it still requires an extra intermediate `val` ```koka test("can be empty") expect([] : _) buffer().list ``` Is the...