[#47409] [ruby-trunk - Feature #6973][Open] Add an #integral? method to Numeric to test for whole-number values — "regularfry (Alex Young)" <alex@...>

12 messages 2012/09/03

[#47481] [ruby-trunk - Bug #7008][Open] rake is crashing when trying to compile ffi gem — "drookie (Eugene M. Zheganin Eugene M. Zheganin)" <eugene@...>

10 messages 2012/09/12

[#47505] [ruby-trunk - Feature #7019][Open] allow `private` and `protected` keywords to take blocks — "alexeymuranov (Alexey Muranov)" <redmine@...>

15 messages 2012/09/13

[#47582] [ruby-trunk - Bug #7037][Open] float formatting inconsistently rounds half to even — "headius (Charles Nutter)" <headius@...>

14 messages 2012/09/19

[#47638] [ruby-trunk - Bug #7046][Open] ERB#run and ERB#result are not safe for concurrent use — "headius (Charles Nutter)" <headius@...>

11 messages 2012/09/21

[#47655] [ruby-trunk - Feature #7051][Open] Extend caller_locations API to include klass and bindings. Allow caller_locations as a method hanging off Thread. — "sam.saffron (Sam Saffron)" <sam.saffron@...>

13 messages 2012/09/23

[#47657] [ruby-trunk - Feature #7055][Open] Allow `.foo=` as a synonym of `self.foo=` — "alexeymuranov (Alexey Muranov)" <redmine@...>

11 messages 2012/09/23

[#47730] [ruby-trunk - Bug #7085][Open] Subversion → GitHub gateway stops. — "shyouhei (Shyouhei Urabe)" <shyouhei@...>

27 messages 2012/09/29

[#47735] [ruby-trunk - Bug #7087][Open] ::ConditionVariable#wait does not work with Monitor because Monitor#sleep does not exist — "rklemme (Robert Klemme)" <shortcutter@...>

10 messages 2012/09/29

[#47759] [ruby-trunk - Bug #7092][Open] StringScanner start-of-line matches false positives, while lookbehind for a newline gives false negatives — "jayferd (Jay Adkisson)" <jjmadkisson@...>

8 messages 2012/09/30

[ruby-core:47594] Re: gem rdoc railties --ri --overwrite

From: Perry Smith <pedzsan@...>
Date: 2012-09-19 13:56:52 UTC
List: ruby-core #47594
On Sep 18, 2012, at 11:00 AM, Perry Smith wrote:

> Hi
>=20
> I posted this question to stackoverflow:
>=20
> =
http://stackoverflow.com/questions/12438097/warnings-doing-gem-rdoc-railti=
es-ri
>=20
> In brief, the command
>=20
> gem rdoc railties --ri --overwrite
>=20
> produces lots of warnings and no ri output is generated.  I'm trying =
to understand if the problem is with my set up, railties, or rubygems.
>=20
> I apologize if this is not appropriate for this list.  I opted to send =
it because it seems pervasive without a solution (that I can find).

Thank you to Eric for responding.  The question was very poorly phrased =
it turns out.  I incorrectly assumed the warnings was the reason "gem =
rdoc railties" was not producing documentation.  It turns out it is in =
the gem specification.

The reason for this email is to propose a change to the Deprecation =
system.  It needs to be opt-ed in by an environment variable.  It is =
just a bunch of chatter that no one pays attention to.  In this example, =
it lead to an incorrect assumption.

If I'm developing on top of Rails (for example), then I am a user of =
rails -- not a developer.  Indeed, if someone is using my application, =
then they are a user -- not a developer.  The warnings only confuse the =
users.  They are nice for developers but at this point there are more =
users than developers.  The developers should need to opt-in to get the =
deprecation warnings.  Currently, the user's can't even opt-out.

Perry


In This Thread

Prev Next