Skip to content

stdlib: use _precondition(), not precondition()#2504

Merged
gribozavr merged 1 commit intomasterfrom
stdlib-use-underscore-precondition
May 13, 2016
Merged

stdlib: use _precondition(), not precondition()#2504
gribozavr merged 1 commit intomasterfrom
stdlib-use-underscore-precondition

Conversation

@gribozavr
Copy link
Contributor

precondition(), when used in the standard library, does not respect the debug/release build setting of the module or application importing the standard library.


Before merging this pull request to apple/swift repository:

  • Test pull request on Swift continuous integration.

Triggering Swift CI

The swift-ci is triggered by writing a comment on this PR addressed to the GitHub user @swift-ci. Different tests will run depending on the specific comment that you use. The currently available comments are:

Smoke Testing

Platform Comment
All supported platforms @swift-ci Please smoke test
OS X platform @swift-ci Please smoke test OS X platform
Linux platform @swift-ci Please smoke test Linux platform

Validation Testing

Platform Comment
All supported platforms @swift-ci Please test
OS X platform @swift-ci Please test OS X platform
Linux platform @swift-ci Please test Linux platform

Note: Only members of the Apple organization can trigger swift-ci.

precondition(), when used in the standard library, does not respect the
debug/release build setting of the module or application importing the
standard library.
@gribozavr
Copy link
Contributor Author

@swift-ci Please test and merge

@gribozavr
Copy link
Contributor Author

CI failure is unrelated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant