Rake::TestTask raises an error when the test path includes non-ascii characters on Windows
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 2.5k
- Forks
- 650
- Avg merge
- 6m
- Merged PRs (30d)
- 3
Description
When a test file path includes non-ascii characters, rake test task Rake::TestTask fails with a message
File does not exist: [test_target_file_name]
It seems the task can't find a file with non-ascii path on Windows.
Summary page including a procedure for reproducing
https://github.com/masa-kunikata/rake_test_task_non_ascii_path
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
Start with the Rake::TestTask implementation and follow the reproduction procedure linked in the issue for Windows and a test path containing non-ASCII characters. Confirm how the task resolves the test path, then verify that the task no longer reports the existing file as missing in that reproduction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100