LibreCat / Catmandu

Catmandu - a data processing toolkit
https://librecat.org
175 stars 31 forks source link

Fixes die on not defined arrays throw a up_var without key or index in 1.10_02 #364

Closed phochste closed 5 years ago

phochste commented 5 years ago

Fixes die when array paths don't exist

$ catmandu convert Null to YAML --fix 'upcase(text.0)'
--- {}
...
$ catmandu convert Null to YAML --fix 'upcase(demo.0)'
Oops! up_var without key or index
nics commented 5 years ago

fixed in 1.10_03