ostap / comp

a tool for querying files in various formats
MIT License
43 stars 2 forks source link

accessing list elements by constant index #14

Closed julochrobak closed 11 years ago

julochrobak commented 11 years ago

allows to access list elements by a constant index. If the index is out of range it returns default value of an empty string. This not an ideal solution, but it is a bigger problem and could be resolved as part of the #7 issue which is suppose to support expressions to look up attributes.

julochrobak commented 11 years ago

hmm, it creates new issue automatically when I do a pull request. Any idea how to get a pull request associated with an existing issue?