Roman Lavrov

Results 6 comments of Roman Lavrov

As we now have static linking on Windows available now we should be able to move this forward. I'll look into supporting static linking in https://github.com/nicklockwood/SwiftFormat/blob/main/.github/workflows/windows_release.yml @nicklockwood please lmk if...

Got a working proof of concept with static linking https://github.com/roman-bcny/SwiftFormat/pull/1 - uploads to artifacts * ~50MB swiftformat.exe * That is building latest main, our internal codebase is currently a little...

I tried this today and the issues I ran into were with * PathKit and Commander, as described above * xcodeproj

also @compnerd abandoned the linked patch to PathKit as it doesn't work in that implementation and we'll need something else

https://github.com/realm/SwiftLint/pull/6358 takes care of `testValidRemoteChildConfig` which abort()'s interrupting the test process

Installer is standard, some projects also like to include a portable zip file. Probably just need x64 and arm64 versions of the exe, supposedly shouldn't need multiple variants of these....