Skip to content

Commit

Permalink
Filter heap_mbytes from the responses in merlin-wrapper
Browse files Browse the repository at this point in the history
Co-authored-by: Sonja Heinze <[email protected]>
  • Loading branch information
abbysmal and pitag-ha committed Nov 29, 2023
1 parent 5217558 commit 3a140b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/merlin-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ fi

ocamlmerlin "$@" \
| jq 'del(.timing)' \
| jq 'del(.heap_mbytes)' \
| sed -e 's:"[^"]*lib/ocaml:"lib/ocaml:g' \
| sed -e 's:\\n:\
:g'

0 comments on commit 3a140b0

Please sign in to comment.