ufuk (Ufuk Kayserilioglu)
- Login: ufuk
- Registered on: 05/25/2020
- Last connection: 01/19/2023
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 3 | 3 |
Like
Activity
01/30/2023
-
10:40 PM Ruby master Bug #19392: Endless method vs and/or
- Given that the precendence of `and` and `or` is already low, I think this is expected behaviour and fully replicates ...
12/25/2022
-
06:02 PM Ruby master Bug #19257: Data that defines a member called hash
- While I understand the potential for confusion or a foot-gun, I also agree with @nobu that this is in spirit with how...
12/22/2022
-
12:46 AM Ruby master Feature #19000: Data: Add "Copy with changes method" [Follow-on to #16122 Data: simple immutable value object]
- Thank you @matz and @naruse. I hate that this ended up being a last-minute change, but it seemed to be little risk ad...
-
12:32 AM Ruby master Feature #19000 (Closed): Data: Add "Copy with changes method" [Follow-on to #16122 Data: simple immutable value object]
- Applied in changeset commit:git|99cee85775bc5656b942bf4e1b0568a8f40addcd.
----------
Add copy with changes functiona... -
12:27 AM Ruby master Revision 99cee857 (git): Add copy with changes functionality for Data objects (#6766)
- Implements [Feature #19000]
This commit adds copy with changes functionality for `Data` objects
using a new method `...
12/20/2022
-
10:02 PM Ruby master Feature #19000: Data: Add "Copy with changes method" [Follow-on to #16122 Data: simple immutable value object]
- **Status update**
@alanwu and I reworked the PR at https://github.com/ruby/ruby/pull/6766 to ensure the following:...
12/13/2022
-
12:53 AM Ruby master Bug #19196: The string saved to Tempfile from URI.open escapes "&" character
- The content you are reading is XML and `&` characters are there because of [XML-escaping](https://www.liquid-tech...
12/03/2022
-
04:15 PM Ruby master Feature #19000: Data: Add "Copy with changes method" [Follow-on to #16122 Data: simple immutable value object]
- austin (Austin Ziegler) wrote in #note-32:
> If `origin` is a `Point` containing `x` and `y` values, then `origin#... -
02:44 PM Ruby master Feature #19000: Data: Add "Copy with changes method" [Follow-on to #16122 Data: simple immutable value object]
- RubyBugs (A Nonymous) wrote in #note-29:
> Hi Matz and Ufuk, please consider that making no-args an error makes prog... -
02:56 AM Ruby master Feature #19000: Data: Add "Copy with changes method" [Follow-on to #16122 Data: simple immutable value object]
- Thank you @matz. I will update the implementation to make the no-args case an error, and point people to use `dup` to...
Also available in: Atom