Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Tracer.trace support an optional second argument for ivar #17

Open
st0012 opened this issue Jun 23, 2023 · 0 comments
Open

Make Tracer.trace support an optional second argument for ivar #17

st0012 opened this issue Jun 23, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@st0012
Copy link
Member

st0012 commented Jun 23, 2023

In #16 IvarTracer was added, which also targets a specific object. So instead of introducing another Tracer method for it, perhaps we can extend Tracer.trace instead:

Tracer.trace(obj) # => uses ObjectTracer
Tracer.trace(obj, :@ivar) # => uses IvarTracer

(This idea was provided by @KaanOzkan)

@st0012 st0012 added the enhancement New feature or request label Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant