Closed kgn closed 5 years ago
@kgn looks like Travis CI breaking again Code 65 error appears to be a known issue:
https://github.com/travis-ci/travis-ci/issues/6675
Any ideas on how to fix?
Looks good - nice one.
@naoty I don't seem to have permission levels to merge. Can you do it? Merge to develop and lets push this out! Nice work @kgn - thanks!
unless @kgn can you fix the conflicts by pulling latest develop?
hmm, I'm not sure what's conflicting. I tried to rebase the changes from naoty/develop onto my branch but still saying there are conflicts
@swiftylondon all my changes were after your last commit to develop
so not sure what GitHub is complaining about
@kgn it looks like there are some conflicts...^^ can you resolve them?
@kgn I'm by no means a SwiftPM expert, so could you have a look at the state of everything now that the repository is cleaned up a bit?
Closed via #77 as a working example
I added support for Swift Package Manager, the changes needed to get this working were:
Sources
directoryTests/SwiftCSVTests
swift test
I also added support for running the tests on Linux to make sure the library works on that platform. There is a simple
Dockerfile
to run the tests by runningdocker build .
in the root of the project.