We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dffbb2 commit 36de1b2Copy full SHA for 36de1b2
CHANGES.md
@@ -1,3 +1,9 @@
1
+# 1.10.2
2
+
3
+## Fixes
4
5
+- Catch merlin desturct exceptions (#626)
6
7
# 1.10.1
8
9
## Fixes
ocaml-lsp-server/src/code_actions/action_destruct.ml
@@ -65,6 +65,7 @@ let code_action (state : State.t) doc (params : CodeActionParams.t) =
65
( Merlin_analysis.Destruct.Wrong_parent _ | Query_commands.No_nodes
66
| Merlin_analysis.Destruct.Not_allowed _
67
| Merlin_analysis.Destruct.Useless_refine
68
+ | Merlin_analysis.Destruct.Ill_typed
69
| Merlin_analysis.Destruct.Nothing_to_do )
70
; backtrace = _
71
} ->
0 commit comments