spastorino (Santiago Pastorino)
- Login: spastorino
- Email: santiago@wyeworks.com
- Registered on: 09/02/2011
- Last sign in: 12/02/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 11 | 11 |
Activity
04/30/2015
-
06:23 PM Ruby Bug #10967: Is "warning: private attribute?" wrong?
- There's also a discussion going on in another PR, https://github.com/ruby/ruby/pull/889
@nobu, not sure what are the invalid use cases you refer to, and also what if I need to use let's say 2 private accessors? should I do ...
```
...
03/12/2015
-
03:03 PM Ruby Bug #10967: Is "warning: private attribute?" wrong?
- One possible fix (the one removing the warning) ... https://github.com/ruby/ruby/pull/849
03/11/2015
-
08:06 PM Ruby Bug #10967 (Closed): Is "warning: private attribute?" wrong?
- The following code ...
```ruby
class Y
def initialize
@x = "ZOMG"
end
def print_x
puts x
end
private
attr_reader :x
end
Y.new.print_x
```
outputs ...
```
test.rb:12: warning: private attr...
12/20/2013
-
05:35 AM Ruby Bug #9264 (Closed): with-opt-dir not working
- Using today's trunk, I'm getting the following error on compiling
compiling ./enc/encdb.c
linking encoding encdb.bundle
Undefined symbols for architecture x86_64:
"_rb_enc_set_base", referenced from:
_Init_encdb in encdb.o...
08/12/2013
-
10:01 AM Ruby Bug #8760: irb automatically exits after opening
- This was fixed by https://github.com/ruby/ruby/commit/874dc2562d92a52a5f8795747e512f0deecf9065.
Please close it.
08/10/2013
-
04:00 AM Ruby Bug #8760: irb automatically exits after opening
- Sorry there's a typo in the description and title.
I wanted to say EXITS, irb closes itself. Just try to execute it and you will see.
08/09/2013
-
05:06 PM Ruby Bug #8760 (Closed): irb automatically exits after opening
- After executing irb it automatically exists itself
✗ irb
irb(main):001:0>
✗
This regression was introduced in this commit https://github.com/ruby/ruby/commit/d2fa5dff127bcc7ef481d7b3adca7637db3637e0 -
04:12 PM Ruby Bug #8759 (Closed): Error compiling miniruby
- I'm getting an error compiling miniruby after this change https://github.com/ruby/ruby/commit/c04f402f0f7692f6105c930f19d81b332d6a93d5 nobu added ...
linking miniruby
Undefined symbols for architecture x86_64:
"_CFRelease", refere...
05/16/2013
-
05:09 AM Ruby Bug #8410 (Closed): Syntax error in yaml_tree warn message
- Fix: https://github.com/spastorino/ruby/commit/6c1ae148b5d9e714ba1c91c40991dd508ff6f4dc
02/05/2013
-
04:58 AM Ruby Feature #7783: Add support for sqrt of very large numbers
- Hey zzak, had no idea about that. Thanks!
So we can close this one.