mathlib4 icon indicating copy to clipboard operation
mathlib4 copied to clipboard

fix: support more parsers in `#help`

Open digama0 opened this issue 1 year ago • 1 comments

As reported on Zulip, the #help command is out of date with respect to the parsers that can be obscuring the search for the "first token", used to power the search-by-token-prefix form of the command #help tactic "measur". The list below has been tested against everything in lean, and the only things that fail to find a first token now are those that actually don't have a token like the ident parser.


Open in Gitpod

digama0 avatar Apr 20 '24 12:04 digama0

AIUI, this is blocked on the author fixing the build failures - let me label it as such.

grunweg avatar May 24 '24 18:05 grunweg

bors merge

robertylewis avatar Jun 19 '24 10:06 robertylewis

Pull request successfully merged into master.

Build succeeded:

mathlib-bors[bot] avatar Jun 19 '24 11:06 mathlib-bors[bot]