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

Fix #945

Merged
merged 2 commits into from
May 28, 2016
Merged

Fix #945

merged 2 commits into from
May 28, 2016

Conversation

fujita
Copy link
Member

@fujita fujita commented May 28, 2016

No description provided.

Equal method for map misuses a pointer; all the entry of the map
becomes idential.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Equal method assumes that an each entry has unique name and uses it as
a key for map. However, currently, an entry is allowed to have an
empty name. To work around the problem, uses an index in the list as a
key for map.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
@fujita fujita merged commit 37d3629 into osrg:master May 28, 2016
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.

1 participant