Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

feat(sanity_check): improve sanity_check #1369

Merged
merged 5 commits into from
Aug 30, 2019
Merged

Commits on Aug 28, 2019

  1. feat(sanity_check): improve sanity_check

    - add hole command for sanity check (note: hole commands only work when an expression is expected, not when a command is expected, which is unfortunate)
    - print the type of the unused arguments
    - print whether an unused argument is a duplicate
    - better check to filter automatically generated declarations
    - do not print arguments of type `parse _`
    - The binding brackets from `tactic.where` are moved to `meta.expr`. The definition is changed so that strict implicit arguments are printed as `{{ ... }}`
    fpvandoorn committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    5639459 View commit details
    Browse the repository at this point in the history
  2. typos

    fpvandoorn committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    ca86ff9 View commit details
    Browse the repository at this point in the history
  3. improve docstring

    fpvandoorn committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    f5ed98a View commit details
    Browse the repository at this point in the history
  4. Also check for duplicated namespaces

    Fun fact: I had to remove an unused argument from `decidable_chain'` for my function to work.
    fpvandoorn committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    028d49a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Configuration menu
    Copy the full SHA
    ae28bb8 View commit details
    Browse the repository at this point in the history