General

Profile

postmodern (Hal Brodigan)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 10 38 48

Like

Activity

04/25/2024

09:58 PM Ruby master Bug #20458: OpensSSL::SSL::SSLContext#min_version= and #max_version no longer accept Symbol values
Also I just now noticed that `SSLContext#ssl_version=` is deprecated. This issue can be closed. postmodern (Hal Brodigan)
09:42 PM Ruby master Bug #20458: OpensSSL::SSL::SSLContext#min_version= and #max_version no longer accept Symbol values
Ah I see the problem now. `OpenSSL::SSL::SSLContext#ssl_version` accepts `:TLSv1*` symbols, but `#min_version` and `#... postmodern (Hal Brodigan)
08:45 PM Ruby master Bug #20458 (Closed): OpensSSL::SSL::SSLContext#min_version= and #max_version no longer accept Symbol values
It appears that `OpenSSL::SSL::SSLContext#min_version=` and `#max_version=` no longer accept Symbol values, contrary ... postmodern (Hal Brodigan)

03/08/2024

02:10 AM Ruby master Bug #20328: optparse omits the option's description in the --help output if the description is an Array
Ah ha! I suppose also adding an explicit option type class would help differentiate between option's desired value an... postmodern (Hal Brodigan)

03/07/2024

10:03 PM Ruby master Bug #20328 (Rejected): optparse omits the option's description in the --help output if the description is an Array
If you define an option using `OptionParser#on`, but give the option's description as a multi-line Array, then the op... postmodern (Hal Brodigan)

10/09/2023

10:48 PM Ruby master Feature #19915: URI::HTTP.build accepts user: and password: keyboard arguments, but do not populate #user or #password
I would expect either for unused options to raise an ArgumentError, or for `user:` and `password:` to be accepted and... postmodern (Hal Brodigan)

10/08/2023

11:10 PM Ruby master Feature #19915 (Open): URI::HTTP.build accepts user: and password: keyboard arguments, but do not populate #user or #password
I noticed that `URI::HTTP.build` accepts the `user:` and `password:` keyword arguments, but does not actually set the... postmodern (Hal Brodigan)

08/02/2023

11:25 PM Ruby master Bug #19828 (Closed): Segfault when `OpenSSL::X509::Certificate#public_key=` is given a `OpenSSL::PKey::DH` object
The OpenSSL bindings cause a SegFault when creating a new OpenSSL::X509::Certificate object and setting it's `public_... postmodern (Hal Brodigan)

07/04/2023

02:11 AM Ruby master Bug #19756 (Open): URI::HTTP.build does not accept a host of `_gateway`, but `URI.parse` will.
I noticed a difference in behavior between `URI::HTTP.build` and `URI.parse`. `URI::HTTP.build` will not accept `host... postmodern (Hal Brodigan)

06/11/2023

09:01 PM Ruby master Feature #19723: [RFC] Deprecate/disallow passing `"|command..." values to open-uri's URI.open() method
mdalessio (Mike Dalessio) wrote in #note-2:
> I think we should merge this discussion into #19630 since the behavior...
postmodern (Hal Brodigan)

Also available in: Atom