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

helpers: fix absolutePath relative with tilde #640

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

davc0n
Copy link
Contributor

@davc0n davc0n commented Jan 6, 2025

Relative path was not handled if input started with tilde.
Examples:

	~/./test
	~/weird/../test

No reason to do something like this imho, but users you never know.

Likely not related to #639 but worth to mention.

Relative path was not handled if input started with tilde.
Examples:
	~/./test
	~/weird/../test

No reason to do something like this imho, but users you never know.
@vaxerski vaxerski merged commit de844d3 into hyprwm:main Jan 6, 2025
1 check passed
@davc0n davc0n deleted the fix-absolute-path branch January 6, 2025 14:20
vaxerski pushed a commit that referenced this pull request Jan 23, 2025
Relative path was not handled if input started with tilde.
Examples:
	~/./test
	~/weird/../test

No reason to do something like this imho, but users you never know.
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.

3 participants