Skip to content

Rakefile: Suppress warnings from ruby, enabled by rake 11#846

Merged
tagomoris merged 1 commit into
fluent:masterfrom
cosmo0920:suppress-warnings-from-new-rake
Mar 11, 2016
Merged

Rakefile: Suppress warnings from ruby, enabled by rake 11#846
tagomoris merged 1 commit into
fluent:masterfrom
cosmo0920:suppress-warnings-from-new-rake

Conversation

@cosmo0920

Copy link
Copy Markdown
Contributor

In Rake 11.0.1 or later, t.warning = true is by default. This behavior had been introduced in ruby/rake#97.
Should we suppress warnings from the new rake?
Or should we resolve warnings in Fluentd side?

IMO, concealing warnings is not good for Fluend. It reports potential problem which should be fixed in the future.

@cosmo0920 cosmo0920 changed the title Rakefile: Suppress warnings from the new rake [Do not merge] Rakefile: Suppress warnings from the new rake Mar 11, 2016
@tagomoris

Copy link
Copy Markdown
Member

Warnings should be resolved. I think so too.
But resolving all warnings needs long time, hard work and many changes on our code. It should be done after big changes for next major release.

I created issue for that. #848
So I want to merge this for now to show CI results clearly.

@tagomoris tagomoris changed the title [Do not merge] Rakefile: Suppress warnings from the new rake Rakefile: Suppress warnings from ruby, enabled by rake 11 Mar 11, 2016
tagomoris added a commit that referenced this pull request Mar 11, 2016
Rakefile: Suppress warnings from ruby, enabled by rake 11
@tagomoris tagomoris merged commit 60c105e into fluent:master Mar 11, 2016
@tagomoris

Copy link
Copy Markdown
Member

Merged.

@cosmo0920

Copy link
Copy Markdown
Contributor Author

Thanks!

@cosmo0920 cosmo0920 deleted the suppress-warnings-from-new-rake branch March 11, 2016 04:05
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.

2 participants