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

Resolve Ruby Warnings #47

Merged
merged 2 commits into from Dec 29, 2017
Merged

Resolve Ruby Warnings #47

merged 2 commits into from Dec 29, 2017

Conversation

orien
Copy link
Member

@orien orien commented Dec 29, 2017

Ruby produces several warnings while running our test suite:
https://travis-ci.org/envato/event_sourcery-postgres/jobs/322722599

This change set resolves these warnings:

event_sourcery-postgres/lib/event_sourcery/postgres/config.rb:29: warning: method redefined; discarding old event_store
event_sourcery-postgres/lib/event_sourcery/postgres/config.rb:33: warning: method redefined; discarding old event_source
event_sourcery-postgres/lib/event_sourcery/postgres/config.rb:37: warning: method redefined; discarding old event_sink
event_sourcery-postgres/lib/event_sourcery/postgres/config.rb:41: warning: method redefined; discarding old event_store_database=
event_sourcery-postgres/lib/event_sourcery/postgres/config.rb:47: warning: method redefined; discarding old projections_database=
event_sourcery-postgres/spec/event_sourcery/postgres/event_store_spec.rb:11: warning: assigned but unused variable - event_id

event_sourcery-postgres/lib/event_sourcery/postgres/config.rb:29: warning: method redefined; discarding old event_store
event_sourcery-postgres/lib/event_sourcery/postgres/config.rb:33: warning: method redefined; discarding old event_source
event_sourcery-postgres/lib/event_sourcery/postgres/config.rb:37: warning: method redefined; discarding old event_sink
event_sourcery-postgres/lib/event_sourcery/postgres/config.rb:41: warning: method redefined; discarding old event_store_database=
event_sourcery-postgres/lib/event_sourcery/postgres/config.rb:47: warning: method redefined; discarding old projections_database=
event_sourcery-postgres/spec/event_sourcery/postgres/event_store_spec.rb:11: warning: assigned but unused variable - event_id
@orien orien requested a review from twe4ked December 29, 2017 04:15
@orien orien merged commit d53f13b into master Dec 29, 2017
@orien orien deleted the orien/ruby_warnings branch December 29, 2017 06:41
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