vipulnsward (Vipul Amler)
- Login: vipulnsward
- Registered on: 10/25/2012
- Last sign in: 01/10/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 4 | 4 |
Activity
05/05/2018
- 04:25 PM Ruby master Bug #14539: Duplicate range in character class warning
- shevegen (Robert A. Heiler) wrote:
> Agreed. Your code did not use more than one \X so the warning is
> incorrect a...
11/11/2016
- 03:08 PM Ruby master Bug #12580: Difference in sprintf float rounding
- I believe, we can close this based on discussion on https://twitter.com/a_matsuda/status/796782820454580224 ?
07/17/2016
- 07:15 AM Ruby master Bug #12580: Difference in sprintf float rounding
- Nobuyoshi Nakada wrote:
> Resulting 5.6 by rounding 5.55 off to one decimal place looks more "natural", than 5.5.
>...
07/10/2016
- 10:09 PM Ruby master Bug #12580 (Closed): Difference in sprintf float rounding
- on 2.4-dev
`
irb(main):006:0> sprintf "%0.01f", 5.55
=> "5.6"
irb(main):007:0> 5.55.class
=> Float
`
on 2....
08/03/2014
- 07:32 PM Ruby master Feature #10108: NameError#name and nested constants
- A full qualified name would be a more appropriate and natural fit.
07/22/2013
- 05:55 PM Ruby master Feature #8640: Add Time#elapsed to return nanoseconds since creation
- +1
Should save a lot of Time object allocations.
06/07/2013
- 03:22 AM Ruby master Feature #8499: Importing Hash#slice, Hash#slice!, Hash#except, and Hash#except! from ActiveSupport
- +1
04/21/2013
- 01:43 PM Ruby master Bug #8305 (Closed): Segfault on Mac OS X
- =begin
Running this piece of ((<test|URL:https://github.com/headius/thread_safe/blob/master/test/test_cache_loops....
04/16/2013
- 08:02 PM Ruby master Feature #8275: Add Module#public_const_get
- =begin
And vice-versa for set too maybe
(({Module#public_const_set}))/
(({Module#private_const_set}))
=end
03/29/2013
- 05:15 AM Ruby master Feature #8096: introduce Time.current_timestamp
- After the conversation, I hope its reasonable implement this.
Also available in: Atom