From 6bd240fce21c172680a0cec5346b66e08c76418a Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Mon, 30 Oct 2017 23:48:30 +0100 Subject: [ci] [coq] Complete 4.06.0 support. Due to an API change in laglgtk, we need to update CoqIDE. We use a makefile hack so it can compile with lablgtk < 2.8.16, another option would be to require 2.8.16 as a minimal dependency. We also refactor travis to test more lablgtk versions. We also need to account for improved attribute handling in 4.06.0, in particular module aliases will propagate the deprecation status. Fixes #6140. --- API/API.ml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'API/API.ml') diff --git a/API/API.ml b/API/API.ml index 9a67e3111f..f588fe193a 100644 --- a/API/API.ml +++ b/API/API.ml @@ -20,6 +20,10 @@ (******************************************************************************) module Coq_config = Coq_config +(* Reexporting deprecated symbols throu module aliases triggers a + warning in 4.06.0 *) +[@@@ocaml.warning "-3"] + (******************************************************************************) (* Kernel *) (******************************************************************************) -- cgit v1.2.3