https://gitlab.com/tezos/tezos
Revision 0dd28aa6e891fd227e5dc070593b9d0eaba8656b authored by Raphaël Proust on 13 December 2021, 10:44:48 UTC, committed by Marge Bot on 23 December 2021, 13:54:26 UTC
- Do not use `Lwt.` before `return` when in scope of `Lwt_syntax`
- Prefer `Error_monad.catch_s` to `Lwt.catch` with the equivalent
  wrapper
- Use `Result.iter_error` rather than branching with rebind and return
- Etc.
1 parent cb39a58
History
Tip revision: 0dd28aa6e891fd227e5dc070593b9d0eaba8656b authored by Raphaël Proust on 13 December 2021, 10:44:48 UTC
P2p: Cosmetics and minor code quality improvements
Tip revision: 0dd28aa
File Mode Size
.github
.gitlab
_coverage_output
devtools
docs
emacs
packaging
scripts
src
tests_python
tezt
vendors
.dockerignore -rw-r--r-- 844 bytes
.gitattributes -rw-r--r-- 320 bytes
.gitignore -rw-r--r-- 1.2 KB
.gitlab-ci.yml -rw-r--r-- 1.9 KB
.ocamlformat -rw-r--r-- 398 bytes
.pylintrc -rw-r--r-- 17.5 KB
CHANGES.rst -rw-r--r-- 61.3 KB
CODEOWNERS -rw-r--r-- 3.2 KB
Dockerfile -rw-r--r-- 4.1 KB
LICENSE -rw-r--r-- 1.3 KB
Makefile -rw-r--r-- 10.9 KB
README.md -rw-r--r-- 3.1 KB
active_protocol_versions -rw-r--r-- 32 bytes
active_testing_protocol_versions -rw-r--r-- 78 bytes
build.Dockerfile -rw-r--r-- 680 bytes
contributing.md -rw-r--r-- 2.2 KB
dune -rw-r--r-- 24 bytes
dune-project -rw-r--r-- 275 bytes
dune-workspace -rw-r--r-- 112 bytes
parallel-tezt.Makefile -rw-r--r-- 3.0 KB
poetry.lock -rw-r--r-- 85.1 KB
pyproject.toml -rw-r--r-- 1.3 KB
rust-toolchain -rw-r--r-- 6 bytes
sandbox.Makefile -rw-r--r-- 6.8 KB

README.md

back to top