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

Replace runtime panics with bundled errors #44

Closed
wants to merge 12 commits into from

Conversation

erwanor
Copy link
Contributor

@erwanor erwanor commented Oct 11, 2017

Issue #40

This PR introduces breaking changes in the cache building API:

Previous function signature:
func (cb *CacheBuilder) Build() Cache

New function signature:
func (cb *CacheBuilder) Build() (Cache, error)

@bluele we should probably start proper versioning of the package to not catch users off-guard.

@erwanor
Copy link
Contributor Author

erwanor commented Nov 13, 2017

Ping @bluele

@bluele
Copy link
Owner

bluele commented Nov 27, 2017

Thanks, @aaronwinter .
But for the moment I feel that the degree of urgency is not high, so I would like to merge this along with other changes and release this with new version.

@erwanor
Copy link
Contributor Author

erwanor commented Nov 27, 2017

@bluele Np. It makes sense!

What other changes do you have in mind? If you open issues for them (+ we could use the "Projects" feature of Github) then I could help the effort to get the next release ready.

@erwanor erwanor closed this Apr 18, 2018
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

Successfully merging this pull request may close these issues.

2 participants