Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/#21 #25

Closed
wants to merge 2 commits into from
Closed

Fix/#21 #25

wants to merge 2 commits into from

Conversation

fdamirv
Copy link

@fdamirv fdamirv commented Mar 22, 2019

fix #21: That was a floating bug. When pom-file is quite big (~8KB), it is closed by with-open, while not all elements consumed from lazy tree-seq. So we use filterv instead of filter to force lazy-seq realization

fdamirv added 2 commits March 22, 2019 14:09
…it is closed by with-open, while not all elements consumed from lazy tree-seq. So we use filterv instead of filter to force lazy-seq realization
@fdamirv fdamirv closed this Mar 26, 2019
@fdamirv fdamirv deleted the fix/#21 branch March 26, 2019 06:59
@fdamirv fdamirv restored the fix/#21 branch March 26, 2019 06:59
@fdamirv fdamirv reopened this Mar 26, 2019
@fdamirv
Copy link
Author

fdamirv commented Mar 26, 2019

Deleted PR by mistake. Am restoring...

@fdamirv fdamirv closed this Mar 29, 2019
@fdamirv
Copy link
Author

fdamirv commented Mar 29, 2019

There is more delicate fix by DeLaGuardo. See [a1645af] at https://github.com/DeLaGuardo/cambada

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SAXParseException when buliding uberjar
1 participant