#1728 closed defect (fixed)
La redefinición de conjuntos no elimina la estructura
| Reported by: | Pedro Gea | Owned by: | Víctor de Buen Remiro |
|---|---|---|---|
| Priority: | highest | Milestone: | Mantainance |
| Component: | Kernel | Version: | 3.1 |
| Severity: | critical | Keywords: | |
| Cc: |
Description
La redefinición de conjuntos no elimina la estructura. Por ejemplo:
Set a = [[ Set b = @Anything(2) ]]; Set a::b := Copy(Empty); // No se borra la estructura de a: Text StructName(a::b); // -> "@Anything" // Esto da problemas al copiarlo: Set DeepCopy(a); /* ERROR: [] No se puede aplicar la estructura @Anything que tiene 1 campos a un conjunto con 0 elementos */
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

(In [6008]) refs #1728, test code