kaiquekandykoga (Kaíque Koga)
- Login: kaiquekandykoga
- Registered on: 07/24/2021
- Last sign in: 02/26/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 3 | 4 |
Activity
12/30/2024
-
11:19 PM Ruby Bug #20147: FreeBSD libyaml
- I am doing some research around UNIX programming, and I have decided to understand a bit further about how include directive looks for paths.
I am currently using FreeBSD 14.0-RELEASE.
``` shell
kandy@freebsd:~ $ freebsd-version
14...
11/08/2024
-
02:32 AM Ruby Revision 9523f534 (git): [ruby/benchmark] Adjust ljust Benchmark#bm with labels was not using the highest length among the labels to adjust the correct ljust. Instead of printing the result during the report generation, now it is waiting to print the result once it is generated.
- Benchmark.bm { |x|
x.item("aaaa") { 1 }
x.item("aaaaaaaa") { 0 }
}
After
user system total real
aaaa 0.000005 0.000002 0.000007 ( 0.000003)
aaaaaaaa 0.000001 0.000001 0.000002 ( 0.00000...
01/29/2024
-
07:46 AM Ruby Bug #20147: FreeBSD libyaml
- Analyzing the changes made on January 6. From 9b78ef75522b1f6aa20fc81ddf06e5fb40db152d I am not able to compile. Even though the previous commits I can compile, the message of yaml.h not being found keep showing up.
-
05:30 AM Ruby Bug #20147: FreeBSD libyaml
- The 76afbda5b566148b9e73939e0ff9b8464d59806c. The last commit from January 6 is not compiling. It seems that something was changed on January 6 that broke the compilation in my environment.
-
04:35 AM Ruby Bug #20147: FreeBSD libyaml
- The day I reported this bug I was still able to compile Ruby using master. Today I have decided to try compiling again from master, before compiling I have fetched from upstream and the compilation was not working anymore. If I use the 7...
01/04/2024
-
01:09 PM Ruby Bug #20147 (Open): FreeBSD libyaml
- I use ruby-install to manage multiple Ruby versions. Some time ago I had issues installing Ruby 3.2.2 https://github.com/postmodern/ruby-install/issues/463, and the same issue was open for ruby-build in https://github.com/rbenv/ruby-buil...
02/24/2023
01/18/2023
-
05:25 AM Ruby Revision 46066d0b (git): Change ArgumentError message when Comparable#clamp receives min value higher than max value
11/29/2022
-
07:06 PM Ruby Bug #19160 (Closed): cmp_clamp arguments
- If clamp receives min higher than max, it will raise an exception. The message says *min argument must be smaller than max argument* , but min can actually be equal to max too.
Patch https://github.com/ruby/ruby/pull/6802.
10/05/2022
-
10:15 AM Ruby Revision d8803222 (git): [ruby/irb] Update remark of self.install_extend_commands.
- Create line
https://github.com/ruby/irb/commit/64d6a461d5