From: samuel@...
Date: 2018-07-01T12:13:37+00:00
Subject: [ruby-core:87730] [Ruby trunk Bug#14889] TracePoint for :line never seems to trigger on argument list. Maybe by design?

Issue #14889 has been updated by ioquatix (Samuel Williams).


If this is by design, please feel free to close, but as it stands there is no way to check if optional argument evaluation occurred or not. For code coverage, this is a limitation.

----------------------------------------
Bug #14889: TracePoint for :line never seems to trigger on argument list. Maybe by design?
https://bugs.ruby-lang.org/issues/14889#change-72749

* Author: ioquatix (Samuel Williams)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
I have the following code.

```
  30  1|		def print_summary(
  31  0|			output = $stdout
  32   |		)
```

In the margin is the line number followed by the number of hits according to `:line` trace point.

I feel like line 31 should also trigger a line trace point. It's an argument, but it must be executed.

Maybe a different trace point? `:argument`?



-- 
https://bugs.ruby-lang.org/

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>