[daffodil-vscode] branch main updated: Update README.md:

2023-01-17 Thread shanedell
This is an automated email from the ASF dual-hosted git repository. shanedell pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git The following commit(s) were added to refs/heads/main by this push: new d0674b5 Update README.md: d0674b5 is de

[GitHub] [daffodil-vscode] Shanedell closed issue #411: Update the main README.md

2023-01-17 Thread GitBox
Shanedell closed issue #411: Update the main README.md URL: https://github.com/apache/daffodil-vscode/issues/411 -- 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,

[GitHub] [daffodil-vscode] Shanedell merged pull request #424: Update README.md

2023-01-17 Thread GitBox
Shanedell merged PR #424: URL: https://github.com/apache/daffodil-vscode/pull/424 -- 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: commits-unsubscr...@da

[GitHub] [daffodil] tuxji commented on a diff in pull request #916: DAFFODIL-1026: Handle configuration exceptions

2023-01-17 Thread GitBox
tuxji commented on code in PR #916: URL: https://github.com/apache/daffodil/pull/916#discussion_r1072879501 ## daffodil-cli/src/it/scala/org/apache/daffodil/parsing/TestCLIParsing.scala: ## @@ -695,4 +695,13 @@ class TestCLIparsing { } (ExitCode.Success) } + @Test def

[GitHub] [daffodil] mbeckerle commented on a diff in pull request #916: DAFFODIL-1026: Handle configuration exceptions

2023-01-17 Thread GitBox
mbeckerle commented on code in PR #916: URL: https://github.com/apache/daffodil/pull/916#discussion_r1072868838 ## daffodil-cli/src/it/resources/org/apache/daffodil/CLI/single.xsd: ## @@ -0,0 +1,31 @@ + Review Comment: By convention the extension for DFDL schemas is ".dfdl.x

[GitHub] [daffodil] mbeckerle commented on a diff in pull request #912: WIP: Draft - Config feature to allow XMLConversionControl to preserve CRLF and CR in data

2023-01-17 Thread GitBox
mbeckerle commented on code in PR #912: URL: https://github.com/apache/daffodil/pull/912#discussion_r1071656027 ## daffodil-cli/src/it/resources/org/apache/daffodil/CLI/trace_input.dfdl.xsd: ## @@ -1,56 +1,56 @@ - Review Comment: This file also identical. I don't know why it

[GitHub] [daffodil-vscode] scholarsmate commented on pull request #423: WIP: initial integration of the new data editor

2023-01-17 Thread GitBox
scholarsmate commented on PR #423: URL: https://github.com/apache/daffodil-vscode/pull/423#issuecomment-1386099424 Thanks @stevedlawrence, my replies are inline. > 1. svlete seems to be a gui framework, does VS Code not provide a gui system that uses VS Code native widgets and things?

[GitHub] [daffodil] mbeckerle commented on a diff in pull request #821: Allow to preserve whitespace in XML text content

2023-01-17 Thread GitBox
mbeckerle commented on code in PR #821: URL: https://github.com/apache/daffodil/pull/821#discussion_r1072829311 ## daffodil-japi/src/test/java/org/apache/daffodil/example/TestJavaAPI.java: ## @@ -1213,4 +1215,81 @@ public void testJavaAPI26() throws IOException, ClassNotFoundEx

[GitHub] [daffodil-vscode] stevedlawrence commented on pull request #423: WIP: initial integration of the new data editor

2023-01-17 Thread GitBox
stevedlawrence commented on PR #423: URL: https://github.com/apache/daffodil-vscode/pull/423#issuecomment-1386013121 I haven't reviewed anything yet, but some high level question: 1. svlete seems to be a gui framework, does VS Code not provide a gui system that uses VS Code native wid

[jira] [Resolved] (DAFFODIL-2771) Expect library - not working with CRLF data

