-
Notifications
You must be signed in to change notification settings - Fork 16
feat: Statistics.to_json #469
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
Conversation
feat: Statistics.to_json
filipeom
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks like the colibri2 CI is broken because https://git.frama-c.com/pub/ is acting up again 😢
|
Yes I had to remove those repos locally. I think the links are dead :( |
|
Not permanently dead (I hope), it seems to be some kind of ddos because every once in a while it works ... |
Yeah, it does seem a bit intermittent. I changed the
I'll leave it on for now since it is not required to merge PRs. Hopefully it will be fixed soon |
|
Thanks again! I'll open a issue to reminds us to change to |
This PR adds a
to_jsonmethod forStatistics.t.Note: This method uses
Yojson.Basic.tfor consistency with the rest of the repo. In the future it is probably best to convert the usages toYojson.Safe.t.