bdewater (Bart de Water)
- Login: bdewater
- Email: bartdewater@gmail.com
- Registered on: 01/06/2017
- Last sign in: 02/08/2023
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 ...
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...
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...
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...
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...
06/29/2020
- 04:25 AM Ruby master Revision 3621a7de (git): Avoid deprecated OpenSSL::Digest constants
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
- 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... - 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
- 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
Also available in: Atom