Bug #6

Message d'erreur pas assez explicite

Added by Anonymous over 17 years ago. Updated almost 17 years ago.

Status:ClosedStart date:
Priority:HighDue date:
Assignee:Alain Prouté% Done:

0%

Category:Compiler
Target version:1.8
Platform: Triage Stage:
Resolution:fixed

Description

Sur le code suivant,

    with tz = "CET-1CEST-2,M3.5.0/02:00:00,M10.5.0/03:00:00", 
    assertIsSame(current_time_offset(tz), if is_dst then -120 else -60);

on obtient le message suivant :

D:/Develop/Anubis/EZMailBox/EZMailBox/src/tests/utils.unit_test.anubis (line 22, column 72) Error E027:    The test of the conditional has 2 interpretations:

      1.  One
      2.  One

)

J'ai beau chercher, je ne parvient pas à comprendre ce message. is_dst est de type Bool

History

#1 Updated by Alain Prouté over 17 years ago

  • Status changed from New to Assigned

#2 Updated by Anonymous almost 17 years ago

  • Status changed from Assigned to Closed
  • Resolution set to fixed

Maybe fixed. This code compiles fine now (with anubis 1.9)

Also available in: Atom PDF

Redmine Appliance - Powered by TurnKey Linux