Skip to content

remove circular require to suppress warnings - #9

Open
mikerodrigues wants to merge 1 commit into
daumiller:masterfrom
mikerodrigues:nowarn
Open

remove circular require to suppress warnings#9
mikerodrigues wants to merge 1 commit into
daumiller:masterfrom
mikerodrigues:nowarn

Conversation

@mikerodrigues

Copy link
Copy Markdown
Contributor

Kind of a nitpick, but I was cleaning up my warnings and noticed ssdp was throwing some of its own upon require due to circular require statements.

ssdp.rb was requiring consumer and producer, but they were each also requiring ssdp.

You can see the warnings with ruby -w or by setting $VERBOSE=true. Then just require 'ssdp' and you'll get a ton of warnings.

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.

1 participant