Guile has been upgraded to version 3.0. But

I am pleased to announce that the Scheme test runner now runs Guile 3.0. To my surprise, however, I found that solutions to the “accumulate” exercise are STILL showing (system) errors. A good news is that I have found the cause. I have prepared a small PR, which contains a one-line change to a file, which should correct the problem, and an additional test that specifically verifies that the problem has been corrected. The PR can be found here.

1 Like

You linked your branch, but I’ll check the repo!

Found it here: Weird symbol handling fix by borderite · Pull Request #66 · exercism/scheme-test-runner · GitHub

It passed the CI so I merged it.

@SleeplessByte Thanks a lot. The problem has been resolved!

2 Likes

Woop woop. Thanks for upgrading to v3!

1 Like