Zulip Chat Archive
Stream: general
Topic: contributing to leanprover-community/lean
Floris van Doorn (Jun 29 2020 at 16:34):
I just tried to make my first change (in ages) to the core library.
I didn't want to build Lean myself. I had to run elan override set leanprover-community-lean-3.16.5
. Is that the intended way to do this?
Am I correct that leanproject
will not help for this?
Shall I add a message like this to README
?
Johan Commelin (Jun 29 2020 at 16:35):
I'm not an expert, but I think the answer is "yes", "yes", "yes please".
Bryan Gin-ge Chen (Jun 29 2020 at 16:41):
That will work to a certain extent, but I think "go-to-definition" in VS Code will take you to the wrong place. There may be other editor-related things that are broken too.
I don't know a good way to get all of that working without rebuilding Lean, sadly.
Floris van Doorn (Jun 29 2020 at 16:52):
Ah, good to know. I think it's still useful to mention this option in the Readme, but I added a warning: lean#368
Last updated: Dec 20 2023 at 11:08 UTC