冀卓疌
冀卓疌
Thanks for tagging my project here @HebaruSan ! I completely agree that mac developers need to collaborate, so we can get a proper Swift/Cocoa client out. Personally, I don't think...
@winsmith I took a lot of inspiration from your Launch Pad, during my initial development of neuCKAN. We should definitely collaborate.
Given that Catalina has Combine, could Xcode 12.5 and later minor versions be unlocked for Catalina?
A workaround I'm currently using is extracting each entry individually in an archive. The destination could be either on disk or in memory. This is also how zipping and unzipping...
> The Linux build currently fails I found out the root problem: a newly initialised archive wasn't unwrapped in `itemZipped(from:shouldKeepParent:compressionMethod:progress)`, so I changed it. This problem wasn't Linux specific, but...
While trying to figure out why some of the tests failed, I modified the CI script. Mostly expanded and updated the test platform versions.
> You can only set `SWIFT_VERSION` to a single value. Would using a `.xcworkspace` that refer to multiple `.xcodeproj` files, with each of them targeting a different Swift version, work?...
It's been a while since I last worked on this. If I remember correctly, it's some of my ill-written test cases that are causing the CI failures. I will reinvestigate...
@carson-katri I think you are the previous author of most of the things changed in this PR. Could you take a look at them and see if everything is done...
Althouth the PR passed all CI tests, somehow it didn't pass some tests locally: However, the test failures only appear in Xcode's report navigator, but not issue navigator. I'm not...