Daniele Formichelli

Results 29 issues of Daniele Formichelli

### Short description 📝 The content of the output files shouldn't be taken into account when calculating the hash of a target, as the file has not been generated yet....

changelog:fixed

Right now the repos must be updated manually when releasing tuist, but it should be taken care of by the CI

domain:automation

There are some scenarios in which it could make sense to run tuist on linux: - run user defined `tuist task` - generate on (cheaper) linux machine and then run...

type:enhancement

We should include a dependencies based fixture in the `./fourier benchmark` to asses performance impacts of the changes we do. It will require some changes as we would need to...

type:enhancement

In 3.0 we changed all options enums to be a struct, we should do the same with Config.options

tuist-4.0

I have faced a couple of problems with task plugins handling: 1. Tuist assumes the plugin has tasks (and hence a release) in case it contains a `Package.swift`. However, it...

In the fixtures there are a number of binaries that need to be rebuilt from time to time (e.g. when the Xcode version change). There is a script for each...

good first issue

**Describe the bug** When using some Objc libraries, for example importing Adjust from SPM using Dependencies.swift, the app crashes during startup unless the `-ObjC` is passed in the `OTHER_LDFLAGS` setting...

type:enhancement
domain:dependencies-swift

The SPM to Tuist project mapping right now uses absolute paths for some properties. We should try to change it to use relative path wherever possible to improve project portability

type:enhancement
domain:dependencies-swift

When loading of dependencies graph fails, it is probably due to changes in the ProjectDescription since when the graph has been generated, and running `tuist fetch` could automatically solve the...

type:enhancement
good first issue