Sebastian Ullrich
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...
Fixes #5614
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...
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
``` % 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)...
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: *...
See discussion at https://github.com/leanprover/lean4/pull/7265
### Description  ### 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...