Opened 15 years ago
Closed 15 years ago
#1133 closed defect (fixed)
Structs cannot be adequately decompiled
| Reported by: | Pedro Gea | Owned by: | Víctor de Buen Remiro |
|---|---|---|---|
| Priority: | normal | Milestone: | Mantainance |
| Component: | Kernel | Version: | head |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Las estructuras TOL no se decompilan adecuadamente (como sí hacen las clases, que se declaran de un modo similar):
Real N1 = Copy(NObject);
Real {
Struct @Prueba { Real algo };
0};
Real N2 = Copy(NObject);
Real NDif = N2-N1-2;
WriteLn("NDif: "<<NDif);
//> NDif: 2
Change History (2)
comment:1 Changed 15 years ago by
| Status: | new → accepted |
|---|
comment:2 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.

(In [3342]) Fixes #1133
Struct creator function must be destroyed at user code level