General

Profile

spinute (Satoru Horie)

  • Login: spinute
  • Registered on: 05/02/2016
  • Last sign in: 12/25/2023

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 0 0

Activity

02/16/2019

06:02 AM Ruby Feature #15606: Precedence of -@ and +@
Compatibility is essential in Ruby. So, we need strong evidence when we break it.
I do not think the current behavior is weird.
`<something>.abs` returns positive value, consistently.
A programmer who knows `-i.abs` is evaluated...
spinute (Satoru Horie)

09/05/2016

01:09 AM Ruby Feature #12142: Hash tables with open addressing
Hello, everyone.
I want to help to merge these excellent results into trunk.
I’m now reviewing both codes, and trying to consider other benchmarks to provide more solid evidence toward merge and to compare three implementations.
F...
spinute (Satoru Horie)

06/20/2016

03:32 PM Ruby Feature #12333: `String#concat`, `Array#concat`, `String#prepend` to take multiple arguments
I added some test cases for Array#concat, String#concat and String#prepend and refined error handling.
Also, I fixed my code to conform to convention.
Any feedback is welcome!
spinute (Satoru Horie)

05/03/2016

08:08 AM Ruby Feature #12333: `String#concat`, `Array#concat`, `String#prepend` to take multiple arguments
I wrote another patch refined for a problem stated in a previous post.
It behaves like below
~~~
ar = [1]
ar.concat(ar, ar) #=> [1,1,1]
str = "ab"
str.concat(str, str) #=> "ababab"
~~~
spinute (Satoru Horie)
07:15 AM Ruby Feature #12333: `String#concat`, `Array#concat`, `String#prepend` to take multiple arguments
I have written a patch.
And, there are some points to ask
* What is the appropriate behavior when calling concat/prepend without argument?
* The code attached now returns just self
* What should happen when writing ar.concat(a...
spinute (Satoru Horie)

05/02/2016

03:25 AM Ruby Feature #12333: `String#concat`, `Array#concat`, `String#prepend` to take multiple arguments
I will try to write a patch for it! spinute (Satoru Horie)

Also available in: Atom