Skip to content

Commit

Permalink
Mass rename xplat/fizz:protocol* to the underlying target
Browse files Browse the repository at this point in the history
Summary:
Okay, I think I have a viable sed command:

```
$ buck targets xplat/fizz/protocol/... xplat/mode/query/cxx | cut -d':' -f1 | cut -d'/' -f5- | sort -ur | xargs -I{} sh -c 'echo sed -i s@"xplat/fizz:$(echo {} | sed "s:/:_:g")_xplat/fizz/{}:"@' | xargs -I{} sh -c 'xbgs -sl xplat/fizz:protocol | xargs {}'
```

Differential Revision: D62594324

fbshipit-source-id: 869241f2b8668a69ce4fe34c192d8aed95ed1cab
  • Loading branch information
mzlee authored and facebook-github-bot committed Sep 14, 2024
1 parent d4b2d1e commit 8485059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fizz/fizzy_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def fizzy_library(name):
"fbsource//xplat/fizz/client:fizz_client_context",
"fbsource//xplat/fizz/client:fizz_client",
"fbsource//xplat/fizz/client:psk_serialization_utils",
":protocol_default_factory",
"fbsource//xplat/fizz/protocol:default_factory",
"fbsource//third-party/boost:boost",
],
)
Expand Down

0 comments on commit 8485059

Please sign in to comment.