Re: [PR] fn:count(non-array) must issue SDE [daffodil]

2024-01-21 Thread via GitHub
mbeckerle commented on code in PR #1137: URL: https://github.com/apache/daffodil/pull/1137#discussion_r1461020725 ## daffodil-runtime1/src/main/scala/org/apache/daffodil/runtime1/dpath/DState.scala: ## @@ -215,45 +218,26 @@ case class DState( def booleanValue: Boolean =

[jira] [Commented] (DAFFODIL-2874) Property textZonedSignStyle should not be required when encoding is not ascii

2024-01-21 Thread Mike Beckerle (Jira)
[ https://issues.apache.org/jira/browse/DAFFODIL-2874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17809146#comment-17809146 ] Mike Beckerle commented on DAFFODIL-2874: - Note that the EBCDIC oriented zoned tests do not

[jira] [Resolved] (DAFFODIL-2874) Property textZonedSignStyle should not be required when encoding is not ascii

2024-01-21 Thread Mike Beckerle (Jira)
[ https://issues.apache.org/jira/browse/DAFFODIL-2874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Beckerle resolved DAFFODIL-2874. - Resolution: Fixed Fixed in 3ce37b4a1dd0405657c1633f4c2888d280c96d95 > Property

[jira] [Resolved] (DAFFODIL-2873) zoned EBCDIC signed negative numbers not parsed correctly

2024-01-21 Thread Mike Beckerle (Jira)
[ https://issues.apache.org/jira/browse/DAFFODIL-2873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Beckerle resolved DAFFODIL-2873. - Resolution: Fixed Fixed in 3ce37b4a1dd0405657c1633f4c2888d280c96d95 > zoned EBCDIC

Re: [PR] Fix and tests added DAFFODIL-2873 zoned ebcdic bug [daffodil]

2024-01-21 Thread via GitHub
mbeckerle merged PR #1149: URL: https://github.com/apache/daffodil/pull/1149 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

(daffodil) branch main updated: Fix zoned EBCDIC overpunched signs

2024-01-21 Thread mbeckerle
This is an automated email from the ASF dual-hosted git repository. mbeckerle pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/daffodil.git The following commit(s) were added to refs/heads/main by this push: new 3ce37b4a1 Fix zoned EBCDIC overpunched signs

Re: [PR] Fix and tests added DAFFODIL-2873 zoned ebcdic bug [daffodil]

2024-01-21 Thread via GitHub
mbeckerle commented on code in PR #1149: URL: https://github.com/apache/daffodil/pull/1149#discussion_r1460997049 ## daffodil-core/src/main/scala/org/apache/daffodil/core/grammar/ElementBaseGrammarMixin.scala: ## @@ -700,6 +701,30 @@ trait ElementBaseGrammarMixin