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

fix calc_relative_path #5164

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Conversation

maxpat78
Copy link
Contributor

@maxpat78 maxpat78 commented Aug 9, 2024

Fix following

BUG: C:\a\b\c\d\base.vhd C:\a\b\child.vhd returns wrong result .\d\base.vhd

REASON: 'c' is the same in \c and \child, but the latter is not a subdir!

Fix following

BUG: C:\a\b\c\d\base.vhd C:\a\b\child.vhd returns wrong result .\\d\base.vhd

REASON: 'c' is the same in \c and \child, but the latter is not a subdir!
@joncampbell123 joncampbell123 merged commit b1a92f6 into joncampbell123:master Aug 9, 2024
19 of 20 checks passed
@maxpat78 maxpat78 deleted the fix_calc_rela branch August 13, 2024 06:38
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