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

Pretty-print context on failures #91

Closed
wants to merge 4 commits into from

Commits on Nov 1, 2019

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

Commits on Nov 4, 2019

  1. Handle function names that do not appear verbatim in the caller

    - trace contains fully-qualified names. Namespaced functions may be
      autoimported, or explicitly used
    - `invariant()` shows up in backtrace as `invariant_violation`
    - if we don't find it at all, report the whole line
    fredemmott committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    43e709e View commit details
    Browse the repository at this point in the history
  2. linter

    fredemmott committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    a531712 View commit details
    Browse the repository at this point in the history
  3. support repo-auth mode

    fredemmott committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    1ec416c View commit details
    Browse the repository at this point in the history