alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
2
Pulls
1
Pipelines
core
/
appview
/
reporesolver
2 files
at
6b3ca47623680d77ed5b43ebac483b26dc373485
Matías Insaurralde
reporesolver: compile path regexps at package init
5mo ago
6b3ca476
resolver.go
reporesolver: compile path regexps at package init Move blobPattern, treePattern, and pathAfterRefRE to package-level vars so they are compiled once and reused across GetRepoInfo and path resolution calls instead of recompiling on every request. Signed-off-by: Matías Insaurralde <matias@insaurral.de>
5 months ago
resolver_test.go
appview/reporesolver: fix current directory extraction for tree paths path.Dir on extractPathAfterRef returned the parent directory, which broke relative link resolution in markdown when viewing directories. extractCurrentDir now handles blob and tree paths separately: blob paths return the parent dir, tree paths return the directory itself Signed-off-by: moshyfawn <email@moshyfawn.dev>
7 months ago