Skip to content
  • Aaron Patterson's avatar
    63723c8d
    Correctly set node_id on iseq location · 63723c8d
    Aaron Patterson authored
    The iseq location object has a slot for node ids.  parse.y was correctly
    populating that field but Prism was not. This commit populates the field
    with the ast node id for that iseq
    
    [Bug #21014]
    63723c8d
    Correctly set node_id on iseq location
    Aaron Patterson authored
    The iseq location object has a slot for node ids.  parse.y was correctly
    populating that field but Prism was not. This commit populates the field
    with the ast node id for that iseq
    
    [Bug #21014]
Loading