exercism / haskell

Exercism exercises in Haskell.
https://exercism.org/tracks/haskell
MIT License
493 stars 191 forks source link

Fix Inconsistency Between Hints and Test Cases in Robot Simulator #1190

Closed mrsekut closed 9 months ago

mrsekut commented 9 months ago

I've noticed a discrepancy between the hints provided and the actual required functions in the Robot Simulator exercise. The hints suggest that the following functions are necessary:

However, upon reviewing the test cases, it seems that the actual required functions are:

This mismatch might cause confusion for users trying to solve the problem. Therefore, I've made the necessary adjustments to align the hints with the test cases.

github-actions[bot] commented 9 months ago

Hello. Thanks for opening a PR on Exercism 🙂

We ask that all changes to Exercism are discussed on our Community Forum before being opened on GitHub. To enforce this, we automatically close all PRs that are submitted. That doesn't mean your PR is rejected but that we want the initial discussion about it to happen on our forum where a wide range of key contributors across the Exercism ecosystem can weigh in.

You can use this link to copy this into a new topic on the forum. If we decide the PR is appropriate, we'll reopen it and continue with it, so please don't delete your local branch.

If you're interested in learning more about this auto-responder, please read this blog post.


Note: If this PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it.

MatthijsBlom commented 9 months ago

@ErikSchierboom Can you please merge this one?

ErikSchierboom commented 9 months ago

@MatthijsBlom Is the CI error safe to ignore?

MatthijsBlom commented 9 months ago

I think so.