Kuba (Brecka) Mracek
Kuba (Brecka) Mracek
The new attrs were placed in DECL_MODIFIER_KINDS by accident.
To fix a broken CI job: https://ci.swift.org/job/oss-swift-test-stdlib-with-toolchain-minimal/8977/console rdar://130528949
This makes ManagedBuffer available and usable in Embedded Swift, by: - Removing an internal consistency check from ManagedBuffer that relies on metatypes. - Making the .create() API transparent (to hoist...
Just adding this one extra test that exercises AnyObject in Embedded Swift.
Attempt to fix this CI job on rebranch: https://ci.swift.org/view/Swift%20rebranch/job/oss-swift-rebranch-RA-linux-ubuntu-22_04-long-test/2833/console ``` In file included from /home/build-user/swift/stdlib/public/stubs/Unicode/UnicodeWord.cpp:14: In file included from /home/build-user/swift/stdlib/public/stubs/Unicode/Common/WordData.h:19: In file included from /home/build-user/swift/stdlib/public/SwiftShims/swift/shims/SwiftStdint.h:28: In file included from /home/build-user/build/buildbot_incremental/llvm-linux-x86_64/bin/../include/c++/v1/stdint.h:106:...
Dynamic arrays are used in FixedWidthInteger.bitRangesCoalesced. Swift MMIO should really be allocations free. This was identified while investigating . ```swift extension FixedWidthInteger { @inlinable @inline(__always) static func bitRangesCoalesced(bits bitRanges: [Range])...