Skip to content

Release v0.3.6 - #253

Merged
tyru merged 25 commits into
masterfrom
devel
Apr 26, 2019
Merged

Release v0.3.6#253
tyru merged 25 commits into
masterfrom
devel

Conversation

@tyru

@tyru tyru commented Oct 27, 2018

Copy link
Copy Markdown
Member

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 and others added 11 commits April 20, 2019 16:27
Co-Authored-By: hupfdule <36069345+hupfdule@users.noreply.github.com>
Co-Authored-By: hupfdule <36069345+hupfdule@users.noreply.github.com>
Update plugconf examples function names
Place plugconf comments outside of functions again
Co-Authored-By: hupfdule <36069345+hupfdule@users.noreply.github.com>
@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

4 participants