exercism / x86-64-assembly

Exercism exercises in x86-64 Assembly.
https://exercism.org/tracks/x86-64-assembly
MIT License
22 stars 18 forks source link

`pop-count`: rename to `eliuds-eggs` #201

Closed ErikSchierboom closed 6 months ago

ErikSchierboom commented 7 months ago

We are renaming the pop-count exercise to eliuds-eggs. See https://github.com/exercism/problem-specifications/pull/2382 for more information.


This PR renames pop-count to eliuds-eggs. We have attempted to rename everything that is automatable, but you may need to make specific changes in the files.

If you could prioritise finishing and merging this, we would be grateful, so we can get the exercise in the correct state across Exercism. Please let me know if you have any questions.

Thanks! 🙂

sudhackar commented 7 months ago

You'll need to change the names of the test files too - just the directory won't work.

https://github.com/exercism/x86-64-assembly/actions/runs/7756599975/job/21154216409?pr=201#step:5:112

I can raise a new PR since I can't push to branches on this repo