This PR fixes a problem for structures with diamond inheritance: rather than copying doc-strings (which are not available unless `.server.olean` is loaded), we link to them. Adds tests.
5 lines
80 B
Bash
Executable file
5 lines
80 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
rm -rf .lake/build
|
|
LEAN_ABORT_ON_PANIC=1 lake build
|