GitShow/denoland/deno_path_util
denoland

deno_path_util

Common path utilities used across Deno's repos.

by denoland
Star on GitHubForkWebsite

Rust

3 stars2 forks5 contributorsQuiet · 10mo agoSince 20240.6.4MIT

Meet the team

See all 5 on GitHub →
denobot
denobot18 contributions
dsherret
dsherret17 contributions
crowlKats
crowlKats2 contributions
magurotuna
magurotuna1 contribution
devsnek
devsnek1 contribution

Languages

View on GitHub →
Rust100%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
50
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent fixes

View closed PRs →
dsherret
fix(windows): normalize_path - strip trailing spaces and dotsMergedPR

Windows strips trailing spaces and dots.

dsherret · 10mo ago
magurotuna
fix: relative path handling in canonicalize_path_maybe_not_existsMergedPR

This fixes an issue where with failed to handle relative paths when traversing ancestors. Fixes #19 Changes When a relative path reaches an empty parent during ancestor traversal, now correctly defaults to current directory () Removed unnecessary preprocessing step Added tests for both in-memory and real filesystem scenarios Testing Added with various relative path cases Added using temporary directories and symlinks All tests verify correct path resolution for relative paths not prefixed with , like , , etc.

magurotuna · 10mo ago
magurotuna
`canonicalize_path_maybe_not_exists` returns NotFound when relative path is givenClosedIssue

Issue returns NotFound error when it's given a relative path and impl. It does NOT when is in use. Example RealSys Output: InMemorySys Output: Additional Context This is the root cause of https://github.com/denoland/deno/issues/30923

magurotuna · 10mo ago
Structured data for AI agents

Repository: denoland/deno_path_util. Description: Common path utilities used across Deno's repos. Stars: 3, Forks: 2. Primary language: Rust. Languages: Rust (100%). License: MIT. Homepage: https://crates.io/crates/deno_path_util Latest release: 0.6.4 (10mo ago). Open PRs: 1, open issues: 0. Last activity: 10mo ago. Community health: 50%. Top contributors: denobot, dsherret, crowlKats, magurotuna, devsnek.

·@ofershap

Replace github.com with gitshow.dev