Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop functoin to return difference between two YDK Objects of the same type #925

Closed
xulleon opened this issue Jun 7, 2019 · 1 comment
Assignees

Comments

@xulleon
Copy link

xulleon commented Jun 7, 2019

Issue tracker is ONLY used for reporting bugs. Please use the YDK Community for any support issues.

Expected Behavior

inputs:

  • src_obj
  • dest_obj
  • void_list: [{v_key1: xpath1}, {v_key2: xpath2}, ...{v_keyn: xpathn}]. If void_list is provided, the function will exclude the keys which is in the void_list from output

return: list of dictionaries [{key1: {'path1': , 'value': }}, ....{keyn: {'pathn': , 'value': }}]

Current Behavior

Steps to Reproduce

Your Script


Logs

Enable logging and post the logs below


System Information

@ghost ghost assigned ygorelik Jun 7, 2019
ygorelik pushed a commit to ygorelik/ydk-gen that referenced this issue Jun 20, 2019
ygorelik pushed a commit to ygorelik/ydk-gen that referenced this issue Jun 20, 2019
ygorelik pushed a commit that referenced this issue Jun 24, 2019
@ygorelik ygorelik changed the title 1) Functin to return the difference between two YDK Objects Develop functoin to return difference between two YDK Objects of the same type Jun 25, 2019
@ygorelik
Copy link
Collaborator

Implemented in 0.5.5.post2 and 0.8.4 releases.

ygorelik pushed a commit to ygorelik/ydk-gen that referenced this issue Jul 3, 2019
ygorelik pushed a commit to ygorelik/ydk-gen that referenced this issue Jul 10, 2019
ygorelik pushed a commit to ygorelik/ydk-gen that referenced this issue Jul 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants