General

Profile

timcraft (Tim Craft)

  • Login: timcraft
  • Registered on: 10/13/2013
  • Last sign in: 09/19/2023

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 2 2 4

Like

Activity

06/09/2023

10:00 AM Ruby master Feature #19521: Support for `Module#name=` and `Class#name=`.
What about `Module#label=` and `Class#label=` etc?
* If the value e.g. `"fake name"` cannot be used to reference t...
timcraft (Tim Craft)

11/12/2021

11:33 AM Ruby master Feature #18033: Time.new to parse a string
Nice performance improvement!
In terms of the interface I think it would be confusing to make `Time.new` parse a s...
timcraft (Tim Craft)

01/23/2021

11:54 AM Ruby master Feature #17472: HashWithIndifferentAccess like Hash extension
hcatlin (Hampton Catlin) wrote in #note-15:
> Would anyone here think the code below was acceptable?
Mixing symbo...
timcraft (Tim Craft)

07/22/2020

02:08 PM Ruby master Bug #17042 (Closed): Times with timezones return incorrect week numbers
Times with timezones return incorrect week numbers from strftime. For example:
$ irb -r tzinfo
irb(main):...
timcraft (Tim Craft)

07/11/2020

12:40 PM Ruby master Bug #17024: Times with timezones return incorrect wday and yday
For example:
```
$ irb -r tzinfo
irb(main):001:0> Time.new(2020, 1, 1, 0, 0, 0, TZInfo::Timezone.get('America/New_...
timcraft (Tim Craft)
10:22 AM Ruby master Bug #17024 (Closed): Times with timezones return incorrect wday and yday
The timezone support added to Time in Ruby 2.6 does not appear to handle wday and yday.
I don't know what the most...
timcraft (Tim Craft)

04/10/2020

11:36 AM Ruby master Feature #16773 (Open): Reduce allocations in net/http
Some minor patches which help to reduce allocations in net/http, which should benefit any programs making heavy use o... timcraft (Tim Craft)

12/23/2013

11:26 PM Ruby master Feature #9020: Net::HTTPResponse predicate/query methods
Adding proposed patch, which takes advantage of recent frozen string optimization. timcraft (Tim Craft)

10/16/2013

08:01 AM Ruby master Feature #9020: Net::HTTPResponse predicate/query methods
I'm not aware of any libraries that implement this interface currently. If Net::HTTP implemented these methods and ot... timcraft (Tim Craft)

10/15/2013

07:41 PM Ruby master Feature #9020: Net::HTTPResponse predicate/query methods
drbrain (Eric Hodel) wrote:
> Why use === instead of a case statement?
I agree case statements would be more comm...
timcraft (Tim Craft)

Also available in: Atom