Bug #6
Message d'erreur pas assez explicite
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % 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é about 18 years ago
- Status changed from New to Assigned
#2 Updated by Anonymous over 17 years ago
- Status changed from Assigned to Closed
- Resolution set to fixed
Maybe fixed. This code compiles fine now (with anubis 1.9)