[#61822] Plan Developers Meeting Japan April 2014 — Zachary Scott <e@...>
I would like to request developers meeting around April 17 or 18 in this month.
14 messages
2014/04/03
[#61825] Re: Plan Developers Meeting Japan April 2014
— Urabe Shyouhei <shyouhei@...>
2014/04/03
It's good if we have a meeting then.
[#61826] Re: Plan Developers Meeting Japan April 2014
— Zachary Scott <e@...>
2014/04/03
Regarding openssl issues, I’ve discussed possible meeting time with Martin last month and he seemed positive.
[#61833] Re: Plan Developers Meeting Japan April 2014
— Martin Bo煬et <martin.bosslet@...>
2014/04/03
Hi,
[#61847] Re: Plan Developers Meeting Japan April 2014
— Eric Wong <normalperson@...>
2014/04/03
Martin Boテ殕et <martin.bosslet@gmail.com> wrote:
[#61849] Re: Plan Developers Meeting Japan April 2014
— Zachary Scott <e@...>
2014/04/04
I will post summary of meeting on Google docs after the meeting.
[#61852] Re: Plan Developers Meeting Japan April 2014
— Eric Wong <normalperson@...>
2014/04/04
Zachary Scott <e@zzak.io> wrote:
[#61860] Re: Plan Developers Meeting Japan April 2014
— Zachary Scott <e@...>
2014/04/04
I’m ok with redmine, thanks for bringing up your concern!
[#62076] Candidacy to 2.1 branch maintainer. — Tomoyuki Chikanaga <nagachika00@...>
Hello,
7 messages
2014/04/17
[#62078] Re: Candidacy to 2.1 branch maintainer.
— SHIBATA Hiroshi <shibata.hiroshi@...>
2014/04/17
> And does anyone have counter proposal for 2.1 maintenance?
[ruby-core:61948] [ruby-trunk - misc #9724] [Open] Warnings in Ruby: allow per-file directives to i.e. suppress warnings
From:
shevegen@...
Date:
2014-04-10 18:21:31 UTC
List:
ruby-core #61948
Issue #9724 has been reported by Robert A. Heiler. ---------------------------------------- misc #9724: Warnings in Ruby: allow per-file directives to i.e. suppress warnings https://bugs.ruby-lang.org/issues/9724 * Author: Robert A. Heiler * Status: Open * Priority: Low * Assignee: * Category: * Target version: ---------------------------------------- Hi, A bit of intro. I usually run all my ruby code with -w. I feel that it gives me some more security if the ruby parser does not have to think about ambiguous code. Now this works perfect for my own code - I know what I have written, I know how to fix it, so my code runs fine. Problem is other people who do not use the -w switch, and in doing so their stuff outputs a lot of warnings if I require their project and use them. This is somewhat annoying and there is no real good way to fix it as far as I know. Modifying $VERBOSE and setting it to nil is of no real help because it works globally. But I'd rather want something to be used on a per-file basis. Would it be possible to enable something that could be used on a per file basis? Kernel.no_warnings, or Kernel.be_silent or something like this? -- https://bugs.ruby-lang.org/