Tests for exercise "accumulator" broken?

Hi,

I can’t get my solution to the accumulate exercise to run successfully on exercism.org

It works in my local environment using the “make guile” command. Am I missing something?

Looking at the community solutions, it seems to be broken for everyone. There is no published solution that passes the latest tests.

The error shown is following:

An error occurred

An error occurred while running your tests. This might mean that there was an issue in our infrastructure, or it might mean that you have something in your code that’s causing our systems to break.

Please check your code, and if nothing seems to be wrong, try running the tests again.

I’ve asked @ErikSchierboom to check this next week.

1 Like

@rommudoh Could you share your solution?

I’ve been able to reproduce the behavior.
The error that is produced is:

Exception in read: invalid sharp-sign prefix #) on #<input port pid 9 stdout>

I don’t know any scheme, but the code that is being run is: scheme-test-runner/exercise.ss at main · exercism/scheme-test-runner · GitHub