Remove temp file name from error output
Nobody has claimed this yet.
- Dominant language
- Raku
- Stars
- 19
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
E.g., Camelia returns this:
rakudo-moar f7770e: OUTPUT«not ok 1 - # Failed test at <tmp> line 1# maximum relative tolerance: 1e-15# actual relative difference: 1»
while Committable6 returns this:
iBakeCake, ¦«2016.10»: not ok 1 - # Failed test at /tmp/ALIDT91faL line 1# maximum relative tolerance: 1e-15# actual relative difference: 1 «exit code = 1»
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue provides contrasting Camelia and Committable6 error outputs but names no source file or test. Start by locating where temporary test paths are rendered in the bot output, then compare both examples and verify that the temporary filename is omitted without changing the remaining diagnostic text.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100