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

Frees Examples in Main Repo #417

Merged
merged 8 commits into from
Oct 16, 2017

Conversation

juanpedromoreno
Copy link
Contributor

Fixes #416

Particularly, the commits that are relevant to be reviewed are:

The rest of the code was mostly reviewed in its origin.

* Uses MonadError instead of fs2.util.Catchable
* Uses cats.effect.Sync instead of fs2.util.Suspendable
* Adds a README file explaining how to run and use the TodoList App
* Other minor updates
Copy link
Contributor

@fedefernandez fedefernandez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commits look good to me!
Just left a minor comment.

import com.twitter.util._
import com.zaxxer.hikari.{HikariConfig, HikariDataSource}
import doobie.hikari._, doobie.hikari.implicits._
import doobie._, doobie.implicits._
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we could split these import statements into different lines, for consistency

@codecov-io
Copy link

codecov-io commented Oct 16, 2017

Codecov Report

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

@@            Coverage Diff             @@
##           master     #417      +/-   ##
==========================================
+ Coverage      85%   86.26%   +1.26%     
==========================================
  Files          39       38       -1     
  Lines         300      284      -16     
  Branches        5        3       -2     
==========================================
- Hits          255      245      -10     
+ Misses         45       39       -6

@juanpedromoreno juanpedromoreno merged commit ac7e192 into master Oct 16, 2017
@juanpedromoreno juanpedromoreno deleted the feature/frees-examples-in-main-repo branch October 16, 2017 17:55
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.

3 participants