ladokp
October 17, 2023, 9:01am
1
Hi,
I tried to solve “linked-list” in the coffescript track yesterday. As long as there are failing tests, the correct failures are shown:
We received the following error when we ran your code:
.....F.FF.
Failures:
1) LinkedList example
Message:
Expected 2 to be 1.
(...)
When every test is passing, I still get an error message:
We received the following error when we ran your code:
..........
Finished in 0.026 seconds
10 tests, 19 assertions, 0 failures, 0 skipped
My solution can be found here:
@ErikSchierboom can you have a look what’s happening here please?
Not sure. This is the output:
{
"version": 2,
"status": "error",
"tests": [],
"message": "\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\n\nFinished in 0.006 seconds\n\u001b[32m10 tests, 19 assertions, 0 failures, 0 skipped\n\u001b[0m\n\n"
}
@Meatball Would you mind taking a look?
Hi!
I am quite busy at the moment, having many things going on and I have a big event next week.
I have found what is causing the issue, but it would likely require some rescripting to get a full fix for this kind of issue. I do unfortunately not have the time for that currently, instead, I will apply a quick fix:
github.com/exercism/coffeescript/pull/232
ladokp
October 18, 2023, 10:39am
4
Thank you for this quickfix @Meatball !