-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: frontend & server support for plugins #6893
Conversation
Mathlib CI status (docs):
|
Shouldn't Do we actually need to put this in |
We ended up discussing this privately. For future reference, |
This PR adds support for plugins to the frontend and server. Implementation-wise, this adds a `plugins` argument to `runFrontend`, `processHeader`, amd `importModules`, a `plugins` field to `SetupImportsResult` and `FileSetupResult`. and a `pluginsPath` field to `LeanPaths`, and then threads the value through these.
This PR adds support for plugins to the frontend and server. Implementation-wise, this adds a `plugins` argument to `runFrontend`, `processHeader`, amd `importModules`, a `plugins` field to `SetupImportsResult` and `FileSetupResult`. and a `pluginsPath` field to `LeanPaths`, and then threads the value through these.
This PR adds support for plugins to the frontend and server.
Implementation-wise, this adds a
plugins
argument torunFrontend
,processHeader
, amdimportModules
, aplugins
field toSetupImportsResult
andFileSetupResult
. and apluginsPath
field toLeanPaths
, and then threads the value through these.