mirror of
https://github.com/vapor/toolbox.git
synced 2025-04-20 03:36:25 +08:00
* Removed deprecated --enable-test-discovery flag from build and run commands. --enable-test-discovery flag is deprecated as now it is the default behaviour. Removing this flag fixes a warning which appears every time an app is built or run through the toolbox. * --enable-test-discovery flag is now set only when Swift version is older than 5.4 . RuntimeSwiftVersion detects user's runtime version of Swift. Added global function which allows to discriminate whether the --enable-test-discovery flag is needed in the current runtime environment. * Added test for SwiftRuntimeVersion. For more info look at the code comments.
Description
Languages
Swift
97.9%
Dockerfile
1.1%
Makefile
1%