owner
stringclasses
14 values
repo
stringclasses
14 values
id
int64
116k
4.61B
issue_number
int32
1
181k
author
stringlengths
1
39
body
stringlengths
1
262k
created_at
timestamp[us]date
2000-06-06 02:40:44
2026-06-02 20:16:18
updated_at
timestamp[us]date
2000-06-06 02:40:44
2026-06-02 20:22:56
reactions
unknown
author_association
stringclasses
5 values
swiftlang
swift
2,347,873,958
76,440
nate-chandler
@swift-ci please test
2024-09-13T01:45:53
2024-09-13T01:45:53
{}
CONTRIBUTOR
swiftlang
swift
2,347,927,906
76,428
oscbyspro
I have updated the small integer branch condition to `Self(exactly: Int.min.magnitude) == nil`. This is the optimal bound for unsigned integers since all small unsigned integers are bounded by `[0, Int.max]`. It works for (proper) binary signed integers since all small values are a subset of `Int` bounded by `[Int.min,...
2024-09-13T02:38:31
2024-09-13T02:38:31
{}
CONTRIBUTOR
swiftlang
swift
2,345,303,557
76,359
ian-twilightcoder
@swift-ci test
2024-09-12T05:27:08
2024-09-12T05:27:08
{}
CONTRIBUTOR
swiftlang
swift
2,346,645,950
75,110
egorzhdan
Fixed in https://github.com/swiftlang/swift/pull/75608.
2024-09-12T15:44:00
2024-09-12T15:44:00
{}
CONTRIBUTOR
swiftlang
swift
2,347,024,616
74,866
hjyamauchi
CC @eeckstein @kavon @egorzhdan @rjmccall @hyp @compnerd I think I figured out the next (`OnoneSimplification`) crash referred to [above](https://github.com/swiftlang/swift/issues/74866#issuecomment-2319618579): The crash happens because of how a struct value type is returned mismatches: (extension in Optimiz...
2024-09-12T18:58:07
2024-09-12T18:58:07
{ "heart": 1 }
CONTRIBUTOR
swiftlang
swift
2,347,279,494
76,438
Azoy
@swift-ci please build toolchain
2024-09-12T21:28:15
2024-09-12T21:28:15
{}
CONTRIBUTOR
swiftlang
swift
2,347,291,080
76,413
gottesmm
@swift-ci test windows platform
2024-09-12T21:36:18
2024-09-12T21:36:18
{}
CONTRIBUTOR
swiftlang
swift
2,347,326,600
76,394
ian-twilightcoder
> > Why do we need to try to run embedded tests against the macOS SDK that doesn't support embedded? Could we instead put together a small SDK in the Swift repo for testing purposes? That's what's done in clang, basically none of the tests rely on a real SDK. > > This is a fair suggestion, I'm going to explore it. T...
2024-09-12T22:06:09
2024-09-12T22:06:09
{}
CONTRIBUTOR
swiftlang
swift
2,347,424,803
76,439
xedin
@swift-ci please test Windows platform
2024-09-12T23:52:01
2024-09-12T23:52:01
{}
CONTRIBUTOR
swiftlang
swift
2,348,832,507
76,428
stephentyrone
I think I'm OK with this approach; the holes that it leaves are really very niche and unlikely to ever be a problem. I'll think about it a little bit more this morning, though.
2024-09-13T12:24:47
2024-09-13T12:24:47
{}
CONTRIBUTOR
swiftlang
swift
2,349,162,783
75,946
compnerd
@swift-ci please test Windows platform
2024-09-13T15:00:01
2024-09-13T15:00:01
{}
MEMBER
swiftlang
swift
2,346,322,756
76,428
stephentyrone
I'll take a look, also kicking off benchmarks to see what the code-size impact of this is in debug.
2024-09-12T13:41:26
2024-09-12T13:41:26
{}
CONTRIBUTOR
swiftlang
swift
2,346,628,757
76,430
milseman
https://github.com/swiftlang/swift-experimental-string-processing/pull/760 @swift-ci Please Build Toolchain macOS Platform
2024-09-12T15:36:05
2024-09-12T15:36:05
{}
MEMBER
swiftlang
swift
2,346,855,293
76,432
kavon
@swift-ci smoke test
2024-09-12T17:27:15
2024-09-12T17:27:15
{}
MEMBER
swiftlang
swift
2,346,924,575
76,434
gottesmm
@swift-ci smoke test
2024-09-12T18:02:26
2024-09-12T18:02:26
{}
CONTRIBUTOR
swiftlang
swift
2,348,143,081
76,443
drodriguez
@swift-ci please smoke test
2024-09-13T06:36:08
2024-09-13T06:36:08
{}
CONTRIBUTOR
swiftlang
swift
2,348,950,138
76,446
stephentyrone
@swift-ci test
2024-09-13T13:20:38
2024-09-13T13:20:38
{}
CONTRIBUTOR
swiftlang
swift
2,345,287,500
71,188
bnbarham
https://github.com/swiftlang/llvm-project/pull/9136 @swift-ci please build toolchain Amazon Linux 2
2024-09-12T05:11:18
2024-09-12T05:11:18
{}
CONTRIBUTOR
swiftlang
swift
2,345,435,195
72,409
finagolfin
Ping @artemcm, been six months since you proposed this fix and nothing has happened for the last couple months. If you don't have time for this, would you like me to take over the fix for the linked swift-driver issue?
2024-09-12T07:06:01
2024-09-12T07:06:01
{}
MEMBER
swiftlang
swift
2,346,878,446
76,415
kubamracek
@swift-ci please build toolchain Ubuntu 22.04
2024-09-12T17:38:26
2024-09-12T17:38:26
{}
CONTRIBUTOR
swiftlang
swift
2,348,612,083
76,444
hamishknight
@swift-ci please test
2024-09-13T10:32:23
2024-09-13T10:32:23
{}
CONTRIBUTOR
swiftlang
swift
2,349,176,967
76,338
elsh
After further consideration, it seems more reasonable to implement the proper long-term fix stated above instead of relying on this interim solution, especially since there's already a workaround: pass `-Xfrontend -module-load-mode -Xfrontend prefer-interface`. Thus will be closing this PR.
2024-09-13T15:06:26
2024-09-13T15:06:26
{}
CONTRIBUTOR
swiftlang
swift
2,345,943,686
76,311
Xazax-hun
@swift-ci please smoke test
2024-09-12T10:46:35
2024-09-12T10:46:35
{}
CONTRIBUTOR
swiftlang
swift
2,346,392,878
76,421
ahatanaka
@swift-ci please test Windows Platform
2024-09-12T14:02:40
2024-09-12T14:02:40
{}
CONTRIBUTOR
swiftlang
swift
2,347,526,640
75,752
robertmryan
@alvesmarcel > It seems this is a [known issue](https://developer.apple.com/documentation/xcode-release-notes/xcode-16-release-notes#Known-Issues) on Xcode 16. > > According to the release notes, the suggested workaround is to use [`Decimal.FormatStyle`](https://developer.apple.com/documentation/foundation/decima...
2024-09-13T00:23:05
2024-09-13T00:23:40
{}
NONE
swiftlang
swift
2,347,874,097
76,440
nate-chandler
@swift-ci please test source compatibility
2024-09-13T01:46:02
2024-09-13T01:46:02
{}
CONTRIBUTOR
swiftlang
swift
2,349,141,779
76,443
drodriguez
@swift-ci please smoke test Windows platform
2024-09-13T14:50:11
2024-09-13T14:50:11
{}
CONTRIBUTOR
swiftlang
swift
2,345,770,383
76,406
glessard
@swift-ci please build toolchain
2024-09-12T09:40:05
2024-09-12T09:40:05
{}
CONTRIBUTOR
swiftlang
swift
2,346,452,376
76,338
elsh
@swift-ci smoke test
2024-09-12T14:24:28
2024-09-12T14:24:28
{}
CONTRIBUTOR
swiftlang
swift
2,346,816,427
76,406
glessard
@swift-ci please build toolchain windows platform
2024-09-12T17:04:20
2024-09-12T17:04:20
{}
CONTRIBUTOR
swiftlang
swift
2,347,382,163
76,432
kavon
unrelated macOS failure: ``` Unexpectedly Passed Tests (6): Swift(macosx-x86_64) :: embedded/concurrency-actors.swift Swift(macosx-x86_64) :: embedded/concurrency-async-let.swift Swift(macosx-x86_64) :: embedded/concurrency-simple.swift Swift(macosx-x86_64) :: embedded/darwin-bridging-header.swift Swif...
2024-09-12T23:00:00
2024-09-12T23:00:00
{}
MEMBER
swiftlang
swift
2,349,143,666
76,447
susmonteiro
@swift-ci Please Build Toolchain Ubuntu 22.04
2024-09-13T14:50:59
2024-09-13T14:50:59
{}
CONTRIBUTOR
swiftlang
swift
2,349,145,206
76,447
susmonteiro
@swift-ci Please Build Toolchain macOS Platform
2024-09-13T14:51:39
2024-09-13T14:51:39
{}
CONTRIBUTOR
swiftlang
swift
2,345,266,382
76,422
shahmishal
@swift-ci test
2024-09-12T04:49:42
2024-09-12T04:49:42
{}
MEMBER
swiftlang
swift
2,345,455,032
76,119
finagolfin
@hyp, I notice Saleem hasn't been as active on github this month: can you fill us in on where you guys at TBC are with your CI and trying the module map pull this is testing with your Android SDK?
2024-09-12T07:17:27
2024-09-12T07:17:27
{}
MEMBER
swiftlang
swift
2,347,041,869
76,436
rintaro
@swift-ci Please smoke test
2024-09-12T19:08:15
2024-09-12T19:08:15
{}
MEMBER
swiftlang
swift
2,347,406,981
76,431
tshortli
@swift-ci please smoke test
2024-09-12T23:29:44
2024-09-12T23:29:44
{}
CONTRIBUTOR
swiftlang
swift
2,349,298,085
76,452
rintaro
@swift-ci Please smoke test
2024-09-13T16:06:24
2024-09-13T16:06:24
{}
MEMBER
swiftlang
swift
2,345,296,518
76,426
shahmishal
@swift-ci test
2024-09-12T05:20:09
2024-09-12T05:20:09
{}
MEMBER
swiftlang
swift
2,347,206,914
75,946
compnerd
@swift-ci please test
2024-09-12T20:44:57
2024-09-12T20:44:57
{}
MEMBER
swiftlang
swift
2,347,343,629
76,435
aschwaighofer
@swift-ci test windows
2024-09-12T22:21:55
2024-09-12T22:21:55
{}
CONTRIBUTOR
swiftlang
swift
2,348,696,007
76,338
elsh
@swift-ci smoke test
2024-09-13T11:20:44
2024-09-13T11:20:44
{}
CONTRIBUTOR
swiftlang
swift
2,349,211,012
76,450
elsh
@swift-ci smoke test
2024-09-13T15:22:07
2024-09-13T15:22:07
{}
CONTRIBUTOR
swiftlang
swift
2,349,218,472
76,447
susmonteiro
@swift-ci Please Build Toolchain UBI9
2024-09-13T15:26:07
2024-09-13T15:26:07
{}
CONTRIBUTOR
swiftlang
swift
2,345,303,416
76,359
ian-twilightcoder
@swift-ci smoke test
2024-09-12T05:27:00
2024-09-12T05:27:00
{}
CONTRIBUTOR
swiftlang
swift
2,346,250,040
71,370
grynspan
Duplicate of #68723
2024-09-12T13:12:54
2024-09-12T13:12:54
{}
CONTRIBUTOR
swiftlang
swift
2,346,911,497
76,394
kubamracek
@swift-ci please test
2024-09-12T17:55:31
2024-09-12T17:55:31
{}
CONTRIBUTOR
swiftlang
swift
2,348,023,771
75,946
compnerd
@swift-ci please test Windows platform
2024-09-13T04:47:28
2024-09-13T04:47:28
{}
MEMBER
swiftlang
swift
2,348,038,612
76,427
kubamracek
@swift-ci please smoke test Windows platform
2024-09-13T05:07:03
2024-09-13T05:07:03
{}
CONTRIBUTOR
swiftlang
swift
2,349,217,897
76,447
susmonteiro
@swift-ci Please Build Toolchain Ubuntu 22.04
2024-09-13T15:25:47
2024-09-13T15:25:47
{}
CONTRIBUTOR
swiftlang
swift
2,349,315,700
76,433
hjyamauchi
Yeah, a very good point! I'm curious why we need to use `#ifdef USED_IN_CPP_SOURCE` to hide certain types (the LLVM types?) from the Swift side (I just haven't understood that yet). I assume that there are good reasons for that but I wonder if there could be some alternative ways now that we know about this issue. ...
2024-09-13T16:15:15
2024-09-13T16:15:15
{}
CONTRIBUTOR
swiftlang
swift
2,345,325,540
75,952
kiran-nayak-cheq
+1. Any update on this?
2024-09-12T05:48:01
2024-09-12T05:48:01
{}
NONE
swiftlang
swift
2,346,452,069
76,338
elsh
The correct approach is to load the same optimized binary module for use by external clients of the package. Therefore, I prefer to keep `MODULE_PACKAGE_NAME` and `SERIALIZE_PACKAGE_ENABLED` within the options block, as it wouldn't make sense to move them to the control block and then back again. I've also updated the ...
2024-09-12T14:24:20
2024-09-12T14:24:20
{}
CONTRIBUTOR
swiftlang
swift
2,346,884,215
76,394
kubamracek
> Why do we need to try to run embedded tests against the macOS SDK that doesn't support embedded? Could we instead put together a small SDK in the Swift repo for testing purposes? That's what's done in clang, basically none of the tests rely on a real SDK. This is a fair suggestion, I'm going to explore it. Though ...
2024-09-12T17:41:50
2024-09-12T17:41:50
{}
CONTRIBUTOR
swiftlang
swift
2,349,273,723
76,451
benlangmuir
@swift-ci please build toolchain macOS
2024-09-13T15:53:57
2024-09-13T15:53:57
{}
CONTRIBUTOR
swiftlang
swift
2,345,266,218
76,423
shahmishal
@swift-ci test
2024-09-12T04:49:31
2024-09-12T04:49:31
{}
MEMBER
swiftlang
swift
2,346,860,398
76,411
kavon
@swift-ci test
2024-09-12T17:30:13
2024-09-12T17:30:13
{}
MEMBER
swiftlang
swift
2,346,919,116
76,419
grynspan
https://github.com/swiftlang/swift-package-manager/pull/7960 @swift-ci build toolchain
2024-09-12T17:59:52
2024-09-12T17:59:52
{}
CONTRIBUTOR
swiftlang
swift
2,347,053,771
76,435
tbkka
The Typed Throws ABI still has a lot of issues. I agree with reverting it until we can work through those.
2024-09-12T19:14:17
2024-09-12T19:14:17
{}
CONTRIBUTOR
swiftlang
swift
2,347,206,473
75,946
compnerd
@swift-ci please test Windows platform
2024-09-12T20:44:39
2024-09-12T20:44:39
{}
MEMBER
swiftlang
swift
2,347,243,974
76,438
Azoy
Whoops, meant to mark this as a draft, sorry for the pings everyone!
2024-09-12T21:07:04
2024-09-12T21:07:04
{}
CONTRIBUTOR
swiftlang
swift
2,347,265,424
76,439
xedin
@swift-ci please test
2024-09-12T21:20:52
2024-09-12T21:20:52
{}
CONTRIBUTOR
swiftlang
swift
2,347,274,370
76,435
aschwaighofer
The failures on windows seem related to a broken bot -- nothing in this PR touches how we copy an array in the runtime. Looks like maybe the disk is full or something. ``` FAIL: Swift-Unit :: runtime/./SwiftRuntimeTests.exe/3/61 (11052 of 11118) ******************** TEST 'Swift-Unit :: runtime/./SwiftRuntimeTes...
2024-09-12T21:24:22
2024-09-12T21:24:22
{}
CONTRIBUTOR
swiftlang
swift
2,347,912,648
76,433
DougGregor
Excellent detective work tracking down this issue. I expect this is going to affect pretty much any C++ class type that we bridge over to Swift, so the risk of regressing here is fairly high. Can we think of any way to make sure that these types are handled uniformly, even if it's just fixing them all and documenting ...
2024-09-13T02:19:54
2024-09-13T02:19:54
{}
MEMBER
swiftlang
swift
2,348,802,861
76,439
xedin
@swift-ci please test
2024-09-13T12:09:20
2024-09-13T12:09:20
{}
CONTRIBUTOR
swiftlang
swift
2,349,130,145
76,429
Xazax-hun
@swift-ci please smoke test
2024-09-13T14:44:29
2024-09-13T14:44:29
{}
CONTRIBUTOR
swiftlang
swift
2,349,144,627
76,447
susmonteiro
@swift-ci Please Build Toolchain UBI9
2024-09-13T14:51:27
2024-09-13T14:51:27
{}
CONTRIBUTOR
swiftlang
swift
2,346,702,002
76,324
rjmccall
@egorzhdan Can you help out here? Why does the `FunctionPointer` not just have the right attributes for these calls?
2024-09-12T16:07:33
2024-09-12T16:07:33
{}
CONTRIBUTOR
swiftlang
swift
2,347,000,458
76,435
aschwaighofer
@swift-ci test
2024-09-12T18:44:48
2024-09-12T18:44:48
{}
CONTRIBUTOR
swiftlang
swift
2,347,112,248
76,104
ebariaux
FYI the crash I was experiencing is fixed with the swift-DEVELOPMENT-SNAPSHOT-2024-09-11-a version.
2024-09-12T19:48:20
2024-09-12T19:48:20
{}
NONE
swiftlang
swift
2,347,205,348
76,427
kubamracek
@swift-ci please smoke test
2024-09-12T20:43:43
2024-09-12T20:43:43
{}
CONTRIBUTOR
swiftlang
swift
2,348,063,635
75,952
random-yang
@kiran-nayak-cheq Looks like the issue has been fixed in the updated version? https://developer.apple.com/forums/thread/761580 https://forums.developer.apple.com/forums/thread/762682?page=1#803104022
2024-09-13T05:30:03
2024-09-13T05:30:03
{ "-1": 3 }
NONE
swiftlang
swift
2,348,301,159
72,811
pwongxy
Hi @Anthony-Eid are you still working on this issue? if not, I want to give it a try as my first issue.
2024-09-13T08:05:46
2024-09-13T08:05:46
{}
CONTRIBUTOR
swiftlang
swift
2,349,081,480
76,099
xavierjurado
The issue is no longer reproducible in the latest version of Xcode 16 (RC). Closing.
2024-09-13T14:21:59
2024-09-13T14:21:59
{}
NONE
swiftlang
swift
2,346,321,902
76,428
stephentyrone
@swift-ci benchmark
2024-09-12T13:41:04
2024-09-12T13:41:04
{}
CONTRIBUTOR
swiftlang
swift
2,347,401,341
76,415
bnbarham
@swift-ci please test
2024-09-12T23:23:00
2024-09-12T23:23:00
{}
CONTRIBUTOR
swiftlang
swift
2,348,464,092
76,303
kateinoigakukun
Hi @Azoy, could you take a look at the test failure of `test/IRGen/stdlib/Mutex.swift` on wasm32? :pray: Should we just make `getelementptr inbounds i32, ptr [[MUTEX]], i{{32|64}} 7` into `getelementptr inbounds i32, ptr [[MUTEX]], i{{32 4|||64 7}}`? https://ci.swift.org/job/oss-swift-pr-test-crosscompile-wasm-ubu...
2024-09-13T09:21:26
2024-09-13T09:29:54
{}
MEMBER
swiftlang
swift
2,348,612,306
76,444
hamishknight
@swift-ci please test source compatibility
2024-09-13T10:32:29
2024-09-13T10:32:29
{}
CONTRIBUTOR
swiftlang
swift
2,359,062,393
76,554
gottesmm
@swift-ci smoke test
2024-09-18T17:43:10
2024-09-18T17:43:10
{}
CONTRIBUTOR
swiftlang
swift
2,359,279,850
76,557
benlangmuir
@swift-ci please test
2024-09-18T19:48:17
2024-09-18T19:48:17
{}
CONTRIBUTOR
swiftlang
swift
2,359,339,024
76,558
gottesmm
@swift-ci smoke test
2024-09-18T20:24:00
2024-09-18T20:24:00
{}
CONTRIBUTOR
swiftlang
swift
2,361,135,535
76,565
DougGregor
https://github.com/swiftlang/llvm-project/pull/9291 @swift-ci please test
2024-09-19T14:22:13
2024-09-19T14:22:13
{}
MEMBER
swiftlang
swift
2,362,019,764
76,579
aschwaighofer
@swift-ci test
2024-09-19T19:29:35
2024-09-19T19:29:35
{}
CONTRIBUTOR
swiftlang
swift
2,359,024,873
76,552
ian-twilightcoder
Explanation: This change is required for open source Swift to compile using and support compiling against the SDKs in Xcode 16. Radar (and possibly SR Issue): rdar://115192929 Scope: Building on Apple platforms. Risk: freestanding/embedded are still not able to build their tests (followup in <https://github.com/swif...
2024-09-18T17:22:04
2024-09-18T17:22:04
{}
CONTRIBUTOR
swiftlang
swift
2,359,278,262
76,434
gottesmm
@swift-ci smoke test
2024-09-18T19:47:17
2024-09-18T19:47:17
{}
CONTRIBUTOR
swiftlang
swift
2,359,442,416
76,510
stephencelis
@Azoy This bug potentially overlaps with some of the key path performance issues you were working on.
2024-09-18T21:31:43
2024-09-18T21:31:43
{}
CONTRIBUTOR
swiftlang
swift
2,360,469,537
75,771
KaiOelfke
After distributing apps built with Xcode 16 RC on the App Store I'm seeing now a lot of crashes for withTaskGroup or withCheckedContinuation. It appears to be devices, which are still on iOS 18 betas instead of the RC. I assume there's an ABI mismatch as well.
2024-09-19T09:21:47
2024-09-19T09:21:47
{ "+1": 4 }
NONE
swiftlang
swift
2,361,870,287
76,576
rintaro
https://github.com/swiftlang/swift-testing/pull/716 @swift-ci Please test
2024-09-19T18:16:33
2024-09-19T18:16:33
{}
MEMBER
swiftlang
swift
2,361,892,774
76,578
nate-chandler
@swift-ci please test
2024-09-19T18:29:56
2024-09-19T18:29:56
{}
CONTRIBUTOR
swiftlang
swift
2,362,067,213
76,523
DougGregor
Main PR is: https://github.com/swiftlang/swift/pull/74279
2024-09-19T19:58:41
2024-09-19T19:58:41
{}
MEMBER
swiftlang
swift
2,362,071,544
76,582
cachemeifyoucan
@swift-ci please smoke test
2024-09-19T20:01:09
2024-09-19T20:01:09
{}
CONTRIBUTOR
swiftlang
swift
2,362,178,363
76,548
compnerd
What version of swift are you using? This shouldn't be happening on the development snapshots at the very least if it didn't already make it into 6.0.
2024-09-19T20:59:03
2024-09-19T20:59:03
{}
MEMBER
swiftlang
swift
2,362,230,091
76,529
matthewharrilal
Oh, interesting—that makes sense! Although things can still go wrong between initialization and making authorized requests, such as token expiration, using an async initializer seems beneficial. With it, you likely avoid the need to add property wrappers to every method just to ensure the user is authorized. This way, ...
2024-09-19T21:26:13
2024-09-19T21:26:13
{}
NONE
swiftlang
swift
2,358,964,610
76,418
hjyamauchi
@swift-ci please test
2024-09-18T16:49:24
2024-09-18T16:49:24
{}
CONTRIBUTOR
swiftlang
swift
2,359,217,338
56,106
DougGregor
This was fixed a while ago
2024-09-18T19:10:43
2024-09-18T19:10:43
{}
MEMBER
swiftlang
swift
2,359,584,830
76,508
amartini51
@rjmccall Thanks — opened https://github.com/swiftlang/swift/pull/76560 with minor documentation style fixes.
2024-09-18T22:47:55
2024-09-18T22:47:55
{}
MEMBER
swiftlang
swift
2,359,242,134
76,406
apple-fcloutier
Please don't forget to add `@unsafe` to all unsafe members that don't have unsafe pointers in their interface (such as `subscript(unchecked:)`, the RawSpan-to-Span conversion methods, the sub-span methods, etc).
2024-09-18T19:25:39
2024-09-18T19:25:39
{ "+1": 1 }
NONE
swiftlang
swift
2,359,498,203
76,461
ian-twilightcoder
@kubamracek I see this was originally turned off in https://github.com/swiftlang/swift/pull/39030 but I don't understand why
2024-09-18T22:15:38
2024-09-18T22:15:38
{}
CONTRIBUTOR
swiftlang
swift
2,361,358,215
76,570
compnerd
Do we have a guarantee that the code is stored in UTF-8 encoding? If we can get that put into `.gitattributes` as the guaranteed encoding, I don't think that this should be too big of a deal. Without the attributes, this could mis-parse the code.
2024-09-19T15:34:30
2024-09-19T15:34:30
{}
MEMBER
swiftlang
swift
2,361,824,865
76,570
stevapple
AFAIK all the current dependencies were encoded in UTF-8. Given the nature that Git only supports ASCII’s supersets without explicit `working-tree-encoding` in `.gitattributes`, I don’t think there’s any reason to do that for C/C++ source files. BTW `clang-cl.exe` is implicitly `/utf-8` and doesn’t care about code p...
2024-09-19T17:49:16
2024-09-19T17:49:16
{}
CONTRIBUTOR