Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'failing open' #41

Closed
zxkevn opened this issue Jul 13, 2015 · 3 comments
Closed

'failing open' #41

zxkevn opened this issue Jul 13, 2015 · 3 comments

Comments

@zxkevn
Copy link

zxkevn commented Jul 13, 2015

gatekeeper needs to be more error-tolerant in general. default strategy right now is more or less goto cleanup which was good for development but we're past that. a good, thorough review of gatekeeper's code needs to happen to determine when it's still appropriate to bail on errors. all other issues like say, #40, should be handled gracefully without tearing everything down.

@zachriggle
Copy link
Member

You should specify which version of Gatekeeper. The plan moving forward (per @bool101) is to switch to what is now the ebeip90 branch.

@zxkevn
Copy link
Author

zxkevn commented Jul 13, 2015

Ah well that's news to me.

@zachriggle
Copy link
Member

Mostly it's very similar, just multiple programs instead of one monolithic binary. It allows you to swap out things easily, change ordering, and the binaries are each bite-sized and easy to debug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants