• 0.2.4

    100%
    0 Open
    5 Closed
    Updated 2023-08-30 19:20:22 -07:00
    Closed 2023-08-30 19:20:22 -07:00
    1. Allow deletion of individual proof states
    2. Most robust bookkeeping for proof states
    3. Allow monitoring of current resource usage so the client can know when bookkeeping becomes necessary (rather than waiting for the thing to crash and having to rebuild all proof states)
    4. Add pre-commit hooks to run the tests and check for white space usage
  • 0.2.6

    100%
    0 Open
    7 Closed
    Updated 2023-10-28 16:39:01 -07:00
    Closed 2023-10-28 16:39:01 -07:00
    1. Allow hole filing ("Agda style") proof and expression generation
    2. Add more serialization options
    3. Allow for more robust bookkeeping
  • 0.2.7

    100%
    0 Open
    2 Closed
    Updated 2023-10-29 13:08:52 -07:00
    Closed 2023-10-29 13:08:52 -07:00

    Simplify expression serialization

  • 0.2.8

    100%
    0 Open
    1 Closed
    Updated 2023-11-07 16:56:53 -08:00
    Closed 2023-11-07 16:56:53 -08:00
    1. Selectively continue goals
  • 0.2.9

    100%
    0 Open
    1 Closed
    Updated 2023-11-30 01:02:18 -08:00
    Closed 2023-11-30 01:02:18 -08:00
    1. Fix error formatting
    2. Output dependency
  • 0.2.10

    100%
    0 Open
    7 Closed
    Updated 2024-01-16 14:20:31 -08:00
    Closed 2024-01-08 12:24:33 -08:00

    Minor serialization update:

    1. Print Expr.proj as function applications w.r.t. the projector of a structure
    2. Print "private" symbols, which proofs somehow depend on, in the catalog. However unsafe and symbols in the Lean. namespace should not be printed.
  • 0.2.12

    100%
    0 Open
    3 Closed
    Updated 2024-03-06 15:19:41 -08:00
    Closed 2024-03-06 15:19:41 -08:00
    1. Print information about inducts, recursors, and constructors in env.inspect.
  • 0.2.19

    100%
    0 Open
    7 Closed
    Updated 2024-10-13 12:20:42 -07:00
    Closed 2024-10-13 12:20:42 -07:00
    1. feat: Add extraction of sorrys from compilation steps
    2. chore: Remove most catalog filters in Environment.lean. A FFI user should implement these as they see fit.
    3. fix: Tactics should produce .syntheticOpaque goals
    4. chore: Bump Lean version to v4.12.0
    5. fix: Delayed MVar translation in MetaTranslate
  • TACAS '25

    100%
    0 Open
    11 Closed
    Updated 2024-10-12 22:39:37 -07:00
    Closed 2024-10-12 22:39:37 -07:00

    Features that must be ready for TACAS '25

    1. feat: Automatic mode
    2. feat: Reading tactic steps from file
    3. feat: Collecting holes from file
    4. feat: REPL Tactics: have, let, conv, calc
  • 0.2.20

    100%
    0 Open
    5 Closed
    Updated 2024-11-15 17:44:02 -08:00
    Closed 2024-11-15 14:41:20 -08:00

    Stabilize for artefact release

    • doc: Use Apache 2 License
    • feat: Constants during tactic extraction
    • chore: Switch to lean4-nix