Overview
| Comment: | README.md: Update the broken Xcode versions list
While at it, also update PLATFORMS.md. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
6a89f40114a7ca448059dd46e72fdde7 |
| User & Date: | js on 2020-07-19 12:00:27 |
| Other Links: | manifest | tags |
Context
|
2020-07-19
| ||
| 14:16 | Disable a Clang warning preventing limit checks (check-in: bb73116ce2 user: js tags: trunk) | |
| 12:00 | README.md: Update the broken Xcode versions list (check-in: 6a89f40114 user: js tags: trunk) | |
| 11:49 | OFNumber: Refactor to reduce code size (check-in: 59e1c84d30 user: js tags: trunk) | |
Changes
Modified PLATFORMS.md from [90d4315b90] to [d2995207f3].
| ︙ | ︙ | |||
31 32 33 34 35 36 37 | * Runtimes: ObjFW * Notes: Bootloader, libc (newlib) and possibly external RAM required DOS --- | | | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | * Runtimes: ObjFW * Notes: Bootloader, libc (newlib) and possibly external RAM required DOS --- * OS Versions: Windows XP DOS Emulation, DOSBox, MS-DOS 6.0, FreeDOS 1.2 * Architectures: x86 * Compilers: DJGPP GCC 4.7.3 (djdev204) * Runtimes: ObjFW DragonFlyBSD ------------ |
| ︙ | ︙ |
Modified README.md from [d6ae3e7b42] to [c7f0f5d8b7].
| ︙ | ︙ | |||
184 185 186 187 188 189 190 |
1 error generated.
Unfortunately, there is no workaround for this other than to
upgrade/downgrade Xcode or to build upstream Clang yourself.
In particular, Xcode 11 Beta 1 to Beta 3 are known to be affected. While
Xcode 11 Beta 4 to Xcode 11.3 work, the bug was unfortunately reintroduced in
| | | 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 |
1 error generated.
Unfortunately, there is no workaround for this other than to
upgrade/downgrade Xcode or to build upstream Clang yourself.
In particular, Xcode 11 Beta 1 to Beta 3 are known to be affected. While
Xcode 11 Beta 4 to Xcode 11.3 work, the bug was unfortunately reintroduced in
Xcode 11.4.1 and was only fixed in Xcode 12 Beta 1.
You can get older versions of Xcode
[here](https://developer.apple.com/download) by clicking on "More" in the
top-right corner.
<h2 id='windows'>Windows</h2>
|
| ︙ | ︙ |