Closed maiste closed 2 years ago
Remove this infinite loop that occurred with Peeker.get and try ... with
It's not an infinite loop, it's that the docker peek result would be cached indefinitely, so further docker image updates for the same major ocaml version (such as patch releases) would not be integrated.
LGTM
This PR intends to conform the
main
branch with the fix fromlive
. As a result, we will be able to use againmaster
as the main branch andlive
as a production branch. The changes are:cstruct
Peeker.get
andtry ... with