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

refactor: remove use of home crate #27516

Merged
merged 4 commits into from
Jan 2, 2025

Conversation

dsherret
Copy link
Member

The two places mentioned in the issue are now consolidated.

Closes #24385

"once_cell",
"rustix",
]

[[package]]
name = "which"
Copy link
Member Author

@dsherret dsherret Dec 31, 2024

Choose a reason for hiding this comment

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

Oh, home crate is still used by which crate for tilde expansion, so not super helpful. I might do a PR to the which crate in the future for having other ways of getting the home dir.

Copy link
Member Author

@dsherret dsherret Jan 2, 2025

Choose a reason for hiding this comment

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

I opened harryfei/which-rs#109 (looks like they changed the home dir implementation and so this will enable us to keep the existing behaviour once we upgrade)

@dsherret dsherret merged commit 0457c38 into denoland:main Jan 2, 2025
17 checks passed
@dsherret dsherret deleted the refactor_remove_home_dir branch January 2, 2025 15:06
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.

Remove use of home crate
2 participants