exercism / lfe

Exercism exercises in Lisp Flavoured Erlang (LFE).
https://exercism.org/tracks/lfe
MIT License
25 stars 30 forks source link

bob: Lock problem description to match current implementation #68

Closed kytrinyx closed 6 years ago

kytrinyx commented 6 years ago

We need to be able to regenerate the exercise READMEs without causing the README for 'bob' to drift.

A new rule has been added to the upstream problem specification, and this hasn't yet been implemented in this track.

I only realized after submitting https://github.com/exercism/lfe/issues/67 that I needed to regenerate the exercise READMEs in order to move forward with https://github.com/exercism/meta/issues/94, which would cause 'bob' to get out of sync.

Since this is a purely janitorial change, I am going to go ahead and merge it when the build passes.

I'm adding a note to the ambiguity issue about deleting this file when the test suite gets updated.