agda / agda

Agda is a dependently typed programming language / interactive theorem prover.

Home Page:https://wiki.portal.chalmers.se/agda/pmwiki.php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't silently ignore `-v`

lawcho opened this issue · comments

Agda silently ignores the -v option, unless built with the debug cabal flag.

This led me on a merry chase when debugging the test failures in #7165.

Some ways to improve the UX:

  • Issue a warning when ignoring -v
  • Support -v by default (do we have recent benchmarks?)

Related to #5429 (but -v is not backend-specific)

Oops, duplicate of #7114