Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using a local clone.

extern(noinfer)

Version
Created
Status
Last modified
Author

version: 1

created: 2015-01-17

last-modified: –

author: Zach Tollen

               Related:
               
               -   [DIP45](http://wiki.dlang.org/DIP45)
               -   [Dicebot's forthcoming DIP](http://forum.dlang.org/post/otejdbgnhmyvbyaxatsk@forum.dlang.org)

In a Nutshell

This proposal requires that covariant attribute inference for all functions already exist. When and if that happens, introduce an attribute (suggested names: @api, extern(noinfer)) which tells the compiler to mangle the name and generate the .di interface with only the function’s explicit attributes and not its inferred ones. This is to stabilize the linking API, and may also be useful in enforcing discipline. See the full article.

Note: This DIP was created more-or-less as a stub, to gather relevant links and to preserve the idea for future reference. This DIP may be made irrelevant by a more comprehensive system which statically *guarantees* a connection between a .di interface file and its corresponding binary object, as suggested by Dicebot(DIP forthcoming, see above link).

Also relevant is DIP45, which addresses a different linking concern and served to inspire Dicebot’s forthcoming proposal.