-
Context: NASM translation of "Complete Binary Tree" ( https://www.codewars.com/kata/5c80b55e95eba7650dc671ea ) seems to broken. What can be done when some tests are suspected as broken, and kata author/translator is no more available? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The original translator does not need to be active to fix the issue. Anyone can do this. The problem is that there might be not many users interested in fixing issues, and not many users able to fix issues with assembly translations. You can fix the issue too (challenging part might be that you need to solve the kata in the broken language first), use the "Fork" button, edit the code to fix the problem, publish the fork, announce the fix in kata discourse an on |
Beta Was this translation helpful? Give feedback.
The original translator does not need to be active to fix the issue. Anyone can do this. The problem is that there might be not many users interested in fixing issues, and not many users able to fix issues with assembly translations. You can fix the issue too (challenging part might be that you need to solve the kata in the broken language first), use the "Fork" button, edit the code to fix the problem, publish the fork, announce the fix in kata discourse an on
#fixing
channel of Codewars Discord, and hopefully this will draw more attention to the case.