hedgehog (Hedge Hog)
- Login: hedgehog
- Email: hedgehogshiatus@gmail.com
- Registered on: 05/09/2010
- Last sign in: 01/03/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
01/03/2017
-
03:28 AM Ruby Bug #12071: Gem installation fails with 2.3.0 on Cygwin
- Yes this issue is present in 2.2.6.
When I checked the logs I saw the same symptoms reported here.
When I checked the 2.2.6 source code on my local machine it appeared that change in revision 53868 was also required there in the 2....
12/23/2016
-
12:37 AM Ruby Bug #13063 (Rejected): net/http abends with local file URI
- Give the ruby code in issue.rb is:
~~~
begin
require 'uri'
require 'net/http'
p ::File.exist?('/tmp/tomcat-8/v8.0.39/bin/apache-tomcat-8.0.39.tar.gz.md5')
uri = URI( 'file:/tmp/tomcat-8/v8.0.39/bin/apache-tomcat-8.0.39....
12/21/2016
-
02:07 AM Ruby Bug #12071: Gem installation fails with 2.3.0 on Cygwin
- This issue is also present in ruby 2.2.6. Should I open a new issue or does it suffice to note this here?
12/27/2014
-
10:29 PM Ruby Bug #10664 (Third Party's Issue): Undocumented change: rb_str_new from a function declaration to a macro
- It seems that code such as this will now break:
result = rb_str_new(FBUFFER_PAIR(fb));
Example impact: https://github.com/flori/json/issues/229
Given the pain likely once people stop eating turkeys and start running code, isn't ...
05/13/2010
-
08:01 AM Ruby Feature #2542: URI lib should be updated to RFC 3986
- Rather than reinvent anything. Consider employing an FFI interface to uriparser:
http://uriparser.sourceforge.net/
not sure if there is a port for windows or if an equivalent windows lib is available?