Skip to content

Commit

Permalink
[Import as member] Amend proposal to clarify opt-in of inference
Browse files Browse the repository at this point in the history
  • Loading branch information
milseman committed Mar 16, 2016
1 parent 8426e5d commit 0fc2cd4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions proposals/0044-import-as-member.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,12 @@ The inference system analyzes C global names and types, attempting to find an
imported Swift type to extend with a method, initializer, or property from this
global.

This inference system's goal for the is to be able to automatically handle the
majority of global variables and functions in CF-style frameworks, and in the
future be extensible to benefit other well structured, disciplined APIs.
This inference system's goal is to be able to automatically handle the majority
of global variables and functions in CF-style frameworks, and in the future be
extensible to benefit other well structured, disciplined APIs.

*Amendment:* Automatic inference will not be used by default for all C
APIs, but will be opt-in.

### Maps directly onto C calling convention

Expand Down

0 comments on commit 0fc2cd4

Please sign in to comment.