Schedule
Back
Yuichiro Kaneko
Ruby committer.
RNode with code positions
This talk describes about code positions on Ruby.
Code positions are new location information of AST Nodes, introduced from Ruby 2.5.
Code positions enable us to improve warning messages, exception messages, Proc#source_location
and so on.
This talk includes the following topics.
- What code positions are.
- Why they are needed.
- How they are implemented.