LibreCat / Catmandu

Catmandu - a data processing toolkit

Home Page:https://librecat.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

phochste opened this issue · comments

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

fixed in 1.10_03