abs-tudelft / abs-tudelft/vhdeps
Windows absolute path
- Ngôn ngữ chính
- VHDL
- Star
- 25
- Fork
- 2
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Using ":" as separator create some issue for windows absolute path utilization .
test case:
--include unisim:%XILINX_VIVADO%/data/vhdl/src/unisims
expands into:
C:\Xilinx\Vivado\2019.1\data\vhdl\src\unisims
where C wrongly threated as unisim library version.
So version should be specified explicitly in this case as workaround.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
Look at the path parsing logic in the codebase, likely in a file handling command-line arguments or path expansion. The issue is about how ':' is interpreted on Windows when an absolute path like C:\... is involved. Start by finding where library version separation occurs and test the provided case. Check if there are existing tests for Windows path handling.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Lĩnh vực
- cli, tooling
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Đặc tả rõ ràng
- Mức phù hợp với người mới
- 45/100