xshay (Xavier Shay)
- Login: xshay
- Email: contact@xaviershay.com
- Registered on: 11/18/2013
- Last sign in: 04/06/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 1 | 2 |
Activity
04/06/2016
-
12:57 AM Ruby Bug #12220: Why does Coverage keep previously-loaded files as empty arrays?
- Hello, I filed #4796. It was a long time ago, and I don't remember what I was trying to do. Likely something around a "coverage per test" feature.
> Right, there is a compatibility concern, and I would like to check simplecov about it...
12/29/2014
-
11:48 PM Ruby Bug #10661: The "possible reference to past scope" warning is quite frustrating and is forcing me to change my variable names from what I want
- This is going to warn for most RSpec suites. The following pattern is common (I have it in all of my projects) due to the common `let` extraction myron talks about:
(sample of a spec from one of my projects - you can also see this in ...
08/13/2014
-
10:36 PM Ruby Feature #10129: More descriptive error message for failed net/http requests
- Attaching diff, possibly more useful than github PR.
-
10:34 PM Ruby Feature #10129 (Assigned): More descriptive error message for failed net/http requests
- Hello,
I would like to propose the following patch:
Before
2.1.2 :003 > Net::HTTP.get(URI.parse("https://arsrtrtrstsrt.com/arstr"))
SocketError: getaddrinfo: nodename nor servname provided, or not known
After
2....
11/18/2013
-
09:24 AM Ruby Feature #9121 (Closed): [PATCH] Remove rbtree implementation of SortedSet due to performance regression
- rbtree is slower than the pure ruby version.
I have provided benchmarks and a patch here:
https://github.com/ruby/ruby/pull/451
> ruby sorted_set_benchmark.rb
using rbtree
user system total real
#add 0.0...