Leonid S. Usov

Results 60 comments of Leonid S. Usov

> That's what `input`/`inputs` does, via a callback to the same machinery that parses inputs for the next run of the top-level program when you don't use `-n`. Well then...

> As much as I enjoy talking about the coroutines input/output, I think that there is currently a problem. > I don't see how in the current state of the...

The thing is, I don't even see how the currently implemented single value input buffer can be predictably used. Can you give an example were a coroutine would consume its...

So if you are committing a backward incompatible change then it should be a different major version, like 5.0

It is backward incompatible in terms that in my Cartfile I used to have SwiftyJSON ~> 4.0 and after `carthage update`, the project fails to build. I have an example...

You won't be able to use essentia directly in the bridging header, as this is a C++ API. You will need to create an Objective C++ wrapper class, which will...

Isn't it possible to parse the actual project files in order to extract the target names and avoid the manual mapping altogether?

Thank you for the detailed response! Indeed my question was upfront naive, but at the same time I still feel there is a place for improvement. This mapping looks to...

Good, so we are on the same page. Like I stated, I believe this information about mapping should be feasible to generate and consume without the user's intervention. If uploaded...

What you said, > As a candy, I think it would also be possible to upload the Romefile.resolved to the remote cache at top level so that the cache auto-describes...