Brightify / Cuckoo

Boilerplate-free mocking framework for Swift!
MIT License
1.67k stars 175 forks source link

Ignore missing input files. #415

Closed sk409 closed 2 years ago

sk409 commented 2 years ago

Fixes #404

The cause of this issue is that inputPathValues that is not filtered is used to determine file name while mergedFile is filtered.

I used inputFiles as a source of inputPaths instead of inputPathValues.

Because inputFiles is filtered to ignore missing files and mergedFiles is made from inputFiles.

MatyasKriz commented 2 years ago

Thanks for yet another great pull request! I know this one was a bit on the simpler side, but it's important nonetheless. I might not have the time to fix the issues, but I can at least merge the efforts of contributors like you. 🙂

I'll merge this shortly, though it will not be released yet.