LMAO Just spotted that haha! I believe I have fixed it now in case you want to check it again :)
BTW, is it not possible for you to fix the tests yourself? And if it is, do you make the kata author do it so they gain experience or just so you have less work to do?
error[E0425]: cannot find function `covert_lojban` in this scope
--> src/lib.rs:11:20
|
1 | fn convert_lojban(input: &str) -> u64 {
| ------------------------------------- similarly named function `convert_lojban` defined here
...
LMAO Just spotted that haha! I believe I have fixed it now in case you want to check it again :)
BTW, is it not possible for you to fix the tests yourself? And if it is, do you make the kata author do it so they gain experience or just so you have less work to do?
The name in the tests still is
covert_lojban
.Just added
#[test]
at the top of the sample tests file, everything seems to work now.Please open another issue if this persists!
Just wondering, someone else wrote that translation (not me) so it will be pretty difficult for me to fix it. How should I go about resolving this?
Is it possible to remove the translation entirely?
Rust:
and the sample tests don't have
#[test]
.Beautiful code, really appreciate this :)
Rust translation.
Rust translation
never seen such a badly explained kata before.
This comment is hidden because it contains spoiler information about the solution
It seems the description is now language-agnostic, so closing this issue now~
a good one
Rust translation
can someone approve my translation in rust https://www.codewars.com/kumite/645bfffc7ef9ca6286ce18e8?sel=645bfffc7ef9ca6286ce18e8
how its work lol
Loading more items...