Skip to content

Release v0.3.6#253

Merged
tyru merged 25 commits intomasterfrom
devel
Apr 26, 2019
Merged

Release v0.3.6#253
tyru merged 25 commits intomasterfrom
devel

Conversation

@tyru
Copy link
Copy Markdown
Member

@tyru tyru commented Oct 27, 2018

Fix #252

tyru added 2 commits October 27, 2018 09:21
* Use `github.com/pkg/errors` instead of `errors`
* Use `errors.Wrap()` instead of constructing error message by `fmt.Errorf()` or string concatenation
* Use `errors.Errorf()` instead of `fmt.Errorf()`
tyru and others added 12 commits October 27, 2018 09:30
- Replaced s:config() with s:on_load_pre() and s:on_load_post()
Allows editing the plugconf file(s) of the given repositories.

Closes #230

There are still a few FIXMEs in the code.
The most important one being:

- Which error codes to use?
  Currently 15 and 20 are used, but the existing error codes are not
  documented. It is unclear whether to reuse an existing one or which to
  use for which purpose.

The remaining ones are more about clean code and a different option
@tyru tyru merged commit b1c9efd into master Apr 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Release v0.3.6

4 participants