DianQK

Results 16 issues of DianQK

Maybe you will find **Segmentation fault: 11 While emitting IR SIL function ...** error info when use `AnimatableCollectionViewProvider`. This look like Swift bug. This issue will closed when this error...

bug

When linking these two LLVM IRs, dsymutil will report no mapping for range or inconsistent range data warnings. `foo.swift` ```swift import AppKit.NSLayoutConstraint public class Foo { public var c: Int...

debuginfo

Since only core and std are prebuilt crates, I think it's only necessary to keep UB checks for them. `mir-opt` may not optimize some code due to `UbCheck`. In more...

T-compiler
S-waiting-on-bors
T-libs
perf-regression

Fixes #95162. Fixes #119014. Fixes #117970. An invalid enum discriminant can come from anywhere. We have to check to see if all successors contain the discriminant statement. It should not...

T-compiler
S-waiting-on-author

Fixes #106459. We should be able to do some similar transformations, like `enum` to `enum`. r? mir-opt

T-compiler
S-waiting-on-review

r? ghost

T-compiler
S-waiting-on-review
S-waiting-on-perf

Per [#120268](https://github.com/rust-lang/rust/pull/120268#discussion_r1517492060), I rename `UninhabitedEnumBranching` to `UnreachableEnumBranching` . I solved some nits to add some comments. I adjusted the workaround restrictions. This should be useful for `a

T-compiler
S-waiting-on-review

我在使用 Surface Pro X 安装这个 LoopbackManager,提示如下: ``` PS C:\Users\jufay\Downloads\LoopbackManager_0.0.1.0> .\Install.ps1 找到了捆绑: C:\Users\jufay\Downloads\LoopbackManager_0.0.1.0\LoopbackManager (Package)_0.0.1.0_x86_x64.msixbundle 正在安装应用程序... 找到依赖项包: C:\Users\jufay\Downloads\LoopbackManager_0.0.1.0\Dependencies\x86\Microsoft.ProjectReunion.0.5.appx C:\Users\jufay\Downloads\LoopbackManager_0.0.1.0\Dependencies\x86\Microsoft.VCLibs.x86.14.00.appx C:\Users\jufay\Downloads\LoopbackManager_0.0.1.0\Dependencies\x86\Microsoft.VCLibs.x86.14.00.Desktop.appx C:\Users\jufay\Downloads\LoopbackManager_0.0.1.0\Dependencies\arm\Microsoft.VCLibs.ARM.14.00.appx C:\Users\jufay\Downloads\LoopbackManager_0.0.1.0\Dependencies\arm\Microsoft.VCLibs.arm.14.00.Desktop.appx Add-AppxPackage : 部署失败,原因是 HRESULT: 0x80073CF3, 包无法进行更新、相关性或冲突验证。 Windows 无法安装程序包 373cd825-c3bc-4a57-8f9e-89c9bbb4642c_0.0.1.0_x64__5aa7k9th7aafp,因为此程序包依赖于一个找不到的 框架。请随要安装的此程序包一起提供由“CN=Microsoft...

The 0.6 will be a relatively full-featured release, and I will work towards that goal. I envision a lot of features that are not yet listed. I work on this...