Opened 15 years ago
Last modified 15 years ago
#909 closed defect
Adding an additional item to a Set with defined structure is not returned as a warning or error. — at Initial Version
Reported by: | Lander Ibarra Iriondo | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | SetAlgebra | Version: | 1.1.7 |
Severity: | major | Keywords: | |
Cc: |
Description
There is a strange behavior with versions 1.1.7 and 1.1.7_Bridge that does not happen or has been fixed with version 2.
If we throw this piece of code on the version 1.7
Polyn Pol = 0.08+0.05*B;
Set Ser_ = InputDef(KK, SubSer(Gaussian(100,1, Diario), y2000, y2002));
Set Ser_ << SetOfText("");
Adding an additional item to a Set with defined structure is not returned as a warning or error.
If we launched it in version 2:
Polyn Pol = 0.08+0.05*B;
Set Ser_ = @InputDef(KK, SubSer(Gaussian(100,1, Diario), y2000, y2002));
Set Ser_ << SetOfText("");
We have the error when trying to modify a Set by adding an unspecified element in the structure.
How 1.1.7 and 1.1.7_Bridge versions should not warn of this type of behavior?