Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve interface compliance #101

Merged
merged 2 commits into from
Dec 13, 2023
Merged

Improve interface compliance #101

merged 2 commits into from
Dec 13, 2023

Conversation

senekor
Copy link
Contributor

@senekor senekor commented Dec 12, 2023

  • Remove absolute paths from output

  • Separate error message and user output

As suggested in the documentation:
https://exercism.org/docs/building/tooling/test-runners/interface#h-message

The impact of this seems small as of right now, but if we start
including debug output from students, it could become more important.
Rust stack traces include absolute paths by default, which should
be stripped from results.json as well.
@senekor senekor requested a review from a team as a code owner December 12, 2023 21:58
@senekor senekor merged commit 68dd30a into main Dec 13, 2023
2 checks passed
@senekor senekor deleted the interface-compliance branch December 13, 2023 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants