Andrew Lord

Results 58 comments of Andrew Lord

Nice concept. We should be able to take the plumbing required to forward output of one to input of next without the dependency. Looks like a great starting point.

Threading? I thought it was just reading from the input stream. From what I can tell in your changes it seems like command writes its output to a stream and...

Maybe I just don't see it until I would try and work on it, however, there is no threading now and the pipeline would be running the commands sequentially. I...

I agree. I have created #120 to track the Command abstraction.

This seems to relate to how the plugin task is executed using `Process`. Tuist is using TCSBasic.Process rather than Foundation.Process. The below detail would be how to get standard input...

@danyf90 It looks like the Project file that is generated for Realm is missing the 'Headers' build phase. If I compare it to another library that requires public header files...

@danyf90 As a test I altered the generated Realm project to add a Headers build phase, then added all the header files to it and it allowed it to get...

I see the exact thing I raised was discussed on that PR you linked to, concerning using the Headers build phase vs other approaches. Good to have the context.

Ah of course, the version isn't specified where it's used, it's specified in the Dependencies.swift for the fetch.

The reason for this issue was for there to be a way to detect when fetch needs to take place. The idea being that instead of fetching just incase you...