Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] how to use coqchk in a stand-alone folder?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] how to use coqchk in a stand-alone folder?


Chronological Thread 
  • From: Jean-Christophe Léchenet <jean-christophe.lechenet AT cea.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] how to use coqchk in a stand-alone folder?
  • Date: Tue, 17 May 2016 09:55:44 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=jean-christophe.lechenet AT cea.fr; spf=None smtp.mailfrom=jean-christophe.lechenet AT cea.fr; spf=None smtp.helo=postmaster AT sainfoin-out.extra.cea.fr
  • Ironport-phdr: 9a23:2rBykhDPx5V1SfRqga23UyQJP3N1i/DPJgcQr6AfoPdwSP79psbcNUDSrc9gkEXOFd2CrakU2qyM7Ou5AzNIyK3CmU5BWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYsExnyfTB4Ov7yUtaLyZ/nhqbopNaKOVoArQH+SI0xBS3+lR/WuMgSjNkqAYcK4TyNnEF1ff9Lz3hjP1OZkkW0zM6x+Jl+73YY4Kp5pIYTGZn9Kq8/VPlTCCksG2Ez/szi8xfZHiWV4X5JcGgflF9jAxLE9w39Rpf8hQ97vepw3iSGdZn0QLkyHD+i9aZwVBjwiCpBMzMy8GzRh9BYh69S5hy78U8si7XIaZ2YYaItNpjWeskXEDJM

Hi Jonathan,

If the Makefile is produced using coq_makefile, there must be a target "validate" that runs coqchk on all the files.

Hope this helps,

Jean-Christophe

Le 13/05/2016 21:12, Jonathan Leivent a écrit :
I am having difficulty getting coqchk to find all .vo files in a folder. The folder has its own _Coq_project file and generated makefile. The folder is stand-alone - it doesn't produce a library used outside of itself, but produces many .vo files used within itself. If I run coqchk in that folder with the args present in _Coq_project, it apparently finds nothing to do, as shown by:

Ordered list:

Modules were successfully checked

CONTEXT SUMMARY
===============

* Theory: Set is impredicative
Theory: Stratified type hierarchy

* Axioms: <none>

There are .vo modules in that folder, and some use axioms. So I know coqchk isn't doing anything. However, because the folder is stand-alone, there really isn't a library path to give coqchk. Is this just a case where coqchk can't be used?

-- Jonathan






Archive powered by MHonArc 2.6.18.

Top of Page