General

Profile

bdewater (Bart de Water)

Issues

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

Like

Activity

11/28/2022

05:04 PM Ruby master Feature #19000: Data: Add "Copy with changes method" [Follow-on to #16122 Data: simple immutable value object]
I like `dup` as the method name 👍
tomstuart (Tom Stuart) wrote in #note-9:
> Perhaps another way of putting this ...
bdewater (Bart de Water)

11/12/2022

11:14 PM Ruby master Misc #19074: DevMeeting-2022-12-01 (postponed from 11-17)
* [Feature #19000] Data: Add "Copy with changes method" [Follow-on to #16122 Data: simple immutable value object] (bd... bdewater (Bart de Water)

10/21/2022

03:05 PM Ruby master Feature #19000: Data: Add "Copy with changes method" [Follow-on to #16122 Data: simple immutable value object]
Example from Sorbet which uses `with` as well:
``` ruby
class Point < T::Struct
const :x, Numeric
const :y, N...
bdewater (Bart de Water)

10/19/2022

07:47 PM Ruby master Feature #19071: Add Time#deconstruct, #deconstruct_keys, and #to_h
My first reaction seeing the example usage: they seem more for `Date` than `Time`, but I can see this being useful fo... bdewater (Bart de Water)

03/16/2021

10:16 AM Ruby master Revision da6341b7 (git): [ruby/openssl] User lower case cipher names for maximum compatibility
We ran into some Linux-based systems not accepting the upper case variant
https://github.com/ruby/openssl/commit/7bc...
bdewater (Bart de Water)

06/29/2020

04:25 AM Ruby master Revision 3621a7de (git): Avoid deprecated OpenSSL::Digest constants
bdewater (Bart de Water)

05/13/2020

06:47 AM Ruby master Revision 0b2c70ea (git): [ruby/openssl] Look up digest by name instead of constant
https://github.com/ruby/openssl/commit/b28fb2f05c bdewater (Bart de Water)
06:47 AM Ruby master Revision b44cc9f0 (git): [ruby/openssl] Remove 'mapping between Digest class and sn/ln'
This is not present in the referenced files anymore, and not useful to most users
https://github.com/ruby/openssl/co...
bdewater (Bart de Water)
06:47 AM Ruby master Revision c85789f9 (git): [ruby/openssl] Look up cipher by name instead of constant
https://github.com/ruby/openssl/commit/b08ae7e73d bdewater (Bart de Water)
06:47 AM Ruby master Revision a7145c3d (git): [ruby/openssl] Fix signing example to not use Digest instance
https://github.com/ruby/openssl/commit/033fb4fbe4 bdewater (Bart de Water)

Also available in: Atom