ggilder (Gabriel Gilder)
- Login: ggilder
- Email: gabriel.gilder@gmail.com
- Registered on: 02/06/2012
- Last sign in: 06/12/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 3 | 3 |
Activity
06/23/2014
-
07:48 PM Ruby Bug #9974: Regression: URI.parse allows invalid URIs
- Oops, sorry for bad code formatting. In any case you should see that in Ruby 2.1.2 URI::InvalidURIError is raised.
-
07:46 PM Ruby Bug #9974 (Rejected): Regression: URI.parse allows invalid URIs
- ~~~
$ ruby -v
ruby 2.2.0dev (2014-06-23 trunk 46517) [x86_64-darwin13]
$ ruby -ruri -e "puts URI.parse('http://test_example')"
http://test_example
~~~
Compare to Ruby 2.1.2:
~~~
$ ruby -v
ruby 2.1.2p95 (2014-05-08 revision 4...
06/04/2014
-
07:05 AM Ruby Bug #9901 (Closed): Clarify documentation for Array#insert
- The current documentation for Array#insert is misleading regarding negative indices. The attached patch clarifies the documentation.
03/21/2012
-
06:27 AM Ruby Bug #5973: Bus Error in simple project requiring YARD
- Thanks, I tried with 1.9.3-p125 and the problem does seem to be resolved.
03/08/2012
-
05:02 PM Ruby Bug #5973: Bus Error in simple project requiring YARD
- Sorry for the delay, I did not receive any email notification of an update on this thread.
I've just tried with ruby 1.9.3p0 and it does work fine. However, I did see the same issue with 1.9.3 in a larger project... sorry, I know that...
02/06/2012
-
03:46 PM Ruby Bug #5973: Bus Error in simple project requiring YARD
- Error message attached
-
03:45 PM Ruby Bug #5973 (Closed): Bus Error in simple project requiring YARD
- Hi, I've created a simple sample project that reliably triggers a bus error in Ruby 1.9.2p290 on Mac OS X. It seems to be triggered simply by requiring the YARD gem.
I've posted the sample project to reproduce the error here:
https:/...