neoneye / ARC-Interactive

Enjoy puzzle-solving directly in your browser.
https://neoneye.github.io/arc/
MIT License
18 stars 2 forks source link

Task gallery: Fix the "unfixed" tasks #61

Closed neoneye closed 5 months ago

neoneye commented 5 months ago

Problem

Beyond expert level are the unfixed tasks. These tasks cannot be solved due to problems with the tasks. There are bug reports on them in the original ARC dataset repo, but they have never been fixed.

Attempting to solve a task that is broken is confusing.

Screenshot 2024-04-23 at 17 54 52

Solution

Keep the original bad files as they are.

For each bad file, make a fixed file with a _v2 suffix. Should there be a need to revise the fixed file, then it's possible to increment the counter to _v3.

When encountering a file that is broken, then check if there exist a _v2 suffix or higher.

neoneye commented 5 months ago

I have eliminated the unfixed. I have replaced the buggy tasks with _v2 files.

Screenshot 2024-04-26 at 23 13 05