-
Notifications
You must be signed in to change notification settings - Fork 19
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
add owi replay
#442
add owi replay
#442
Conversation
@filipeom, so I got the main mechanism working. Before completing this, I think it would be great if we could discuss the format used for representing model. I have a few questions:
I'm also wondering if I should keep this as an |
I think it makes sense to also have it in smtml, even if we just implement it in Owi. I'd like to be able to do
The current format is not smtlib compliant, I'd have to go over the spec again to fix the model printing. But I can do this pretty quickly, and provide a
Yes this is fine with me. If this is to be done in smtml, ideally we would support the three formats (smtlib, json, and scfg) |
Regarding this, I like the |
I made a draft PR in smtml for model parsing. It makes sense in I'll wait for the smtml model parsing to be done and then we should be good to go with this one ! :) |
smtml.0.4.0 already supports scfg model parsing. Do you want me to finish this PR? From what I can tell this still needs:
|
Oh great! I did not see the release. I'll update the PR today, thanks! :) |
@filipeom, actually we'll probably have to change the API in smt.ml :/ The various |
I completely forgot about this. I'll make a patch asap |
I made a PR in formalsec/smtml#256 ; everything is OK with it. We'll have to wait for it to be published in opam before merging. This leave me some time to write more tests. :-) |
@filipeom, there was a bug in the parsing of models. I made a PR in smtml formalsec/smtml#258 ; you can see the diff in the last commit where this patch is applied. |
Version 0.4.1 of smtml is live. I re-ran the CI but it fails because |
Great, thanks! IIRC the parsing fix is not in smtml.0.4.1, is it? If not, we'll have to wait for the next release before merging, otherwise the tests won't pass. |
It seems to be working, I'm a little bit surprised but let's merge... :) |
It should be working, version 0.4.1 includes formalsec/smtml#258 |
No description provided.