General

Profile

guilhermereiscampos (Guilherme Reis Campos)

Issues

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

Activity

10/27/2018

11:56 PM Ruby Feature #14145: Proposal: Better Method#inspect
zverok (Victor Shepelev) wrote:
> ```ruby
> ...
I wonder why is not possible to extract the default values?
guilhermereiscampos (Guilherme Reis Campos)

03/07/2018

11:32 AM Ruby Bug #14582: Unable to use `method__entry` and `method_return` tracing probes since 2.5
Oh. I decided to dig a little bit deeper. Found this this: https://bugs.ruby-lang.org/issues/14104 apparently is required to do:
```
TracePoint.new{}.enable
```
I've added to my code and it works.
I was expecting that this d...
guilhermereiscampos (Guilherme Reis Campos)
06:23 AM Ruby Bug #14582 (Open): Unable to use `method__entry` and `method_return` tracing probes since 2.5
Hi,
I am trying to use dtrace/systemtap probes and not being able to use it after the 2.5. The 2.4 version works fine. I was hoping this was fixed on 2.6-preview, but apparently not (just downloaded dev and tested).
I tried on OSX ...
guilhermereiscampos (Guilherme Reis Campos)

10/22/2015

12:56 AM Ruby Bug #11609 (Closed): Dir.glob brace expansion possible edge case
I found an edge case of Dir.glob that don't work as i was expecting, and as my shell works.
It may happens on every version. I discovered it after spelunking through: ruby_brace_expand function on dir.c (https://github.com/ruby/ruby...
guilhermereiscampos (Guilherme Reis Campos)

Also available in: Atom