Skip to content
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

Fix/logs when missing pkg #1075

Merged
merged 4 commits into from
Apr 5, 2024
Merged

Conversation

Alidra
Copy link
Member

@Alidra Alidra commented Apr 4, 2024

As documented in https://lambdapi.readthedocs.io/en/latest/module.html, a lambdapi.pkg must be placed at the root of the source tree of a library under development. When used with the command line, the absence of this file rises an error. However, when used with editors (both Vscode and Emacs), no error is displayed.

This PR fixes #1069

@Alidra Alidra requested a review from fblanqui April 4, 2024 21:52
src/lsp/lp_doc.ml Outdated Show resolved Hide resolved
src/lsp/lp_doc.ml Show resolved Hide resolved
src/lsp/lp_lsp.ml Outdated Show resolved Hide resolved
@fblanqui
Copy link
Member

fblanqui commented Apr 5, 2024

Thanks Abdelghani for your PR!

@fblanqui fblanqui merged commit f9689ac into Deducteam:master Apr 5, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error message should be displayed when no lambdapi.pkg is found
2 participants