AcademySoftwareFoundation / AcademySoftwareFoundation/OpenCue
[rust/rqd] Windows support
- Dominant language
- Python
- Stars
- 957
- Forks
- 259
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 16
Description
We are in the process of migrating RQD from python to rust, the current version of rust/rqd is production ready for Linux and MacOs, but Windows compatibility is still pending.
The project was designed to simplify adding new OS support. Searching the codebase under `rust/crates/rqd` for `target_os = "linux"` will point to all locations where new methods need to be implemented with `target_os = "window"` for windows specific features.
Contributor guide
Research direction
Search under rust/crates/rqd for target_os = "linux" and read each platform-specific implementation point. Identify the corresponding Windows behavior needed for RQD, then verify that rust/rqd works on Windows wherever those Linux-specific paths are used. Done means the Windows compatibility gaps are implemented and the component operates on Windows.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100