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 non-merging matching contexts #44

Closed
chuwy opened this issue Nov 6, 2017 · 1 comment
Closed

Fix non-merging matching contexts #44

chuwy opened this issue Nov 6, 2017 · 1 comment
Assignees
Milestone

Comments

@chuwy
Copy link
Contributor

chuwy commented Nov 6, 2017

Having two items of same context, but with different revision/addition they result in two distinct keys in JSON output object:

Input:

[
  iglu:org.acme/context_one/jsonschema/1-0-0, 
  iglu:org.acme/context_one/jsonschema/1-0-1
]

Output:

{
  "contexts_org_acme_context_one_1" : [ {
    "item" : 1
  } ],
  "contexts_org_acme_context_one_1" : [ {
    "item" : 2
  } ]
}

Works fine for equal schema versions.

Scheduling for urgent 0.2.1 bugfix release.

@alexanderdean
Copy link
Member

AHA!

@chuwy chuwy closed this as completed in cc9c79c Nov 20, 2017
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

No branches or pull requests

2 participants