General

Profile

cabo (Carsten Bormann)

  • Login: cabo
  • Email: cabo@tzi.org
  • Registered on: 05/01/2010
  • Last sign in: 08/04/2024

Issues

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

Activity

08/04/2024

03:59 PM Ruby master Bug #20662: pack("g") completely discards any actual NaN value and always packs the same single-precision bytes for a NaN
> cabo (Carsten Bormann) wrote:
>> pack("G")/unpack("G") works great with NaN values. However,
>
> First, Ruby pro...
cabo (Carsten Bormann)

08/02/2024

03:20 PM Ruby master Bug #20662 (Feedback): pack("g") completely discards any actual NaN value and always packs the same single-precision bytes for a NaN
`pack("G")`/`unpack("G")` works great with NaN values. However,
- `pack("g")` completely discards any actual NaN ...
cabo (Carsten Bormann)

05/23/2021

10:42 PM Ruby master Bug #17866: Incompatible changes with Psych 4.0.0
naruse (Yui NARUSE) wrote in #note-10:
> Since I want Ruby 3.1 to keep as much as compatibility for Ruby 3.0 to ensu...
cabo (Carsten Bormann)

03/06/2020

08:17 PM Ruby master Misc #15893: open-uri: URI.open status
Thank you. So I gather
`URI.open(url, **options)`
becomes
`URI(url).open(**options)`
(Re the deprecation...
cabo (Carsten Bormann)
05:37 AM Ruby master Misc #15893: open-uri: URI.open status
So what is code that needs to be portable to older Rubies supposed to call now? `URI.open` only works since 2.5. We... cabo (Carsten Bormann)

08/21/2017

05:50 PM Ruby master Bug #13833 (Closed): String#scanf("%a") incorrectly requires a sign on the (binary) exponent
~~~
>> Float("0x1p9")
=> 512.0
>> Float("0x1p+9")
=> 512.0
>> "0x1p+9".scanf("%a")
=> [512.0]
>> "0x1p9".scanf...
cabo (Carsten Bormann)

06/02/2017

03:23 PM Ruby master Feature #3719: open-uri should allow redirects from http to https
(I have no idea why I deleted the parent task, sorry about that.) cabo (Carsten Bormann)
03:21 PM Ruby master Feature #3719: open-uri should allow redirects from http to https
With #859 fixed (thank you!), can this now be closed? cabo (Carsten Bormann)

08/28/2016

11:51 AM Ruby master Feature #859: open-uri doesn't allow redirection to https
A typical example of the consequences of this 7-year old bug is https://github.com/cabo/kramdown-rfc2629/issues/27
...
cabo (Carsten Bormann)

08/04/2014

10:28 PM Ruby master Feature #9390: Support for the ALPN TLS extension
Note that RFC 7301 has published: http://tools.ietf.org/html/rfc7301
HTTP/2 is nearing completion and requires AL...
cabo (Carsten Bormann)

Also available in: Atom