TASTE bugtrack - Taste
View Issue Details
0000949Taste[All Projects] ASN.1 Compiler v4public2021-07-03 13:032021-09-16 12:43
gmamais 
gmamais 
normalminoralways
closedfixed 
0000949: Precision issue in .net core
In the new version of ASN1SCC we spotted a difference in the range generated in the code for double precision reals. The type is defined like this: T-Double ::= REAL (-1.7976931348623157e+308..1.7976931348623157E308) Because of this difference the new code cannot be compiled - the Ada compiler detects that the value is out of range and raises an error.
No tags attached.
Issue History
2021-07-03 13:03gmamaisNew Issue
2021-07-03 13:03gmamaisStatusnew => assigned
2021-07-03 13:03gmamaisAssigned To => gmamais
2021-07-03 13:06gmamaisNote Added: 0003793
2021-07-03 13:06gmamaisStatusassigned => resolved
2021-07-03 13:06gmamaisResolutionopen => fixed
2021-07-07 14:42maximeNote Added: 0003794
2021-09-16 12:43maximeNote Added: 0003798
2021-09-16 12:43maximeStatusresolved => closed

Notes
(0003793)
gmamais   
2021-07-03 13:06   
fixed in latest commit in GitHub A new test case added for this issue.
(0003794)
maxime   
2021-07-07 14:42   
Thanks. But I see the CI job failed?
(0003798)
maxime   
2021-09-16 12:43   
Thanks! closing