corenova / yang-js

YANG parser and composer
Apache License 2.0
56 stars 18 forks source link

Property.merge() does not support contextual attribute naming #95

Closed quantang closed 5 years ago

quantang commented 5 years ago

Currently, the eval() function supports both fully qualified namespace naming and contextual naming. It looks like the Property.merge() function still only accepts fully qualified namespace attributes.

I will have a check on whether Property.set() has the same issue.

quantang commented 5 years ago

Confirmed, the Property.set() works right, only Property.merge() has this issue. Will inveistage later.