Skip to content

Order search results by name after priority - #22306

Open
SkySkimmer wants to merge 1 commit into
rocq-prover:masterfrom
SkySkimmer:search-order
Open

Order search results by name after priority#22306
SkySkimmer wants to merge 1 commit into
rocq-prover:masterfrom
SkySkimmer:search-order

Conversation

@SkySkimmer

Copy link
Copy Markdown
Contributor

Fix #5573
Fix #5572

@SkySkimmer
SkySkimmer requested review from a team as code owners July 24, 2026 13:26
@SkySkimmer SkySkimmer added the request: full CI Use this label when you want your next push to trigger a full CI. label Jul 24, 2026
@coqbot-app coqbot-app Bot removed the request: full CI Use this label when you want your next push to trigger a full CI. label Jul 24, 2026
Comment thread vernac/search.ml
(* The priority is memoised here. Because of the very localised use
of this module, it is not worth it making a convenient interface. *)
type t = GlobRef.t * (Vernacexpr.discharge * Decls.logical_kind) option * Environ.env * Evd.evar_map * Constr.t * priority
type t = GlobRef.t * Libnames.qualid * (Vernacexpr.discharge * Decls.logical_kind) option * Environ.env * Evd.evar_map * Constr.t * priority

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This type definition is screaming for a record.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants