tgxworld (Guo Xiang Tan)
- Login: tgxworld
- Email: gxtan1990@gmail.com
- Registered on: 12/21/2014
- Last sign in: 06/30/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 14 | 14 |
Activity
03/06/2023
-
02:03 AM Ruby Bug #19479 (Closed): Support IPv4-mapped IPv6 addresses in IPAddr#private?
```
irb(main):010:0> IPAddr.new("172.16.0.0").private?
=> true
irb(main):011:0> IPAddr.new("::ffff:172.16.0.0").private?
=> false
```
If IPAddr#private? is used in a critical code path, not supporting IPv4-mapped IPv6 addresses...
08/05/2020
-
08:01 AM Ruby Bug #17025: `Time#ceil` does not work like `Rational#ceil` or `Float#ceil`
- Thank you for fixing this Jeremy.
07/13/2020
-
04:28 AM Ruby Bug #17025 (Closed): `Time#ceil` does not work like `Rational#ceil` or `Float#ceil`
- ## Current behavior
```
irb(main):011:0> time = Time.utc(2016, 4, 23, 0, 0, "0.123456789".to_r)
irb(main):012:0> time.ceil(9)
=> 2016-04-23 00:00:00.12345679 UTC
irb(main):013:0> time.ceil(10)
=> 2016-04-23 00:00:00 1234567891/10...
06/19/2018
-
02:42 AM Ruby Bug #14416: Net::POPMail methods modify frozen literal when using default arg
- Anonymous wrote:
> Applied in changeset trunk|r62099.
> ...
Can I check if this patch will be backported to Ruby 2.5?
09/15/2016
-
09:45 AM Ruby Bug #12763 (Closed): Performance regression in bm_securerandom.rb
- Before https://github.com/ruby/ruby/commit/b402cc7
```
total: 2 trial(s) (2 trial(s) for 1 benchmark(s))
..
-----------------------------------------------------------
benchmark results:
Execution time (sec)
name ruby 2.4.0dev (...
06/15/2016
-
10:38 AM Ruby Bug #12493 (Third Party's Issue): Confusing did_you_mean error
- ```
irb(main):001:0> test = some_string if (some_string = "test")
(irb):1: warning: found = in conditional, should be ==
NameError: undefined local variable or method `some_string' for main:Object
Did you mean? some_string
from (...
02/16/2016
-
02:04 AM Ruby Bug #12074 (Closed): [PERF] bm_app_erb.rb slower
- Hi I'm noticing a regression on RubyBench for `bm_app_erb.rb`
http://rubybench.org/ruby/ruby/commits?result_type=app_erb&display_count=2000
Narrowed down to https://github.com/ruby/ruby/commit/32b4a8b
Results on my local machine...
12/17/2015
-
02:11 AM Ruby Bug #11829 (Closed): [PERF] Benchmark of vm1_yield
- ### ruby 2.3.0dev (2015-10-10 trunk 52102)
total: 4 trial(s) (2 trial(s) for 2 benchmark(s))
....
-----------------------------------------------------------
benchmark results:
Execution time (sec)
name ruby 2.3.0dev (2015-10-10 ...
10/09/2015
-
06:10 PM Ruby Bug #11556: [PERF] app_strconcat
- benchmark results:
Execution time (sec)
name |ruby 2.3.0dev (2015-10-09 trunk 52095) [x86_64-linux]|ruby 2.3.0dev (2015-09-10 test_branch 51820) [x86_64-linux]|ruby 2.3.0dev (2015-09-10 test_branch 51818) [x86_64-linux]
----...
10/01/2015
-
06:46 AM Ruby Bug #11556: [PERF] app_strconcat
- @nobu could we reopen this?
I compiled locally instead of using Docker which I use for RubyBench and got the following results.
-----------------------------------------------------------
benchmark results:
Execution time (sec)...