General

Profile

ufuk (Ufuk Kayserilioglu)

  • Login: ufuk
  • Registered on: 05/25/2020
  • Last sign in: 10/21/2024

Issues

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

Like

Activity

10/01/2024

05:09 PM Ruby master Feature #20770: A *new* pipe operator proposal
I tend to agree with @Dan0042 on this one, this seems to go against the nature of Ruby. In Ruby, an expression like `... ufuk (Ufuk Kayserilioglu)

09/30/2024

10:15 PM Ruby master Feature #20770: A *new* pipe operator proposal
AlexandreMagro (Alexandre Magro) wrote in #note-7:
> With the pipe operator, the same logic can be simplified and ma...
ufuk (Ufuk Kayserilioglu)

09/03/2024

12:28 PM Ruby master Feature #20525: Percent string literal with indentation support or String#dedent
@bradgessler I am not sure if you've missed the suggestion by @shyouhei in https://bugs.ruby-lang.org/issues/20525#no... ufuk (Ufuk Kayserilioglu)
12:14 PM Ruby master Feature #20712: module should return newly defined module
`module` and `class` don't return `nil`, they return the value of the last statement in the scope:
```ruby
x = modu...
ufuk (Ufuk Kayserilioglu)

08/24/2024

06:15 PM Ruby master Revision 519152db (git): [ruby/rdoc] Make the summary triangle appear in the correct place
when the summary text overflows to next line.
(https://github.com/ruby/rdoc/pull/1160)
https://github.com/ruby/rdoc/...
ufuk (Ufuk Kayserilioglu)

08/19/2024

11:51 PM Ruby master Feature #20664: Add `before` and `until` options to Enumerator.produce
@matheusrich In my opinion `take_until` might be an interesting method to add, but I think we are unnecessarily compl... ufuk (Ufuk Kayserilioglu)

08/15/2024

10:04 AM Ruby master Bug #20678: Doxygen document doesn't print Ruby C APIs properly
I believe it is being generated. Probably not where you expect it to be, though: https://docs.ruby-lang.org/capi/en/m... ufuk (Ufuk Kayserilioglu)

08/14/2024

12:59 PM Ruby master Feature #20676: Pathnames aren't Comparable
Hanmac (Hans Mackowiak) wrote in #note-4:
> nobu (Nobuyoshi Nakada) wrote in #note-2:
> > Probably you may want to ...
ufuk (Ufuk Kayserilioglu)

07/23/2024

07:35 PM Ruby master Feature #14919: Add String#byteinsert
Given that we now have [`String#bytesplice` since Ruby 3.2](https://bugs.ruby-lang.org/issues/18598), these kinds of ... ufuk (Ufuk Kayserilioglu)

07/11/2024

10:32 PM Ruby master Misc #20630: Potential optimizations for NODE_CONST compilation
I am not an expert, but I don't think you can optimize away constant references just because their value is not being... ufuk (Ufuk Kayserilioglu)

Also available in: Atom