You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,10 @@ libdispatch on Darwin is a combination of logic in the `xnu` kernel alongside th
9
9
## Project Goals
10
10
11
11
We are currently early in the development of this project. We began with a mirror of the open source drop that corresponds with OS X El Capitan (10.11) and have ported it to x86_64 Ubuntu 14.04 and 15.10. The next steps are:
12
+
12
13
1. Complete the work to adopt libdispatch in other Core Libraries projects, especially Foundation. This will validate our work and get immediate test coverage on basic functionality of the Swift API.
13
14
2. Include libdispatch and libdispatch-enabled Core Libraries in the Swift CI environment and the pre-built Swift toolchains at Swift.org.
14
-
4. Develop a test suite for the Swift APIs of libdispatch.
15
+
3. Develop a test suite for the Swift APIs of libdispatch.
15
16
4. Enhance libdispatch as needed to support Swift language evolution and the needs of the other Core Libraries projects.
0 commit comments