Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: leanprover/lean4-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.22.0
Choose a base ref
...
head repository: leanprover/lean4-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 10 files changed
  • 2 contributors

Commits on Aug 14, 2025

  1. chore: bump toolchain to v4.23.0-rc1 (#48)

    * toolchain
    
    * chore: bump toolchain to v4.23.0-rc1
    kim-em authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    6667b92 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

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

Commits on Sep 1, 2025

  1. fix: varargs (#52)

    This PR fixes the vararg syntax after it was accidentally broken by the
    introduction of polymorphic range syntax in core and attempts to make
    the grammar a bit more robust against future changes by only accepting
    strings or identifiers in several places where it accepted arbitrary
    terms before and limiting sub-commands to identifiers.
    
    Notably, this PR contains a **breaking change**: Multi-line flag and
    argument descriptions can now not contain inline-uses of `++` anymore.
    It is advised to use [string
    gaps](https://lean-lang.org/doc/reference/latest//Basic-Types/Strings/#string-literals)
    instead.
    
    This breakage unfortunately wasn't noticed in time due to our current
    build setup excluding `Tests.lean` and `Example.lean`, which will be
    fixed in a future PR.
    
    Fixes #51.
    mhuisi authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    9899dba View commit details
    Browse the repository at this point in the history
  2. chore: run tests in ci (#53)

    This PR ensures that all tests in `Tests.lean` cause an error when there
    is a test failure by using `#guard_msgs`, that `Tests.lean` and
    `Example.lean` are run by `lake test` and that CI runs `lake test`. This
    should hopefully prevent situations like the one in #51 from occurring
    in the future.
    
    It also replaces `Lean.RBTree` with `Std.TreeSet`.
    mhuisi authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    f0455e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2025

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

Commits on Sep 15, 2025

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

Commits on Sep 26, 2025

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

Commits on Oct 14, 2025

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

Commits on Oct 21, 2025

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

Commits on Oct 22, 2025

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

Commits on Nov 14, 2025

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

Commits on Nov 18, 2025

  1. Configuration menu
    Copy the full SHA
    cd188c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00fad25 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

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