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

test(runtime): support Windows in resolve_from_cwd_absolute #18379

Merged
merged 4 commits into from
Apr 12, 2023

Conversation

ElijahPepe
Copy link
Contributor

current_dir().unwrap() joined with a Path is equivalent to the implementation in resolve_from_cwd(). Manually tested on Ubuntu 22.04 and Windows 11.

@CLAassistant
Copy link

CLAassistant commented Mar 23, 2023

CLA assistant check
All committers have signed the CLA.

current_dir().unwrap() joined with a Path is equivalent to the
implementation in resolve_from_cwd(). Manually tested on Ubuntu 22.04
and Windows 11.

Signed-off-by: Elijah Conners <[email protected]>
@ElijahPepe ElijahPepe force-pushed the fix/resolve_from_cwd_absolute branch from 0d6a863 to 087670e Compare March 23, 2023 07:22
@dsherret dsherret changed the title fix(runtime): support Windows in resolve_from_cwd_absolute test(runtime): support Windows in resolve_from_cwd_absolute Mar 23, 2023
Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

Copy link
Collaborator

@aapoalas aapoalas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you for the fix!

@bartlomieju bartlomieju merged commit e2853a9 into denoland:main Apr 12, 2023
levex pushed a commit that referenced this pull request Apr 18, 2023
`current_dir().unwrap()` joined with a Path is equivalent to the
implementation in `resolve_from_cwd()`. Manually tested on Ubuntu 22.04
and Windows 11.

Signed-off-by: Elijah Conners <[email protected]>
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.

None yet

5 participants