General

Profile

forthoney (Seong-Heon Jung)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 2 2 4

Like

Activity

03/18/2024

07:09 PM Ruby master Feature #20276: Introduce Fiber interfaces for Blocking operations on Ractors
ioquatix (Samuel Williams) wrote in #note-7:
> If I had to take a guess, I'd say it's a bug with waiting on a Ractor...
forthoney (Seong-Heon Jung)
07:06 PM Ruby master Bug #20346 (Open): FiberScheduler.unblock not called by Thread#join when Thread body contains Ractor.take
When using a `Ractor.take` inside a different thread, `Thread#join` on the thread running `Ractor.take` fails to call... forthoney (Seong-Heon Jung)

03/12/2024

05:00 AM Ruby master Feature #20276: Introduce Fiber interfaces for Blocking operations on Ractors
On a side note, I may have unintentionally discovered an IRB bug in the process. If you run the above in IRB and use ... forthoney (Seong-Heon Jung)
04:58 AM Ruby master Feature #20276: Introduce Fiber interfaces for Blocking operations on Ractors
ioquatix (Samuel Williams) wrote in #note-4:
> I support this proposal.
>
> A simple way to deal with this right ...
forthoney (Seong-Heon Jung)

02/19/2024

06:44 PM Ruby master Feature #20215: Introduce `IO#readable?`
I think the name is potentially confusing. Consider the following:
```ruby
if client.readable?
client.read # thi...
forthoney (Seong-Heon Jung)
06:20 PM Ruby master Feature #20276: Introduce Fiber interfaces for Blocking operations on Ractors
ko1 (Koichi Sasada) wrote in #note-2:
> I understand the motivation but now the ractor-thread combination is not wel...
forthoney (Seong-Heon Jung)

02/17/2024

08:55 PM Ruby master Feature #20276 (Feedback): Introduce Fiber interfaces for Blocking operations on Ractors
### Motivation
I am trying to build a web server with Ractors. The lifecycle for a request in the current implementa...
forthoney (Seong-Heon Jung)

02/16/2024

06:26 PM Ruby master Misc #20272 (Open): Ambiguity around Ractor message sending FIFO semantics
The docs should explicitly state the semantics/properties of Ractor message, especially when it comes to FIFO.
For e...
forthoney (Seong-Heon Jung)

12/23/2023

01:35 AM Ruby master Bug #20078: StringIO cannot be moved between Ractors
luke-gru (Luke Gruber) wrote in #note-3:
> I think this is due to not currently being able to move any T_DATA object...
forthoney (Seong-Heon Jung)

12/22/2023

02:26 PM Ruby master Bug #20078: StringIO cannot be moved between Ractors
Thank you for the quick response!
If my understanding is correct, then there are 4 categories of Ruby objects:
1. S...
forthoney (Seong-Heon Jung)

Also available in: Atom