潘忠显 /
Programmer’s self-cultivation
https://datatracker.ietf.org/doc/html/rfc5234
self-cultivation
三段式版本号遵循的规范:
https://semver.org/lang/zh-CN/
版本格式:主版本号.次版本号.修订号,版本号递增规则如下:
- 主版本号:当你做了不兼容的 API 修改,
- 次版本号:当你做了向下兼容的功能性新增,
- 修订号:当你做了向下兼容的问题修正。
先行版本号及版本编译信息可以加到“主版本号.次版本号.修订号”的后面,作为延伸。
https://www.envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol
https://grpc.io/docs/what-is-grpc/faq/#how-do-you-pronounce-grpc
Bazel 没有使用 LD_LIBRARY_PATH 指定的so
env LD_LIBRARY_PATH=/usr/local/lib64:/usr/local/lib:/usr/local/lib64:/usr/local/lib: bazel build –action_env=“LD_LIBRARY_PATH=${LD_LIBRARY_PATH}” –host_action_env=“LD_LIBRARY_PATH=${LD_LIBRARY_PATH}” //… –sandbox_debug
IETF Internet Engineering Task Force
Internet Engineering Steering Group (IESG).