From 7872cda8545ba82827d34e6940b83f5809990f9d Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 15 Dec 2000 11:31:03 +0000 Subject: MAJ git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1124 85f007b7-540e-0410-9357-904b9bb8a0f7 --- CHANGES | 19 +++++++++++++++---- PROBLEMES | 2 +- TODO | 4 ++-- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index cac152161a..c9dfe09692 100644 --- a/CHANGES +++ b/CHANGES @@ -76,11 +76,22 @@ explicitement la grammaire avec "ast" ou "List" (renomm que les 3 primitives), on peut typer avec "constr", "tactic", ou "vernac" pour utiliser le parseur correspondant. -- AddPath -> Add Path; - Print LoadPath -> Print Path; - DelPath -> Remove Path; +- Syntax changes + + AddPath -> Add LoadPath; + Print LoadPath -> Print LoadPath; + DelPath -> Remove LoadPath; + AddRecPath -> Add Rec LoadPath Print Path -> Print Coercion Paths. +- Implicit Arguments On -> Set Implicit Arguments + Implicit Arguments Off -> Unset Implicit Arguments + New: Test Implicit Arguments + +- New commands to relate physical paths to a logical paths: + Add LoadPath physical_dir as logical_dir + Add Rec LoadPath physical_dir as logical_dir + - Bug affichage Infix corrigé - Légère restriction de la syntaxe de Cbv Delta @@ -140,7 +151,7 @@ Outils - do_Makefile s'appelle maintenant coq_makefile - Utilisation de l'option -R de coqtop et coqc pour associer un -g répertoire physique à un répertoire logique (cf Métathéorie) + répertoire physique à un répertoire logique (cf Métathéorie) Utilisation générale diff --git a/PROBLEMES b/PROBLEMES index ebd6c6b0df..bf3bfb06a7 100644 --- a/PROBLEMES +++ b/PROBLEMES @@ -1,7 +1,7 @@ AddPath "/toto". Anomaly: Uncaught exception Unix.Unix_error(20, "stat", "/toto"). Please report. - +--> CORRIGE Declaration de Local a l'interieur d'un but ... Certains Clear deviennent impossible car la variable apparait dans diff --git a/TODO b/TODO index 36a7283d35..137a7643b6 100644 --- a/TODO +++ b/TODO @@ -17,8 +17,8 @@ Noyau: Vernac: -- Imprimer les paths avec "." -- Pb noms cachés (utilisation de noms absolus ?) +- Imprimer les paths avec "." FAIT +- Pb noms cachés (utilisation de noms absolus ?) Grammaires: -- cgit v1.2.3