From 632a7d3017aab18cca3894837167b73ede61bef5 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 18 Jun 2007 21:44:50 +0000 Subject: [PATCH] fixes to make resource Makefile to run without errors --- doc/gf-history.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/gf-history.html b/doc/gf-history.html index 6a60fb4aa..5f96b9569 100644 --- a/doc/gf-history.html +++ b/doc/gf-history.html @@ -16,8 +16,25 @@ Changes in functionality since May 17, 2005, release of GF Version 2.2
+18/6 (AR) +Added a warning for clashing constants. A constant coming from multiple opened modules +was interpreted as "the first" found by the compiler, which was a source of difficult +errors. Clashing is officially forbidden, but we chose to give a warning instead of +raising an error to begin with (in version 2.8). + +

+ +30/1/2007 (AR) +Semantics of variants fixed for complex types. Officially, it was only +defined for basic types (Str and parameters). When used for records, results were +multiplicative, which was nor usable. But now variants should work for any type. + +

+ 22/12 (AR) Release of GF version 2.7. +

+ 21/12 (AR) Overloading rules for GF version 2.7: