Is it possible to release WA Test Case feature for kotlin? I hope it is not be very difficult to implement as both Kotlin and Java complies to same bytecode. Popularity of Kotlin and its multiplatform capabilities is growing everyday so I suppose this will be helpful for many new Kotlin users and those transitioning from Java to Kotlin.
This is what, we really want …but it is taking alot of time.
@thakur_deepali - the current implementation is such that it takes time because it searches for the smallest test case in the test file. Will try to speed it up.
Hey @thakur_deepali, sorry there was an issue with the feature. It is working now, please try again.
Hello @justani , just wanted to ask will this feature be available for other languages like Kotlin or is not currently being developed for other languages?
The languages which are supported for WA Debug currently are enough for 95%+ submissions. We will try to bring it for other languages based on the usage of languages. But no plans to pick this up till next month.
Thanks for the response😀
Add HASK as a supported language for this feature. Thanks!
This feature failed on MISREP Problem - CodeChef following question.
I think whenever there is multiple output exists and we have to print any one of it, this feature fail in that condition.
My solution - CodeChef: Practical coding for everyone
This feature completely failed.
Thanks for reporting. It was an oversight, and has been disabled for this problem now.
Hey @ketan_gupta ,
This generally happens when your code is not failing on any individual test case, but failing on some test file because of how test cases are ordered. You can try to debug this by checking the way you are storing some intermediate values in your code.
I will also check and get back if there is some error from our side due to which a test case was not found.
@justani thanks for responding.
I am not getting this, which intermediate values you are talking about
I think your code fails on this test case.
Input:
1
4 1
1101
Expected output:
0010
Actual output:
1010
Let me know if this is correct. I am still debugging the reason why you did not get a test case.
In fact, the WA feature should work on this problem for you now. Please let me know any other problem on which you have faced similar issue.
Nice feature, i understand why it is a paid feature, however i think it would be nice a “debug WA test case” for free daily, at least the first one. or 7 per week ,whatever works best.
Now that this thing becomes premium I can’t even find my corner cases … forever.
