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

Move storeutil package to example/todomvc/store. #140

Merged
merged 4 commits into from
Sep 5, 2017
Merged

Move storeutil package to example/todomvc/store. #140

merged 4 commits into from
Sep 5, 2017

Conversation

dmitshur
Copy link
Contributor

@dmitshur dmitshur commented Sep 5, 2017

According to https://godoc.org/github.com/gopherjs/vecty/storeutil?importers, todomvc is the only user of it.

Resolves #137. /cc @slimsag

@slimsag
Copy link
Member

slimsag commented Sep 5, 2017

It looks like CI is failing since it runs:

$ golint ./elem/... event/... prop/... storeutil/...

Also, we'll need to make a note in doc/CHANGELOG.md pointing to this PR.

It has been moved into example directory, which is already listed.

Use import path pattern for all other entries for consistency.
@codecov-io
Copy link

codecov-io commented Sep 5, 2017

Codecov Report

Merging #140 into master will increase coverage by 1.86%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #140      +/-   ##
==========================================
+ Coverage   52.09%   53.96%   +1.86%     
==========================================
  Files           5        4       -1     
  Lines         405      391      -14     
==========================================
  Hits          211      211              
+ Misses        178      164      -14     
  Partials       16       16

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0cbd104...cef83ff. Read the comment docs.

@dmitshur
Copy link
Contributor Author

dmitshur commented Sep 5, 2017

PTAL.

@slimsag
Copy link
Member

slimsag commented Sep 5, 2017

Looks great, thanks for sending this @shurcooL !

@slimsag slimsag merged commit 9df5141 into hexops:master Sep 5, 2017
@dmitshur dmitshur deleted the move-storeutil branch September 5, 2017 22:13
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.

3 participants