Sebastian Ullrich

Results 103 issues of Sebastian Ullrich

**Describe the bug** `nix build` creates symlinks with suffixes `-1`, `-2`, ... when given multiple installables, but not necessarily in an order corresponding to the order given on the cmdline...

bug
new-cli

Extracted from #5614

toolchain-available

Fixes #5614

builds-mathlib
toolchain-available

Decrease redundancy in cases like ```lean if let c a := x then if q a then y else z else z ... ``` by supporting mixed `let`/condition chains like...

RFC

As proposed in https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/Crashing.20bug.2C.20possibly.20related.20to.20UInt64.20arithmetic/near/463428033 Should be combined with the version bump in #5089

toolchain-available
release-ci

``` % g++ test.cpp -o test -lleanshared -lreverseffiwithmathlib ld: __DATA_CONST segment missing SG_READ_ONLY flag in '/Users/cruis/Documents/ReverseFFIwithMathlib/.lake/build/lib/libreverseffiwithmathlib.dylib' clang: error: linker command failed with exit code 1 (use -v to see invocation)...

bug
P-medium

An experimental variant of `debug.byAsSorry`

The current `Std.Range` ``` structure Range where start : Nat := 0 stop : Nat step : Nat := 1 ``` in my experience has quite a few issues: *...

RFC

See discussion at https://github.com/leanprover/lean4/pull/7265

### Description ![Image](https://github.com/user-attachments/assets/9c28fff4-a51c-4f30-8692-625a09c1cdbe) ### Context n/a ### Steps to Reproduce 1. open file with out-of-date deps 2. observe spinner **Expected behavior:** The infoview should alert users on the error **Actual...

bug