Deducteam / lambdapi

Proof assistant based on the λΠ-calculus modulo rewriting
Other
269 stars 35 forks source link

Fix/logs when missing pkg #1075

Closed Alidra closed 5 months ago

Alidra commented 5 months ago

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

fblanqui commented 5 months ago

Thanks Abdelghani for your PR!