Skip to content

Commit

Permalink
Merge pull request #541 from ejgallego/fix_warn_concat
Browse files Browse the repository at this point in the history
[coq] Properly concatenate warnings
  • Loading branch information
ejgallego authored Sep 15, 2023
2 parents c5359e8 + dff02b7 commit 11e98ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Added link to Python coq-lsp client by Pedro Carrot and Nuno
Saavedra (@Nfsaavedra, #536)
- Properly concatenate warnings from _CoqProject (@ejgallego,
reported by @mituharu, #, fixes #540)
reported by @mituharu, #541, fixes #540)

# coq-lsp 0.1.7: Just-in-time
-----------------------------
Expand Down
4 changes: 2 additions & 2 deletions coq/workspace.mli
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ module Warning : sig

val make : string -> t

(** Adds new warnings to the list of current warnings, the Coq API
here is a bit tricky... *)
(** Adds new warnings to the list of current warnings, the Coq API here is a
bit tricky... *)
val apply : t list -> unit
end

Expand Down

0 comments on commit 11e98ba

Please sign in to comment.