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

added method pop to protocol Mapping and dict implementation #1986

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sydow
Copy link
Collaborator

@sydow sydow commented Nov 13, 2024

This PR adds method pop to protocol Mapping and the dict implementation. Also a minor change to method get. The signatures are
get : (A,?B) -> ?B
pop : mut(A,?B) -> ?B

@sydow
Copy link
Collaborator Author

sydow commented Nov 15, 2024

The required check test-app-yang fails and prevents the merging of this PR which would fix issue #1989. I don't know what the problem is.

@plajjan
Copy link
Contributor

plajjan commented Nov 15, 2024

@sydow yeah, FYI I also had to rerun the tests after clearing the cache first for them to pass successfully on this repo first. But yes, it fails on some of these apps... I presume it is because the return type has changed. I can look into that!

@plajjan plajjan mentioned this pull request Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants