Skip to content

Commit

Permalink
[fleche] Remove FailedPermanent 8.16 hack
Browse files Browse the repository at this point in the history
This was not nice, and not needed anymore.
  • Loading branch information
ejgallego committed Jun 4, 2024
1 parent 2198b7c commit 611aaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fleche/theory.ml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ end = struct
Option.bind !hint (fun (uri, (l, c)) ->
if Lang.LUri.File.equal uri doc.uri then
match doc.completed with
| Yes _ | Failed _ | FailedPermanent _ -> None
| Yes _ | Failed _ -> None
| Stopped range when Doc.Target.reached ~range (l, c) -> None
| Stopped _ -> Some (Doc.Target.Position (l, c))
else None)
Expand Down

0 comments on commit 611aaf3

Please sign in to comment.