Skip to Content.
Sympa Menu

ssreflect - Re: [ssreflect] Install the master branch of ssreflect with coq-8.6

Subject: Ssreflect Users Discussion List

List archive

Re: [ssreflect] Install the master branch of ssreflect with coq-8.6


Chronological Thread 
  • From: Maxime Dénès <>
  • To:
  • Subject: Re: [ssreflect] Install the master branch of ssreflect with coq-8.6
  • Date: Wed, 12 Jul 2017 14:33:47 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:fuIi+xNSIyOgpoBdKZAl6mtUPXoX/o7sNwtQ0KIMzox0Lf/+rarrMEGX3/hxlliBBdydsKMbzbKO+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZPebgFKiTanfb9+MAi9oBnMuMURnYZsMLs6xAHTontPdeRWxGdoKkyWkh3h+Mq+/4Nt/jpJtf45+MFOTav1f6IjTbxFFzsmKHw65NfqtRbYUwSC4GYXX3gMnRpJBwjF6wz6Xov0vyDnuOdxxDWWMMvrRr0yRD+s7bpkSAXwhSkaKTA5/mHZhM9+gq1Vrx2upQBwzYHPbYGJN/dzZL/Rcc8USGdDWMtaSixPApm7b4sKF+cPOvxXrob8p1sLsxS1GAeiA/npyjhRnX/9wKo30+E7HgHH2AwtBNcOv27brdX0MacdT/26w7fOzTrddPNawzn96JLRfx0nvPqCXqpwfNLexEQuDQ/Jk0mcpIz/Mz6X0ukBqXaX4/ZuWO63iGMqpRt9riWvy8oikIXEiZ4ZxkrZ+SlnwYs4I8CzRlRhbt6+CpRQsjmXN4toTcMmRGFloDs2xqEctZ6+eygHyZcqywTaa/OdcoiI5gvvVOGMITdknn5lf6y/hxao/Uim1OL8StG40FdMriVbjtnBrn8A2h3J5sSaVvdw/l2t1DSL2gzJ9O1IPU45mbLeK5E7w74wkpQTsV7EHi/zgEj2ibWZdkQg+uWz7uToeLrnpp6ZN4Bqlw7xLKIuldKkAegiPAgORXCX+f6g27374U35XLJKg+UtkqnCqpDVO8obpqqnDABJzoYu8A2/Djej0NQAh3YLNlNFeBSdj4joIV7COv74De3sy2irxSxw3f3IOrDqHr3INWKGkbH7fL876khGyQN1w8oMyYhTD+QkKeLyX0K5mF3ejgRxZwm9wuLPDdxt14YTVW+JD7TfPrmE4gzA3f4mP+TZPNxdgz36MfVwv/M=

I see. But this is in fact unrelated to the branch renaming. In fact, a
fresh install of Coq master now prints 8.7.0~alpha, which is what the
grep should be looking for.

Note that after I merge my PR with more precise version numbers, they
will start with the 8.7.0~alpha, but will be something like
8.7.0~alpha-nnn-sha1, so the detection script should be robust to that.

--print-version will return similar information AFAIK.

Maxime.

On 07/12/2017 02:25 PM, Enrico Tassi wrote:
> On Wed, Jul 12, 2017 at 02:13:45PM +0200, Maxime Dénès wrote:
>> I keep reading messages talking about this branch renaming, and
>> potential incompatibilities. And I don't understand a word of it.
>>
>> Either I'm completely wrong (very likely) or version detection has
>> nothing to do with the branch name. Can you elaborate on the link you
>> see between the two?
>
> I think the right fix for the Makefile is to use --print-version
> but before that flag was introduced we did coqtop -v that
> used to print something like "trunk" or "v8.x". I did not check
> what it prints today, but I imagine "master", so "grep trunk" is wrong.
>
> Ciao
>



Archive powered by MHonArc 2.6.18.

Top of Page