[GitHub] incubator-daffodil pull request #4: Ensure marks are always returned to the ...

2017-11-30 Thread stevedlawrence
Github user stevedlawrence closed the pull request at: https://github.com/apache/incubator-daffodil/pull/4 ---

[GitHub] incubator-daffodil pull request #4: Ensure marks are always returned to the ...

2017-11-28 Thread stevedlawrence
Github user stevedlawrence commented on a diff in the pull request: https://github.com/apache/incubator-daffodil/pull/4#discussion_r153525655 --- Diff: daffodil-runtime1/src/main/scala/edu/illinois/ncsa/daffodil/processors/parsers/RepParsers.scala --- @@ -207,87 +258,134 @@ class

[GitHub] incubator-daffodil pull request #4: Ensure marks are always returned to the ...

2017-11-28 Thread stevedlawrence
Github user stevedlawrence commented on a diff in the pull request: https://github.com/apache/incubator-daffodil/pull/4#discussion_r153524759 --- Diff: daffodil-runtime1/src/main/scala/edu/illinois/ncsa/daffodil/processors/parsers/Parser.scala --- @@ -189,76 +193,107 @@ class AltC

[GitHub] incubator-daffodil pull request #4: Ensure marks are always returned to the ...

2017-11-28 Thread stevedlawrence
Github user stevedlawrence commented on a diff in the pull request: https://github.com/apache/incubator-daffodil/pull/4#discussion_r153524318 --- Diff: daffodil-runtime1/src/main/scala/edu/illinois/ncsa/daffodil/processors/parsers/Parser.scala --- @@ -189,76 +193,107 @@ class AltC

[GitHub] incubator-daffodil pull request #4: Ensure marks are always returned to the ...

2017-11-28 Thread VTGuy
Github user VTGuy commented on a diff in the pull request: https://github.com/apache/incubator-daffodil/pull/4#discussion_r153521253 --- Diff: daffodil-runtime1/src/main/scala/edu/illinois/ncsa/daffodil/processors/parsers/Parser.scala --- @@ -189,76 +193,107 @@ class AltCompParser

[GitHub] incubator-daffodil pull request #4: Ensure marks are always returned to the ...

2017-11-28 Thread VTGuy
Github user VTGuy commented on a diff in the pull request: https://github.com/apache/incubator-daffodil/pull/4#discussion_r153521011 --- Diff: daffodil-runtime1/src/main/scala/edu/illinois/ncsa/daffodil/processors/parsers/Parser.scala --- @@ -189,76 +193,107 @@ class AltCompParser

[GitHub] incubator-daffodil pull request #4: Ensure marks are always returned to the ...

2017-11-28 Thread VTGuy
Github user VTGuy commented on a diff in the pull request: https://github.com/apache/incubator-daffodil/pull/4#discussion_r153522076 --- Diff: daffodil-runtime1/src/main/scala/edu/illinois/ncsa/daffodil/processors/parsers/RepParsers.scala --- @@ -207,87 +258,134 @@ class RepUnboun

[GitHub] incubator-daffodil pull request #4: Ensure marks are always returned to the ...

2017-11-28 Thread VTGuy
Github user VTGuy commented on a diff in the pull request: https://github.com/apache/incubator-daffodil/pull/4#discussion_r153520857 --- Diff: daffodil-runtime1/src/main/scala/edu/illinois/ncsa/daffodil/processors/parsers/Parser.scala --- @@ -189,76 +193,107 @@ class AltCompParser

Re: [GitHub] incubator-daffodil pull request #4: Ensure marks are always returned to the ...

2017-11-08 Thread Mike Beckerle
, 2017 12:44:26 PM To: dev@daffodil.apache.org; mbeckerle; d...@daffodil.incubator.apache.org Subject: Re: [GitHub] incubator-daffodil pull request #4: Ensure marks are always returned to the ... Interesting, I added code comments based on the review, squashed the changes, and did a force push

Re: [GitHub] incubator-daffodil pull request #4: Ensure marks are always returned to the ...

2017-11-07 Thread Steve Lawrence
Interesting, I added code comments based on the review, squashed the changes, and did a force push. GitHub automatically updated the pull request with the new branch, but lost Mike's comments on the pull request. I'm not sure this is too big of deal since comments are logged in both JIRA and the ma

[GitHub] incubator-daffodil pull request #4: Ensure marks are always returned to the ...

2017-11-07 Thread mbeckerle
Github user mbeckerle commented on a diff in the pull request: https://github.com/apache/incubator-daffodil/pull/4#discussion_r149394482 --- Diff: daffodil-runtime1/src/main/scala/edu/illinois/ncsa/daffodil/processors/parsers/RepParsers.scala --- @@ -207,87 +253,129 @@ class RepUn

[GitHub] incubator-daffodil pull request #4: Ensure marks are always returned to the ...

2017-11-07 Thread stevedlawrence
GitHub user stevedlawrence opened a pull request: https://github.com/apache/incubator-daffodil/pull/4 Ensure marks are always returned to the markpool MarkPool leaks have been notoriously difficult to track down. This is partly due to the fact that we don't check for leaks until