-
Notifications
You must be signed in to change notification settings - Fork 150
Change swt_ prefix to swift_testing_ #1064
Copy link
Copy link
Closed
Labels
build🧱 Affects the project's build configuration or process🧱 Affects the project's build configuration or processcommand-line experience⌨️ enhancements to the command line interface⌨️ enhancements to the command line interfacegood first issue🔰 Good for newcomers🔰 Good for newcomerstech-debt💾 reduces technical debt💾 reduces technical debttools integration🛠️ Integration of swift-testing into tools/IDEs🛠️ Integration of swift-testing into tools/IDEs
Milestone
Metadata
Metadata
Assignees
Labels
build🧱 Affects the project's build configuration or process🧱 Affects the project's build configuration or processcommand-line experience⌨️ enhancements to the command line interface⌨️ enhancements to the command line interfacegood first issue🔰 Good for newcomers🔰 Good for newcomerstech-debt💾 reduces technical debt💾 reduces technical debttools integration🛠️ Integration of swift-testing into tools/IDEs🛠️ Integration of swift-testing into tools/IDEs
Type
Fields
Give feedbackNo fields configured for issues without a type.
Change the prefix we use for (exported, in particular) C/C++ symbols from
swt_toswift_testing_. We pickedswt_originally when the package was experimental so as not to stomp on the Swift toolchain's namespace, but Swift Testing is an official part of the Swift project now and is distributed with the toolchain, so we should revisit.swt_abiv0_getEntryPoint()will need to remain as-is for ABI stability.The Testing Workgroup should review this proposal.