Skip to content
#

tvos

Here are 684 public repositories matching this topic...

SwifterSwift
fabb
fabb commented Jun 10, 2018

In several WWDC talks, Apple suggests to set the Input and Output files in all run script phases, so the build system can choose to skip a run script phase if nothing changed, improving incremental build time.

How could we improve R.swift‘s behavior here?

Note that I did not yet check if wildcards were allowed in the Input Files field. Or if we could somehow leverage the new File List field.

akashivskyy
akashivskyy commented Aug 17, 2017

Currently ResponseDetective prints <none> for bodies in the following situations:

  1. when the body is empty, i.e. has 0 bytes;
  2. and when the body cannot be deserialized, i.e. has an unsupported content-type.

The 2nd situation might be confusing as <none> might suggest that a request has an empty body.

The proposal is to improve handling of empty and non-deserializable bodies in the

Improve this page

Add a description, image, and links to the tvos topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tvos topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.