General

Profile

ufuk (Ufuk Kayserilioglu)

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

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 2 3 5

Like

Activity

Today

08:04 AM Ruby master Feature #20498: Negated method calls
I wonder how wild it would be to make `!` accept an optional block. That way we could write:
```ruby
must_create_us...
ufuk (Ufuk Kayserilioglu)

05/07/2024

11:57 AM Ruby master Misc #20436: DevMeeting at RubyKaigi 2024
* [Misc #20432] Proposal for workflow changes related to teeny releases (ufuk)
* Can we discuss the proposals to m...
ufuk (Ufuk Kayserilioglu)

04/24/2024

10:40 AM Ruby master Feature #20444: Kernel#loop: returning the "result" value of StopIteration doesn't work when raised directly
@esad If you just want to return a result from the `loop`, you can use `break <value>` to do that:
```
$ ruby -e "p...
ufuk (Ufuk Kayserilioglu)

04/16/2024

07:17 PM Ruby master Misc #20336: DevMeeting-2024-04-17
* [Misc #20432] Proposal for workflow changes related to teeny releases (ufuk)
* This is related to the agenda ite...
ufuk (Ufuk Kayserilioglu)
03:39 PM Ruby master Misc #20432 (Open): Proposal for workflow changes related to teeny releases
## Aim
- The cadence of CRuby stable releases is very important for how the project is perceived. Users of CRuby w...
ufuk (Ufuk Kayserilioglu)

04/15/2024

10:28 PM Ruby master Feature #20428: Ability to reference current class/module in lexical scope
I think you should be able to use `Module.nesting.first` to get the closest lexical nesting to the executing code. Th... ufuk (Ufuk Kayserilioglu)

04/12/2024

03:37 PM Ruby master Bug #20426: crash on aarch64 linux when using fibers (regression with 3.3)
I believe this is the same issue as https://bugs.ruby-lang.org/issues/20085 which is fixed and back-ported, waiting f... ufuk (Ufuk Kayserilioglu)

01/30/2024

01:48 PM Ruby master Bug #20226: Inconsistent Sort results on 3.3.0 compared to previous versions
Regardless of any individual impressions, Ruby never made any stability guarantees for sorting. It was always explici... ufuk (Ufuk Kayserilioglu)
10:58 AM Ruby master Bug #20226: Inconsistent Sort results on 3.3.0 compared to previous versions
`Enumerable#sort_by` was also documented to not be stable in 3.2 (and previous versions): https://ruby-doc.org/3.2.3/... ufuk (Ufuk Kayserilioglu)
10:25 AM Ruby master Bug #20226: Inconsistent Sort results on 3.3.0 compared to previous versions
Here is the previous discussion from 15 years ago: https://bugs.ruby-lang.org/issues/1089
It might be about time t...
ufuk (Ufuk Kayserilioglu)

Also available in: Atom