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 image and snapshot metrics #3

Closed
wants to merge 21 commits into from
Closed

Added image and snapshot metrics #3

wants to merge 21 commits into from

Conversation

oswynb
Copy link

@oswynb oswynb commented Feb 6, 2015

Added support for Image Events and Pollsters
Added Snapshot Events

Updated Infer.hs for instance_disk
Fixed some prism bugs
Added missing tests

@tranma

@tranma
Copy link
Contributor

tranma commented Feb 6, 2015

I find your lack of tests disturbing~

@oswynb
Copy link
Author

oswynb commented Feb 6, 2015

Does what is currently there seem sane though? (yet to add folds + tests + pollster format)

@coveralls
Copy link

Coverage Status

Coverage decreased (-5.31%) to 59.43% when pulling 7ac41b2 on gyarados into 733f29e on magikarp.

@olorin
Copy link
Contributor

olorin commented Feb 6, 2015

This looks fine to me, pending tests.

@tranma
Copy link
Contributor

tranma commented Feb 9, 2015

merge with magikarp, it's changed since you forked

@oswynb
Copy link
Author

oswynb commented Feb 9, 2015

Adding in some tests I missed also

@tranma
Copy link
Contributor

tranma commented Feb 9, 2015

any hard-coded source dict key/vals should be moved to Tags
also fix some indentation issues due to search/replace

@oswynb oswynb changed the title Added image metric Added image and snapshot metrics Feb 9, 2015
@coveralls
Copy link

Coverage Status

Coverage increased (+1.24%) to 69.96% when pulling 16fcb8d on gyarados into a770486 on magikarp.

$(makeLenses ''PDImage)

newtype PDImageP = PDImageP { _pdImagePVal :: PFValue64 }
deriving (Show, Read, Eq, Typeable)
Copy link
Contributor

Choose a reason for hiding this comment

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

what's ImageP? ImagePoint? sounds a bit like ImagePipe

Copy link
Author

Choose a reason for hiding this comment

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

should I s/ImageP/ImagePollster/g ?

Copy link
Contributor

Choose a reason for hiding this comment

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

probably, we tend to append "P" for pipe versions of stuff

@coveralls
Copy link

Coverage Status

Coverage increased (+0.77%) to 69.49% when pulling 4ff2d1a on gyarados into a770486 on magikarp.

@tranma
Copy link
Contributor

tranma commented Feb 9, 2015

I haven't checked, but cleans & rebuilds to make sure we have no warnings

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 68.92% when pulling 1180219 on gyarados into a770486 on magikarp.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.54%) to 69.26% when pulling 1180219 on gyarados into a770486 on magikarp.

@oswynb oswynb closed this Feb 17, 2015
@oswynb
Copy link
Author

oswynb commented Feb 17, 2015

Succeeded by #5

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.

None yet

4 participants