Skip to content

Commit

Permalink
huffman table: use (mode fallback) (#251)
Browse files Browse the repository at this point in the history
* huffman table: use `(mode fallback)`

* ocamlformat-ignore

* wip
  • Loading branch information
anmonteiro authored Aug 29, 2024
1 parent d447dd5 commit 25645cc
Show file tree
Hide file tree
Showing 4 changed files with 1,851 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ocamlformat-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hpack/src/huffman_table.ml
3 changes: 2 additions & 1 deletion hpack/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
(action
(with-stdout-to
%{targets}
(run ../util/gen_huffman.exe %{deps}))))
(run ../util/gen_huffman.exe %{deps})))
(mode fallback))
Loading

0 comments on commit 25645cc

Please sign in to comment.