Vitalii Budnik

Results 23 issues of Vitalii Budnik

The removal is redundant but never worked, cause used the wrong variable.

### Checklist - [x] I've run `bundle exec rspec` from the root directory to see all new and existing tests pass - [x] I've followed the _fastlane_ code style and...

### New Regression Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...

### Checklist - [x] I've run `bundle exec rspec` from the root directory to see all new and existing tests pass - [x] I've followed the _fastlane_ code style and...

### Checklist - [x] I've run `bundle exec rspec` from the root directory to see all new and existing tests pass - [x] I've followed the _fastlane_ code style and...

tool: match

### Checklist - [x] I've run `bundle exec rspec` from the root directory to see all new and existing tests pass - [x] I've followed the _fastlane_ code style and...

Hi there. Repo with reproduce https://github.com/nekrich/swan-bug When trying to execute driver, I got this: ``` [main] Parsing TestSwan.TestSwan.sil ca.ualberta.maple.swan.parser.Error: swan-dir/TestSwan.TestSwan.sil:13:207: } expected sil_scope 3 { loc "/path/ViewController.swift":13:17 parent @$s8TestSwan14ViewControllerC11viewDidLoadyyF :...

parser

There is no need in symlinks for `swift-demangle` on macOS. In most cases it can be found by using `xcode-select -p` and appending a correct folder, depending on what developer...

Hey. Sorry for the large amount of changes 😅. ### 1. Use one folder and Package.swift for all targets. If you want to build just one target it's still easy,...

### Changes Allow ToManyRelationship to have no `data`. Make an early exit early from the initializer by setting an empty array to `idsWithMeta` if the container has no `data` key....