Zulip Chat Archive

Stream: general

Topic: import everything


Kenny Lau (Feb 01 2019 at 22:04):

should / do we have a test file that imports every file?

Simon Hudon (Feb 01 2019 at 22:05):

Why?

Kenny Lau (Feb 01 2019 at 22:05):

to test for conflict?

Simon Hudon (Feb 01 2019 at 22:06):

You mean declarations with the same name?

Kenny Lau (Feb 01 2019 at 22:06):

right

Simon Hudon (Feb 01 2019 at 22:07):

This is what

        - lean --recursive --export=mathlib.txt src/
        - leanchecker mathlib.txt

accomplishes

Kenny Lau (Feb 01 2019 at 22:07):

oh, neat

Simon Hudon (Feb 01 2019 at 22:08):

Travis does it every time and you can get git to check it when you commit or push a branch

Simon Hudon (Feb 01 2019 at 22:10):

Or, if you know how to build a VS Code feature, you can create a command to run exactly that


Last updated: Dec 20 2023 at 11:08 UTC