problem-specifications icon indicating copy to clipboard operation
problem-specifications copied to clipboard

Shared metadata for exercism exercises.

Results 107 problem-specifications issues
Sort by recently updated
recently updated
newest added

There are quite a few things that are vague. **Step 1:** > substitute the fourth letter of the alphabet, namely D, for A Every letter is shifted forward by 4....

I found several closed tickets related to this after my code failed the last test. The following comment is anything but clear. The first thought is to take a modulo,...

There is no test for -x and -i without -n This is a missing test case.

Hi, I was send here after [creating a MR in the go repository](https://github.com/exercism/go/pull/2215#issuecomment-1125439298). Currently the tests of the tree builder exercise assume an order of a node's children, however the...

The [instructions](https://github.com/exercism/problem-specifications/blob/ee62cc9d562d3b9895f7cf2e817d32a4d56ba29c/exercises/phone-number/description.md?plain=1#L17) say that the "*task is to clean up differently formatted telephone numbers by removing punctuation [...]*". But the test [invalid with punctuations](https://github.com/exercism/problem-specifications/blob/ee62cc9d562d3b9895f7cf2e817d32a4d56ba29c/exercises/phone-number/canonical-data.json#L124-L138) (and its [predecessor](https://github.com/exercism/problem-specifications/blob/ee62cc9d562d3b9895f7cf2e817d32a4d56ba29c/exercises/phone-number/canonical-data.json)) seem to imply...

I think the example table with only hexadecimal input and output values can be a little confusing. On the wikipedia VLQ page, the array details the binary input, the binary...

Recently, there was some discussion on whether test case descriptions should be unique: https://github.com/exercism/problem-specifications/pull/2019#discussion_r855117856 IMO there is an unwritten rule that each description _should_ be unique, but it is not...

Pretty much as the title says, should we add usage of `$Schema` to the track `config.js` and exercise `.meta/config.js` to reference the related schema?

Print out all the numbers from 1 to 65535 for which the hexadecimal representation is the digit-wise reverse of the decimal representation. What about octal? What about other bases? What...

new exercise idea