Skip to content

Commit

Permalink
Preview: Upgrade to OCamlformat 0.26.1 (unreleased)
Browse files Browse the repository at this point in the history
The aim of this preview is to gather feedback.

This is a bug-fix release and is compatible with the slightly changed let-binding syntax in OCaml 5.1.
Changelog can be found here: https://github.com/ocaml-ppx/ocamlformat/blob/main/CHANGES.md
  • Loading branch information
Julow committed Sep 12, 2023
1 parent 71f57ab commit 00b2ed8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ocamlformat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=0.26.0
version=0.26.1
profile=conventional
parse-docstrings=true
3 changes: 2 additions & 1 deletion src/context_free.mli
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ class map_top_down :
Expect_mismatch_handler.t (* default: Expect_mismatch_handler.nop *) ->
?generated_code_hook:
Generated_code_hook.t (* default: Generated_code_hook.nop *) ->
Rule.t list -> object
Rule.t list ->
object
inherit Ast_traverse.map_with_expansion_context_and_errors
end

0 comments on commit 00b2ed8

Please sign in to comment.