Skip to content

Fix parsing for .smt2 files#219

Merged
filipeom merged 5 commits intomainfrom
fix-parsing
Oct 4, 2024
Merged

Fix parsing for .smt2 files#219
filipeom merged 5 commits intomainfrom
fix-parsing

Conversation

@joaomhmpereira
Copy link
Member

No description provided.

@joaomhmpereira joaomhmpereira linked an issue Sep 28, 2024 that may be closed by this pull request
and test_files files = List.fold_left test_path None files in
let state = test_files files in
let write_exception_log () =
let oc = open_out "exceptions.log" in
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
let oc = open_out "exceptions.log" in
Out_channel.with_open_text "exceptions.log" @@ fun oc ->

And you can remove the close_out at the end

@filipeom filipeom marked this pull request as ready for review October 4, 2024 13:43
@filipeom filipeom enabled auto-merge (rebase) October 4, 2024 13:43
@filipeom filipeom merged commit cb621ca into main Oct 4, 2024
@filipeom filipeom deleted the fix-parsing branch October 4, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix smtcomp parsing errors

2 participants