Skip to content

Detect added json items for static interfaces #52

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

Merged
merged 4 commits into from
Jan 25, 2016
Merged

Conversation

zhengbli
Copy link
Contributor

The issue:
For interfaces marked as static in the spec, we used to not detect changes made in the external json files.

Related to PR #44

let getAddedItems kind flavor =
getItems addedItems kind flavor
let getRemovedItems kind flavor =
getItems removedItems kind flavor
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not let these be the point-free versions, eg

let getAddedItems = getItems addedItems

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point!

@sandersn
Copy link
Member

Besides a minor comment, 👍

zhengbli added a commit that referenced this pull request Jan 25, 2016
Detect added json items for static interfaces
@zhengbli zhengbli merged commit e93c0f9 into master Jan 25, 2016
@zhengbli zhengbli deleted the fixStaticInterface branch January 25, 2016 18:53
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.

3 participants