shia (Sangyong Sim)
- Login: shia
- Registered on: 12/09/2018
- Last sign in: 02/15/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 2 | 2 | 4 |
Activity
01/09/2024
- 09:29 AM Ruby master Bug #20168 (Closed): Process won't exit when Ractor.select waiting a Ractor
- ## Reproduction code
```ruby
trap(:INT) do
puts "SIGINT"
exit
end
trap(:TERM) do
puts "SIGTERM"
e... - 09:08 AM Ruby master Bug #20167 (Open): Code execution isn't recorded in Ractor
- ## reproduction code
```ruby
# frozen-string-literal: true
require "coverage"
Coverage.start
require_rel...
01/07/2024
- 01:28 AM Ruby master Bug #20146: Code using Ractor with env `RUBY_MAX_CPU=1` ends with unreachable
- It seems any shared thread created when max cpu = 1 without enabled_mn_threads.
I suspect native_thread_check_and_cr...
01/04/2024
- 02:17 AM Ruby master Bug #20146 (Assigned): Code using Ractor with env `RUBY_MAX_CPU=1` ends with unreachable
- ## Reproducible code
```rb
# sample-code.rb
Ractor.new { 1 }
```
```bash
RUBY_MAX_CPU=1 ruby sample-code.rb...
01/01/2024
- 11:16 PM Ruby master Revision 9368782d (git): Use max_cpu when RUBY_MAX_CPU given
12/11/2018
- 12:47 AM Ruby master Bug #15394: Ruby adds unexpected HTTP header value when using symbol key
- Thanks!!
12/10/2018
- 07:37 AM Ruby master Misc #15342: DevelopersMeeting20181212Japan
- * [Bug #15394] Ruby adds unexpected HTTP header value when using symbol key
* This is a small change I think, but ...
12/09/2018
- 05:53 AM Ruby master Bug #15394 (Closed): Ruby adds unexpected HTTP header value when using symbol key
- ## Problem
Because of this, Ruby will set Host header twice if user uses symbol key.
In other words, host header ...
Also available in: Atom