|
solution_files = set(config.get("files", {}).get("solution", [])) |
When prepare_polyglot_dataset.py builds the workspace for agents, it only includes the solution files. It failed to include the editor files that make the question complete. For example, it would not put Iou.java into the workspace.
https://github.com/Aider-AI/polyglot-benchmark/blob/main/java/exercises/practice/rest-api/src/main/java/Iou.java
dgm/polyglot/prepare_polyglot_dataset.py
Line 175 in a565fd2
When prepare_polyglot_dataset.py builds the workspace for agents, it only includes the solution files. It failed to include the editor files that make the question complete. For example, it would not put Iou.java into the workspace.
https://github.com/Aider-AI/polyglot-benchmark/blob/main/java/exercises/practice/rest-api/src/main/java/Iou.java