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

Update README.md #37

Merged
merged 3 commits into from
Feb 17, 2018
Merged

Update README.md #37

merged 3 commits into from
Feb 17, 2018

Conversation

joshchernoff
Copy link

Added note about recompiling deps after adding config for originator

address #36

Josh Chernoff added 2 commits February 14, 2018 14:40
added note about recompiling deps after adding config for originator
Multi.new
|> Multi.run(:initial_version, fn %{} ->
version_id = get_sequence_id("versions") + 1
changeset_data = case Map.get(changeset, :data) do
Copy link
Author

Choose a reason for hiding this comment

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

This condition is not required because Map.get can return a default value which if you provide changeset as the default it does the same thing as this condition.

@izelnakri
Copy link
Owner

I will auto-format my library code with elixir 1.6 formatter and then investigate this pull request.

@izelnakri
Copy link
Owner

I just made a format change could you merge my master to your branch to remove the conflict?

@izelnakri
Copy link
Owner

The changes look good, once you fix the merge conflict I will merge this and cut a new release. Thanks for your contribution.

@izelnakri izelnakri merged commit 3b54a36 into izelnakri:master Feb 17, 2018
@izelnakri
Copy link
Owner

I fixed the merge conflict and released this on 0.7.9, thank you!

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.

None yet

2 participants