[
https://issues.apache.org/jira/browse/DAFFODIL-2867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Thompson updated DAFFODIL-2867:
------------------------------------
Description:
Bug reproduction details forthcoming shortly.
Adding Mike's reproduction details:
This is a representation="text" xs:float that is delimited. Parsing
Float.MaxValue i.e., this text string:
```
3.4028235E38
```
I get this error:
```
Parse Error: Value '340282350000000000000000000000000000000' is out of range
for type: xs:float
```
No similar issue for type xs:double.
was:
Bug reproduction details forthcoming shortly.
> Parsing of xs:float as text failure
> -----------------------------------
>
> Key: DAFFODIL-2867
> URL: https://issues.apache.org/jira/browse/DAFFODIL-2867
> Project: Daffodil
> Issue Type: Bug
> Components: Back End
> Affects Versions: 3.6.0
> Reporter: Mike Beckerle
> Priority: Major
> Fix For: 3.7.0
>
>
> Bug reproduction details forthcoming shortly.
> Adding Mike's reproduction details:
> This is a representation="text" xs:float that is delimited. Parsing
> Float.MaxValue i.e., this text string:
> ```
> 3.4028235E38
> ```
> I get this error:
> ```
> Parse Error: Value '340282350000000000000000000000000000000' is out of range
> for type: xs:float
> ```
> No similar issue for type xs:double.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)