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

Fixed issues: #207 unit tests fails on win due to line breaks, #206 driver/run returns simplify maps with no :file #208

Merged
merged 2 commits into from Feb 10, 2018

Conversation

voytech
Copy link
Contributor

@voytech voytech commented Feb 9, 2018

  • driver/run was returning simplify maps without :file component present in map. Because of that results from driver/run were not enough informative from perspective of kibit consumers.
  • all tests are passing on win. They were not passing because of println and newline producing \r\n on win while on Linux it is just \n

voytech and others added 2 commits February 10, 2018 21:23
clj-commons#206 - check-file passes simplify-map with file to reporter, but returns simplify-map without a :file entry in map
clj-commons#207 - fix unit test failures on Windows
@danielcompton
Copy link
Member

Thanks!

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.

None yet

2 participants