2023-01-17 Thread Mike Beckerle (Jira)
[ https://issues.apache.org/jira/browse/DAFFODIL-2771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Beckerle resolved DAFFODIL-2771. - Resolution: Not A Problem Working as designed. CRLF behavior is for windows/linux port

[jira] [Commented] (DAFFODIL-2771) Expect library - not working with CRLF data

2023-01-17 Thread Mike Beckerle (Jira)
[ https://issues.apache.org/jira/browse/DAFFODIL-2771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677922#comment-17677922 ] Mike Beckerle commented on DAFFODIL-2771: - Well, I figured this could be pilot

[GitHub] [daffodil-vscode] scholarsmate commented on issue #410: CI workflow to test against the latest stable release of VS Code

2023-01-17 Thread GitBox
scholarsmate commented on issue #410: URL: https://github.com/apache/daffodil-vscode/issues/410#issuecomment-1385929411 Closed by #407. -- 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 specif

[GitHub] [daffodil-vscode] scholarsmate closed issue #410: CI workflow to test against the latest stable release of VS Code

2023-01-17 Thread GitBox
scholarsmate closed issue #410: CI workflow to test against the latest stable release of VS Code URL: https://github.com/apache/daffodil-vscode/issues/410 -- 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 g

[GitHub] [daffodil] mike-mcgann opened a new pull request, #916: DAFFODIL-1026: Handle configuration exceptions

2023-01-17 Thread GitBox
mike-mcgann opened a new pull request, #916: URL: https://github.com/apache/daffodil/pull/916 If an invalid configuration file is passed on the command line an unexpected exception occurs. This has been fixed to now handle this exception. All `SAXParseException`s thrown by the configuration

[GitHub] [daffodil-vscode] stevedlawrence commented on a diff in pull request #424: Update README.md

2023-01-17 Thread GitBox
stevedlawrence commented on code in PR #424: URL: https://github.com/apache/daffodil-vscode/pull/424#discussion_r1072613597 ## README.md: ## @@ -23,21 +23,38 @@ # Apache Daffodilâ„¢ Extension for Visual Studio Code [![CI](https://github.com/apache/daffodil-vscode/workflows/CI

[GitHub] [daffodil-vscode] Shanedell commented on a diff in pull request #424: Update README.md

2023-01-17 Thread GitBox
Shanedell commented on code in PR #424: URL: https://github.com/apache/daffodil-vscode/pull/424#discussion_r1072605658 ## README.md: ## @@ -23,21 +23,38 @@ # Apache Daffodilâ„¢ Extension for Visual Studio Code [![CI](https://github.com/apache/daffodil-vscode/workflows/CI/badg

[GitHub] [daffodil-vscode] stevedlawrence commented on a diff in pull request #424: Update README.md

2023-01-17 Thread GitBox
stevedlawrence commented on code in PR #424: URL: https://github.com/apache/daffodil-vscode/pull/424#discussion_r1072572715 ## README.md: ## @@ -23,21 +23,38 @@ # Apache Daffodilâ„¢ Extension for Visual Studio Code [![CI](https://github.com/apache/daffodil-vscode/workflows/CI

[jira] [Closed] (DAFFODIL-2763) 'P' textNumberPattern feature

2023-01-17 Thread Dave Thompson (Jira)
[ https://issues.apache.org/jira/browse/DAFFODIL-2763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Thompson closed DAFFODIL-2763. --- Verified the specified commit (commit d5919e05398f734a09801bd4207ec16b078181ef) is included i

[GitHub] [daffodil-vscode] Shanedell opened a new pull request, #424: Update README.md

2023-01-17 Thread GitBox
Shanedell opened a new pull request, #424: URL: https://github.com/apache/daffodil-vscode/pull/424 Update README.md: - Add Nightly Tests GitHub action badge. - Update build reqs to list Java 8 or higher instead of Java 11. - Add information to install the extension from VS Code m

[GitHub] [daffodil] stevedlawrence commented on a diff in pull request #912: Config feature to allow XMLConversionControl to preserve CRLF and CR in data

2023-01-17 Thread GitBox
stevedlawrence commented on code in PR #912: URL: https://github.com/apache/daffodil/pull/912#discussion_r1072319306 ## daffodil-cli/src/it/scala/org/apache/daffodil/xml/TestXMLConversionControl.scala: ## @@ -0,0 +1,132 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [daffodil-vscode] Shanedell commented on issue #386: DISCUSSION: Issue with Java in Mac CI

2023-01-17 Thread GitBox
Shanedell commented on issue #386: URL: https://github.com/apache/daffodil-vscode/issues/386#issuecomment-1385696877 This issue was resolved closing this item -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [daffodil-vscode] Shanedell closed issue #386: DISCUSSION: Issue with Java in Mac CI

2023-01-17 Thread GitBox
Shanedell closed issue #386: DISCUSSION: Issue with Java in Mac CI URL: https://github.com/apache/daffodil-vscode/issues/386 -- 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

[daffodil] branch main updated (c96b0012e -> d835ce7a6)

2023-01-17 Thread jinterrante
This is an automated email from the ASF dual-hosted git repository. jinterrante pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/daffodil.git from c96b0012e Update woodstox-core to 6.5.0 add d835ce7a6 Update sbt-native-packager to 1.9.12 No new revisions

[GitHub] [daffodil] tuxji merged pull request #915: Update sbt-native-packager to 1.9.12

2023-01-17 Thread GitBox
tuxji merged PR #915: URL: https://github.com/apache/daffodil/pull/915 -- 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: commits-unsubscr...@daffodil.apac

[jira] [Closed] (DAFFODIL-1275) XCatalog and Classpath interaction with name resolution

2023-01-17 Thread Josh Adams (Jira)
[ https://issues.apache.org/jira/browse/DAFFODIL-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Adams closed DAFFODIL-1275. > XCatalog and Classpath interaction with name resolution >

[jira] [Commented] (DAFFODIL-2683) Don't split packages across jars - OGSI packaging requirements

2023-01-17 Thread Mike McGann (Jira)
[ https://issues.apache.org/jira/browse/DAFFODIL-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677816#comment-17677816 ] Mike McGann commented on DAFFODIL-2683: --- The initial changes have been made and

[jira] [Closed] (DAFFODIL-2770) Refactor and document SAX unparse implementation

2023-01-17 Thread Dave Thompson (Jira)
[ https://issues.apache.org/jira/browse/DAFFODIL-2770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Thompson closed DAFFODIL-2770. --- Verified the specified commit (commit 9ec3a8352364bfb9d3489695339249aa91f27f82) is included i

[jira] [Closed] (DAFFODIL-1282) Abort: Invariant broken when parser is fed random junk

2023-01-17 Thread Dave Thompson (Jira)
[ https://issues.apache.org/jira/browse/DAFFODIL-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Thompson closed DAFFODIL-1282. --- Verified that the identified issue could not be reproduced. Attempting to parse a file that i

[GitHub] [daffodil] stevedlawrence merged pull request #913: Update woodstox-core to 6.5.0

2023-01-17 Thread GitBox
stevedlawrence merged PR #913: URL: https://github.com/apache/daffodil/pull/913 -- 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: commits-unsubscr...@daff

[daffodil] branch main updated: Update woodstox-core to 6.5.0

2023-01-17 Thread slawrence
This is an automated email from the ASF dual-hosted git repository. slawrence 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 c96b0012e Update woodstox-core to 6.5.0 c96b001

[jira] [Updated] (DAFFODIL-1282) Abort: Invariant broken when parser is fed random junk

2023-01-17 Thread Steve Lawrence (Jira)
[ https://issues.apache.org/jira/browse/DAFFODIL-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Lawrence updated DAFFODIL-1282: - Fix Version/s: 1.1.0 (was: 3.5.0) > Abort: Invariant broken whe

[jira] [Commented] (DAFFODIL-2771) Expect library - not working with CRLF data

2023-01-17 Thread Steve Lawrence (Jira)
[ https://issues.apache.org/jira/browse/DAFFODIL-2771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677768#comment-17677768 ] Steve Lawrence commented on DAFFODIL-2771: -- This is expected behavior. Though

[jira] [Resolved] (DAFFODIL-1282) Abort: Invariant broken when parser is fed random junk

2023-01-17 Thread Steve Lawrence (Jira)
[ https://issues.apache.org/jira/browse/DAFFODIL-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Lawrence resolved DAFFODIL-1282. -- Resolution: Cannot Reproduce I am unable to reproduce this issue on the current main

[GitHub] [daffodil] scala-steward opened a new pull request, #915: Update sbt-native-packager to 1.9.12

2023-01-17 Thread GitBox
scala-steward opened a new pull request, #915: URL: https://github.com/apache/daffodil/pull/915 Updates [com.github.sbt:sbt-native-packager](https://github.com/sbt/sbt-native-packager) from 1.9.11 to 1.9.12. [GitHub Release Notes](https://github.com/sbt/sbt-native-packager/releases/tag/

[jira] [Commented] (DAFFODIL-1559) Add option to disable CRLF to LF XML canonicalization

2023-01-17 Thread Mike Beckerle (Jira)
[ https://issues.apache.org/jira/browse/DAFFODIL-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677755#comment-17677755 ] Mike Beckerle commented on DAFFODIL-1559: - See PR https://github.com/apache/da

[GitHub] [daffodil] mbeckerle commented on pull request #821: Allow to preserve whitespace in XML text content

2023-01-17 Thread GitBox
mbeckerle commented on PR #821: URL: https://github.com/apache/daffodil/pull/821#issuecomment-1385400982 Feature that can allow for this parameterizing of the infoset outputters is in https://github.com/apache/daffodil/pull/912 -- This is an automated message from the Apache Git Service.

[jira] [Assigned] (DAFFODIL-2234) CLI needs to pass options to infoset inputters/outputters

2023-01-17 Thread Mike Beckerle (Jira)
[ https://issues.apache.org/jira/browse/DAFFODIL-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Beckerle reassigned DAFFODIL-2234: --- Assignee: Mike Beckerle > CLI needs to pass options to infoset inputters/outputte

[jira] [Commented] (DAFFODIL-2771) Expect library - not working with CRLF data

2023-01-17 Thread Mike Beckerle (Jira)
[ https://issues.apache.org/jira/browse/DAFFODIL-2771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677752#comment-17677752 ] Mike Beckerle commented on DAFFODIL-2771: - Test is in https://github.com/apach

[jira] [Commented] (DAFFODIL-2234) CLI needs to pass options to infoset inputters/outputters

2023-01-17 Thread Mike Beckerle (Jira)
[ https://issues.apache.org/jira/browse/DAFFODIL-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677751#comment-17677751 ] Mike Beckerle commented on DAFFODIL-2234: - See PR https://github.com/apache/da

[jira] [Created] (DAFFODIL-2771) Expect library - not working with CRLF data

2023-01-17 Thread Mike Beckerle (Jira)
Mike Beckerle created DAFFODIL-2771: --- Summary: Expect library - not working with CRLF data Key: DAFFODIL-2771 URL: https://issues.apache.org/jira/browse/DAFFODIL-2771 Project: Daffodil Issu

[jira] [Resolved] (DAFFODIL-1275) XCatalog and Classpath interaction with name resolution

2023-01-17 Thread Josh Adams (Jira)
[ https://issues.apache.org/jira/browse/DAFFODIL-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Adams resolved DAFFODIL-1275. -- Resolution: Fixed Looks like this got fixed in commit 5891324b4df6adcbe411e369f52b1409bfb129