From 446127938de57df06b9a7d2d99141faad0946db3 Mon Sep 17 00:00:00 2001 From: sterni Date: Thu, 23 Jan 2025 23:03:03 +0100 Subject: [PATCH] fix(sterni/acme): fix plumbing of e.g. `//users` and [//nix](./nix) Change-Id: Ic85d71831d799db5bd8458f19593a05f3157d1de Reviewed-on: https://cl.tvl.fyi/c/depot/+/13042 Reviewed-by: sterni Tested-by: BuildkiteCI Autosubmit: sterni --- users/sterni/acme/plumb/tvl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/sterni/acme/plumb/tvl b/users/sterni/acme/plumb/tvl index 9dba10722..789a46b84 100644 --- a/users/sterni/acme/plumb/tvl +++ b/users/sterni/acme/plumb/tvl @@ -29,7 +29,8 @@ plumb start rc -c 'cd '$wdir'; cd `{git rev-parse --show-toplevel} && git show - # TODO(sterni): can we add an acme address to target paths somehow? # TODO(sterni): look at //tools/magrathea's parsing. -depotpathchar = '[^:.,!"'' ]' +# TODO(sterni): only be strict at the boundary +depotpathchar = '[^:.,;!?"''`|~(){}\[\]<> ]' depotpath = '//('$depotpathchar'+)' # TVL short links to files in depot, open in local editor, e.g.