General

Profile

tonci (Tonči Damjanić)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 2 3

Activity

10/17/2019

07:53 AM Ruby Bug #16257: Gem::Version instances are silently created as singletons
Fixed and scheduled for rubygems v3.1.0. tonci (Tonči Damjanić)

10/16/2019

12:59 PM Ruby Bug #16257: Gem::Version instances are silently created as singletons
Done: https://github.com/rubygems/rubygems/issues/2948 tonci (Tonči Damjanić)
08:25 AM Ruby Bug #16257: Gem::Version instances are silently created as singletons
Attached the full stack trace. tonci (Tonči Damjanić)
08:23 AM Ruby Bug #16257 (Third Party's Issue): Gem::Version instances are silently created as singletons
Instantiating `Gem::Version` objects via `new` actually returns singletons, which is not obvious nor is this documented anywhere:
~~~
irb(main):001:0> v1 = Gem::Version.new("2.2.0")
=> #<Gem::Version "2.2.0">
irb(main):002:0> v1.fr...
tonci (Tonči Damjanić)

11/09/2017

07:10 PM Ruby Bug #10630: ERB tags nested in escaped blocks are skipped
Thanks!
I've reported it to Erubis a while back (https://github.com/kwatch/erubis/issues/6), but since that project is stale, I've reported it to Erubi as well (https://github.com/jeremyevans/erubi/issues/11).
tonci (Tonči Damjanić)

11/07/2017

02:36 PM Ruby Bug #10630 (Open): ERB tags nested in escaped blocks are skipped
Reopening, since there is movement on the ERB front in the upcoming v2.5.0. tonci (Tonči Damjanić)

02/16/2016

11:33 AM Ruby Feature #12077 (Open): Consolidate SSLSocket interface with TCPSocket
Hello,
Is there a reason why `SSLSocket#read` doesn't work the same as `SSLSocket#sysread` and why there is no `SSLSocket#recv`?
Right now it is impossible to have code agnostic in regards to the socket type.
One solution is to...
tonci (Tonči Damjanić)

01/22/2015

09:22 AM Ruby Bug #10735: Memory leak in openssl ossl_pkey_sign
Confirming the same with the current Ruby 2.2 (ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14]):
~~~
{:count=>5, :heap_allocated_pages=>74, :heap_sorted_length=>75, :heap_allocatable_pages=>0, :heap_available_slots=>30164,...
tonci (Tonči Damjanić)

12/30/2014

01:41 PM Ruby Bug #10630: ERB tags nested in escaped blocks are skipped
Yes, I understand that, but doesn't that fact affect future Ruby releases? tonci (Tonči Damjanić)

12/22/2014

01:48 PM Ruby Bug #10630: ERB tags nested in escaped blocks are skipped
OK. Who is maintaining Erubis then? Is it possible to reach out to them and have the bug fixed?
The Erubis repo is stale and the project seems to be deprecated by the author.
tonci (Tonči Damjanić)

Also available in: Atom