General

Profile

olleicua (Antha Auciello)

  • Login: olleicua
  • Email: olleicua@gmail.com
  • Registered on: 11/30/2013
  • Last sign in: 09/28/2022

Issues

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

Activity

06/14/2022

03:31 AM Ruby master Feature #18183: make SecureRandom.choose public
> - `Random::Formatter#from_set(set, n = 16)` (or `Random::Formatter#from_set(n = 16, set: …)`)
I like `Random::Fo...
olleicua (Antha Auciello)

09/21/2021

10:26 PM Ruby master Feature #18183: make SecureRandom.choose public
Pull request here: https://github.com/ruby/ruby/pull/4878 olleicua (Antha Auciello)
09:55 PM Ruby master Feature #18183 (Closed): make SecureRandom.choose public
This issue https://bugs.ruby-lang.org/issues/10849
added `SecureRandom.alphanumeric` and also the private method cho...
olleicua (Antha Auciello)

09/15/2015

06:49 PM Ruby master Bug #11528: Possible parsing bug. Possibly just confusing.
I'm realizing this is probably intentional: http://blog.plataformatec.com.br/2014/07/ruby-blocks-precedence/
It lo...
olleicua (Antha Auciello)
06:36 PM Ruby master Bug #11528 (Rejected): Possible parsing bug. Possibly just confusing.
Not sure if this is intentional behavior but I found it confusing:
code:
~~~ruby
def render(args)
p args.to...
olleicua (Antha Auciello)

12/06/2014

07:14 PM Ruby master Bug #10450: multiple assignment in conditional
It seems wierd to me that this is a syntax error.
~~~
def foo
a,b = (1,2)
end
if foo
put 'hello'
end
~~...
olleicua (Antha Auciello)

Also available in: Atom